how to reset the IIS settings ..

Posted by infant programmer on Server Fault See other posts from Server Fault or by infant programmer
Published on 2010-04-22T10:14:34Z Indexed on 2010/04/22 10:23 UTC
Read the original article Hit count: 623

Filed under:
|
|

I had been practicing ASP on my local machine..

I just wanted to change the TCP port address to 8080 and that is what I did, since then the URL "http://localhost/" is showing PAGE CANNOT BE DISPLAYED, and technical reason being shown is : "You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed."

I tried to change back the TCP port address to 80, (which is default) but its not making any difference.

What should I do now, to make localhost to work as before ?

When I create a virtual directory for the same path "C:/InetPub/wwwroot" then it works but with this URL "http://localhost/virualname/filename.asp" .. where as "http://localhost/filename.asp" throws error, as mentioned above.

Can you please explain me what is this consequence is?? thank you :)

Details: IIS verion is 7, OS XP,

© Server Fault or respective owner

Related posts about iis

Related posts about iis7