Click here to Skip to main content
15,908,634 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I use iis server and create a virtual directory.

When I want to access my web site then I used like http://192.168.1.3/super then i access my web site but when i used like http://localhost/super then the web site not seen.

Please help me.
Posted
Updated 6-Oct-10 21:43pm
v2
Comments
Dalek Dave 7-Oct-10 3:43am    
Edited for Grammar and Readability.

1 solution

For running it in local host , you should include the development server port number,
eg: http://localhost:2335/super

A development server must be started for this and the port number is asssiated to it.
 
Share this answer
 
v2

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