The site is created

note the code and design

http://manas8x/my_aspnet/web_template/Org_1/default.htm
code default.htm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">

<!-- #BeginTemplate "master.dwt" -->

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- #BeginEditable "doctitle" -->
<title>Home</title>
<!-- #EndEditable -->
<link rel="stylesheet" type="text/css" title="CSS" href="styles/style1.css" media="screen" />
</head>

<body>

<!-- Begin Container -->
<div id="container">
<!-- Begin Masthead -->
<div id="masthead">
<h1>Organization</h1>
<h3>Organization Description</h3>
</div>
<!-- End Masthead -->
<!-- Begin Navigation -->
<div id="navigation">
<ul>
<li><a href="default.htm">Home</a></li>
<li><a href="about/about.htm">About</a></li>
<li><a href="news/news.htm">News</a></li>
<li><a href="calendar/calendar.htm">Calendar</a></li>
<li><a href="photo_gallery/photo_gallery.htm">Photo Gallery</a></li>
<li><a href="information_links/information_links.htm">Links</a></li>
<li><a href="faq/faq.htm">FAQ</a></li>
<li><a href="contact/contact.htm">Contact</a></li>
</ul>
</div>
<!-- End Navigation -->
<!-- Begin Page Content -->
<div id="page_content">
<!-- Begin Content -->
<div id="content">
<!-- #BeginEditable "content" -->
<img src="images/garden_01.jpg" width="288" height="189" alt="" />
<h2>Heading 2</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam porta
porttitor magna. Nunc urna. Vestibulum augue. Maecenas ipsum elit, rutrum
id, iaculis ac, dictum ac, eros. Phasellus elit. Vestibulum semper cursus
risus. Nunc consectetuer malesuada pede. Etiam ante. Pellentesque habitant
morbi tristique senectus et netus et malesuada fames ac turpis egestas.
Phasellus non mi vel elit malesuada porttitor. Nunc euismod velit vitae
mi. Suspendisse ac tellus. In et augue in nisl placerat cursus.</p>
<!-- #EndEditable --></div>
<!-- End Content -->
<!-- Begin Sidebar -->
<div id="sidebar">
<!-- #BeginEditable "sidebar" -->
<h3>Heading 3</h3>
<img class="float_right" src="images/garden_02.jpg" width="160" height="248" alt="" />
<p></p>
<!-- #EndEditable --></div>
<!-- End Sidebar --></div>
<!-- End Page Content -->
<!-- Begin Footer -->
<div id="footer">
<p><a href="default.htm">Home</a> | <a href="about/about.htm">About</a> |
<a href="news/news.htm">News</a> | <a href="calendar/calendar.htm">Calendar</a>
| <a href="photo_gallery/photo_gallery.htm">Photo Gallery</a> |
<a href="information_links/information_links.htm">Links</a> |
<a href="faq/faq.htm">FAQ</a> | <a href="contact/contact.htm">Contact</a></p>
</div>
<!-- End Footer --></div>
<!-- End Container -->

</body>
<!-- #EndTemplate -->

</html>
 

master.dwt

code master.dwt

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- #BeginEditable "doctitle" -->
<title></title>
<!-- #EndEditable -->
<link rel="stylesheet" type="text/css" title="CSS" href="styles/style1.css" media="screen" />
</head>

<body>

<!-- Begin Container -->
<div id="container">
<!-- Begin Masthead -->
<div id="masthead">
<h1>Organization</h1>
<h3>Organization Description</h3>
</div>
<!-- End Masthead -->
<!-- Begin Navigation -->
<div id="navigation">
<ul>
<li><a href="default.htm">Home</a></li>
<li><a href="about/about.htm">About</a></li>
<li><a href="news/news.htm">News</a></li>
<li><a href="calendar/calendar.htm">Calendar</a></li>
<li><a href="photo_gallery/photo_gallery.htm">Photo Gallery</a></li>
<li><a href="information_links/information_links.htm">Links</a></li>
<li><a href="faq/faq.htm">FAQ</a></li>
<li><a href="contact/contact.htm">Contact</a></li>
</ul>
</div>
<!-- End Navigation -->
<!-- Begin Page Content -->
<div id="page_content">
<!-- Begin Content -->
<div id="content">
<!-- #BeginEditable "content" -->
<h2>Heading 2</h2>
<p>insert content here</p>
<!-- #EndEditable --></div>
<!-- End Content -->
<!-- Begin Sidebar -->
<div id="sidebar">
<!-- #BeginEditable "sidebar" -->
<h3>Heading 3</h3>
<p>insert content here</p>
<!-- #EndEditable --></div>
<!-- End Sidebar --></div>
<!-- End Page Content -->
<!-- Begin Footer -->
<div id="footer">
<p><a href="default.htm">Home</a> | <a href="about/about.htm">About</a> |
<a href="news/news.htm">News</a> | <a href="calendar/calendar.htm">Calendar</a>
| <a href="photo_gallery/photo_gallery.htm">Photo Gallery</a> |
<a href="information_links/information_links.htm">Links</a> |
<a href="faq/faq.htm">FAQ</a> | <a href="contact/contact.htm">Contact</a></p>
</div>
<!-- End Footer --></div>
<!-- End Container -->
</body>

</html>
 

style1.css

@import url("layout.css");
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-attachment: scroll;
background-color: #b9cfa1;
background-image: url("../images/background.gif");
background-position: top left;
background-repeat: repeat-x;
}
#container {
width: 100%;
margin-top: 57px;
border-bottom: 2px solid #363636;
background-color: #fff;
}
#masthead {
width: 670px;
margin-right: auto;
margin-left: auto;
overflow: hidden;
padding-top: 15px;
padding-bottom: 15px;
}
#navigation {
width: 670px;
margin-right: auto;
margin-left: auto;
clear: both;
overflow: hidden;
}
#page_content {
position: relative;
width: 670px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
#content {
position: relative;
float: left;
width: 320px;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
}
#sidebar {
float: right;
width: 330px;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
}
#footer {
clear: both;
width: 670px;
margin-right: auto;
margin-left: auto;
padding-bottom: 10px;
text-align: left;
padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
font-weight: normal;
color: #261;
text-transform: uppercase;
display: inline;
}
#masthead h3 {
font-weight: normal;
color: #708090;
display: inline;
margin-top: 3.5%;
margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
list-style-type: none;
width: auto;
margin: 0;
padding: 0;
}
#navigation li {
float: left;
}
#navigation a {
text-decoration: none;
color: #fff8dc;
display: block;
margin: 0 1px;
padding: 5px;
border: 1px solid #708090;
background-color: #8fbc8f;
}
#navigation a:hover {
text-decoration: none;
color: #261;
background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
color: #455;
}
#content img {
padding: 5px;
border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
color: #555;
}
#sidebar img {
float: right;
margin-bottom: 5px;
margin-left: 5px;
}
/* Footer Styles */
#footer p {
font-size: 0.85em;
color: #c4c4c4;
}
#footer a {
color: #708090;
text-decoration: underline;
}
#footer a:hover {
color: #2f4f4f;
text-decoration: none;
}
/* Link Styles */
a {
color: #261;
text-decoration: underline;
}
a:hover {
color: #708090;
text-decoration: underline;
}
.style_bold {
font-weight: bold;
}
.style_italic {
font-style: italic;
}

_vti_cnf, this is a configuration file, one of the folder that holds FrontPage extesion

Now I copied the folder Org_1 here, note the bottom bar, it says stores your local web site
for example, here my_aspnet is a authorized web folder in apache, " asp.net" extensions will run from here. To get to this page, you should have this url "http://manas8x/my_aspnet/web_template/Org_1/default.htm", the folder Org_1 under my_aspnet can't be accessed.

 
Since, I did not add any FrontPage extensions in Apache2.0 in this server, when you transfer Org_1 folder under htdoc, you can view all the contents of this folder.