Monday, March 26, 2012

Please Help

Right to start off i have only been using asp.net a couple of days, i have some knowlage of vb and some html

my problem i`m using visual web developer 2005 and i have used the personal web site starter kit

now i have changed some of the page layouts and i want to upload it tothe web which i have done but with there being no index.html it willnot work i know this may sound a little stupid but i`m new to this andi wanted to put it on the web so i can experiment with it if any oneknows what i`m on about could you please help....thank you

also my web space supports .net so it saysif your framework is properly configured in your iis. Then iis will load the default.aspx as the main page when you access the website. So your web application should have a default.aspx. Or you can go to the inetmanager and the website property and change the default document under the documents tab to load to your main page
ASP.NET sites normally start up with a Default.aspx page. There is no need for Index.htm. ASP.NET sites use HTML for display within the .aspx page but they are two intirely different things.

I hope that this helps.
As Brian Parker indicated, most ASP.Net sites use Default.aspx as the starting page. It sounds like you have uploaded your web application to a shared hosting provider. Most include Default.aspx as one of several default documents that will be processed. I have sites on four different hosting providers. All have control panels which allow one to configure IIS properties or to manage IIS settings. Look for the Default Documents property. It should already include Default.aspx (as well as others such as Index.aspx, Index.htm, Index.html, etc.). If not, add Default.aspx to the list or comma delimited string. At the same time, verify that the .Net framework has been configured for the virtual directory into which the application has been loaded.

0 comments:

Post a Comment