Click here to Skip to main content
15,885,921 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I tried making virtual directory and referencing it in the path
c:\inetpub\wwwroot\myfolder
all went well, and also i kept an asp file named index.asp inside myfolder that is placed inside c:\inetpub\wwwroot.
But when i type
http://localhost/virtual_directory_name/myfolder/index.asp
i get a 404 error message, file not found.

Please help me out.

thanx in advence.
Posted

1 solution

Go into IIS and right-click the index.asp file and choose Browse. There is likely an extra directory in the path or a port that you are not realizing.

When you browse from within IIS you will see exactly what the URL should be.
 
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