Iis – URL of localhost using IIS

aspiis

So I have IIS installed at work and use the following URL to test my asp site:

http://localhost/mysite/index.asp

I'm on the road and need to work on it. I have all the site files, but I don't have an XP disc so I installed IIS express. All the files and folder locations and names are the same, but the URL (http://localhost/mysite/index.asp) no longer works. What do I do?

Best Answer

Check the name of the virtual directory in iis

Related Topic