Click here to Skip to main content
16,011,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

when i try to open the website through loca iis i am getting the following message

unable to open the website http://test1.mywebsite.com.The webserver does not appear to have front page server extensions installed.

but i have installed it and when i restart and open it through local iis i am getting a message

unable to open the website http://test1.mywebsite.com FOUND

pl tell me what to do
Posted
Comments
Varun Sareen 16-Feb-12 5:48am    
I think you have not set the default page
Herman<T>.Instance 16-Feb-12 6:28am    
very possible

1 solution

This is just a guideline :

1. Did you try to reinstall the ASP.NET?
2. Check your firewall if port 80 is open.
3. Check your domain if it is accesible in the localhost. If not try to edit the HOST file.
Mostly the host file can be found in C:\Windows\System32\drivers\etc\ folder.
Search the google on how to edit your host file.

in your host file try to add this line:

127.0.0.1 localhost
127.0.0.1 test1.mywebsite.com

or replace the 127.0.0.1 with IP address of your test server.

4. try to use the http://TestServerIP/


If this answer your question, please mark your question as solved and/or rate it.
Thank you!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900