Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 05, 2012 11:29 PM by vs00saini
Member
123 Points
93 Posts
Mar 05, 2012 01:06 PM|LINK
Primillo Your hosting server support asp.net? Set the default document to default.aspx
Your hosting server support asp.net?
Set the default document to default.aspx
Thanks for your kind suggestion,
Yes my host supports .NET
Mar 05, 2012 04:27 PM|LINK
carl.steinhart Hi Jay, Did you get any error message? Please make sure that asp.net has been setup correctly. :)
Hi Jay,
Did you get any error message? Please make sure that asp.net has been setup correctly. :)
The message what am getting on my page is mentioned below,the pages are displayed like they are in Visual studios, not in html
so can u please tell me what should be done..
Please i really need some help
92 Points
19 Posts
Mar 05, 2012 11:29 PM|LINK
1. If possible share name of your hosting provider. Screenshot of hosting window showing your website contents. Might help to get to root cause.
2. Are you able to access IIS manager. Is the IIS version 7? If yes, add default page using web.config:
<configuration> <system.webServer> <defaultDocument enabled="true"> <files> <add value="Default.aspx"/> </files> </defaultDocument> </system.webServer> </configuration>
Jay61
Member
123 Points
93 Posts
Re: Steps to upload website
Mar 05, 2012 01:06 PM|LINK
Thanks for your kind suggestion,
Yes my host supports .NET
Jay61
Member
123 Points
93 Posts
Re: Steps to upload website
Mar 05, 2012 04:27 PM|LINK
The message what am getting on my page is mentioned below,the pages are displayed like they are in Visual studios, not in html
so can u please tell me what should be done..
Index of /
Please i really need some help
vs00saini
Member
92 Points
19 Posts
Re: Steps to upload website
Mar 05, 2012 11:29 PM|LINK
1. If possible share name of your hosting provider. Screenshot of hosting window showing your website contents. Might help to get to root cause.
2. Are you able to access IIS manager. Is the IIS version 7? If yes, add default page using web.config:
<configuration> <system.webServer> <defaultDocument enabled="true"> <files> <add value="Default.aspx"/> </files> </defaultDocument> </system.webServer> </configuration>