{"id":69864,"date":"2021-08-21T04:10:06","date_gmt":"2021-08-21T08:10:06","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/how-to-build-a-personal-web-site-with-asp-net-vs-2008-net-2-0-35-19\/"},"modified":"2021-08-21T04:10:06","modified_gmt":"2021-08-21T08:10:06","slug":"how-to-build-a-personal-web-site-with-asp-net-vs-2008-net-2-0-35-19","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=69864","title":{"rendered":"How to Build a Personal Web-site with ASP.Net (VS 2008, .Net 2.0\/3,5) #19"},"content":{"rendered":"\n<ol>\n<li><a href='http:\/\/justetc.net\/knowledge\/multimedia_training\/displayArticle.php?table=TrainingVideos&amp;articleID=38'>Video Tutorial on this topic<\/a>     <\/li>\n<li><a href='codes\/dot_net\/web\/demo.zip'>Web-site Code used in this tutorial<\/a>     <\/li>\n<li> Steps\n<ul>\n<li> Open visual studio 2008 IDE            <\/li>\n<li> File -&gt; new project -&gt; Visual Basic -&gt; Web -&gt; ASP .Net Web Application            <\/li>\n<li> Rename default.aspx to template.aspx            <\/li>\n<li> Insert a table from the tool box            <\/li>\n<li> Create three rows for the table: top, body, bottom            <\/li>\n<li> Top Row: banner, slogan            <\/li>\n<li> Body Row: three cell: left, right, middle: left for left menu, right for right menu\/advertising code, middle for contents            <\/li>\n<li>   bottom: privacy, copyright, links to contact us           <\/li>\n<li> Keep left menu, right menu, top banner, bottom\/footer contents in separate files such as leftMenu.aspx, rightMenu.aspx, topBanner.aspx           <\/li>\n<li> In the template.aspx use Response.WriteFile(&#8220;file.aspx&#8221;) to link to the left and right menu, the top banner, the bottom\/footer. Change file.aspx to the right file name.          <\/li>\n<li> Create the leftMenu.aspx, rightMenu.aspx, topBanner.aspx, bottom.aspx          <\/li>\n<li> template.aspx is just the template file. We have two options in the left menu like Home and Companies, that point to index.aspx, and companies.aspx respectively. You have to create those files         <\/li>\n<li> Now copy the template file, paste it, rename it to index.aspx. index.aspx will be the root file of your web-site. Change the body part of the index.aspx to add contents         <\/li>\n<li> Copy the template.aspx file, paste it, rename it to companies.aspx. Change the body part of companies.aspx to add contents         <\/li>\n<li> You can modify leftMenu.aspx to add more options in the left menu. For each option that links to a .aspx file you have to create the .aspx file using the template.aspx [unless already existing]         <\/li>\n<li> Similarly, you can change your right menu contents by updating rightMenu.aspx         <\/li>\n<\/ul>\n<\/li>\n<li> Deployment:\n<ul>\n<li> Can copy the aspx files in the right place under IIS        <\/li>\n<li> or let VS 2008 to deploy &#8211; right click the project in the solution explorer, click on publish, select the path where you want to publish the website, publish it  to a folder where IIS has access       <\/li>\n<li> You may need to configure IIS a bit, create\/identify this application as a .Net application. Otherwise it may not work. Else, you can adjust\/edit the files to make them work [remove some lines].      <\/li>\n<li> Test the application        <\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>From: http:\/\/sitestree.com\/?p=5086<br \/> Categories:19<br \/>Tags:<br \/> Post Data:2010-03-18 10:48:21<\/p>\n<pre><code>    Shop Online: &lt;a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\"&gt;https:\/\/www.ShopForSoul.com\/&lt;\/a&gt;\n    (Big Data, Cloud, Security, Machine Learning): Courses: &lt;a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"&gt; http:\/\/Training.SitesTree.com&lt;\/a&gt; \n    In Bengali: &lt;a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\"&gt;http:\/\/Bangla.SaLearningSchool.com&lt;\/a&gt;\n    &lt;a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\"&gt;http:\/\/SitesTree.com&lt;\/a&gt;\n    8112223 Canada Inc.\/JustEtc: &lt;a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\"&gt;http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) &lt;\/a&gt;\n    Shop Online: &lt;a href='https:\/\/www.ShopForSoul.com'&gt; https:\/\/www.ShopForSoul.com\/&lt;\/a&gt;\n    Medium: &lt;a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"&gt; https:\/\/medium.com\/@SayedAhmedCanada &lt;\/a&gt;\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Video Tutorial on this topic Web-site Code used in this tutorial Steps Open visual studio 2008 IDE File -&gt; new project -&gt; Visual Basic -&gt; Web -&gt; ASP .Net Web Application Rename default.aspx to template.aspx Insert a table from the tool box Create three rows for the table: top, body, bottom Top Row: banner, slogan &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=69864\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1917],"tags":[],"class_list":["post-69864","post","type-post","status-publish","format-standard","hentry","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":70271,"url":"http:\/\/bangla.sitestree.com\/?p=70271","url_meta":{"origin":69864,"position":0},"title":"How to Build a Personal Web-site with ASP.Net #.Net Web Applications","author":"Author-Check- Article-or-Video","date":"August 31, 2021","format":false,"excerpt":"Brought and updated from: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=967&title=How%20to%20Build%20a%20Personal%20Web-site%20with%20ASP.Net%20(VS%202008,%20.Net%202.0\/3.5) This actually is an old way of doing. Video Tutorial on this topic [youtube https:\/\/www.youtube.com\/watch?v=PmWqWvaelyg] Web-site Code used in this tutorial Steps Open visual studio (2008) IDE File -> new project -> Visual Basic -> Web -> ASP .Net Web Application Rename default.aspx to template.aspx\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":65679,"url":"http:\/\/bangla.sitestree.com\/?p=65679","url_meta":{"origin":69864,"position":1},"title":"Creating and Consuming XML Web Services #Misc .Net","author":"Author-Check- Article-or-Video","date":"July 11, 2021","format":false,"excerpt":"Brought from our old-site (this short note can be as old as 2007): http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=1120&title=Creating%20and%20Consuming%20XML%20Web%20Services visual studio .net -> File Menu -> new project -> Visual Basic\/C# projects ->ASP.Net Web Service -> The project will get created Some Files as created: AssemblyInfo.cs\/vb: sharing and reuse in the CLR, Web.config, service1.asmx, service1.asmx.cs\/vb\u2026","rel":"","context":"In &quot;C# - Misc&quot;","block_context":{"text":"C# - Misc","link":"http:\/\/bangla.sitestree.com\/?cat=1973"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":65677,"url":"http:\/\/bangla.sitestree.com\/?p=65677","url_meta":{"origin":69864,"position":2},"title":"Debugging in .Net, (XML Web Services) #Misc .Net","author":"Author-Check- Article-or-Video","date":"July 11, 2021","format":false,"excerpt":"Brought from: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=1117&title=Debugging%20in%20.Net,%20(XML%20Web%20Services) Just listing some related notes. Tools: DbgClr -GUI Based, CorDbg - command line based You can use the debug menu. Start, Step Into, Step Over, New Breakpoint options - as available in most Good to great IDEs for debugging Watch Window: Check the values of variables and\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69394,"url":"http:\/\/bangla.sitestree.com\/?p=69394","url_meta":{"origin":69864,"position":3},"title":"Creating and Consuming XML Web Services #24","author":"Author-Check- Article-or-Video","date":"August 20, 2021","format":false,"excerpt":"visual studio .net -> File Menu -> new project -> Visual Basic\/C# projects -> ASP.Net Web Service -> The project will get created Some Files as created: AssemblyInfo.cs\/vb: sharing and reuse in the CLR, Web.config, service1.asmx, service1.asmx.cs\/vb Create web service methods in the asmx.vb\/cs files. A sample web-service method is\u2026","rel":"","context":"In &quot;C# - Misc&quot;","block_context":{"text":"C# - Misc","link":"http:\/\/bangla.sitestree.com\/?cat=1973"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69390,"url":"http:\/\/bangla.sitestree.com\/?p=69390","url_meta":{"origin":69864,"position":4},"title":"Debugging in .Net, (XML Web Services) #24","author":"Author-Check- Article-or-Video","date":"August 20, 2021","format":false,"excerpt":"May not make sense to all. Just listing some related notes. Tools: DbgClr - GUI Based, CorDbg - command line based You can use the debug menu. Start, Step Into, Step Over, New Breakpoint options - as available in most Good to great IDEs for debugging Watch Window: Check the\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":70225,"url":"http:\/\/bangla.sitestree.com\/?p=70225","url_meta":{"origin":69864,"position":5},"title":"Layouts with CSS: Layout without tables #10","author":"Author-Check- Article-or-Video","date":"August 29, 2021","format":false,"excerpt":"Two column webpage layout with CSS create twocol.css. Then, add the following code to the file: div#topBanner { text-align: center; padding-bottom: 10px; }div#bodyLeft { position: absolute; width: 25%; }div#bodyRight { margin: 5px 25px 25px 225px; width: 75%; }Your two column webpage will look like Page TitleAdd menu items hereAdd your\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/69864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=69864"}],"version-history":[{"count":0,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/69864\/revisions"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=69864"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=69864"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=69864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}