Click here to Skip to main content
15,910,878 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i developing simple database web application in my pc...

i run this my localhost...

using this url..
http://localhost/dilip/[^]

its working fine.....


But i want that other pc in same n/w i want run my application...

using this url..

http:://IPaddress of my pc/dilip


but it not running...

plse help me.. what setting i have to do...

can i have to install any server in my pc to host this....
Posted

Do you have IIS installed, or are you using the built in web server ? The built in server only runs when you debug your app in VS.
 
Share this answer
 
Comments
dilip.aim11 11-Aug-11 3:46am    
i have iis installed....

and i can run my web application without open my .net...
direct in browser...

My Application in iis
Install IIS and configure it properly then check your LAN network. hope that you IIS configure is working fine but your LAN connection is not configured properly or LAN PC not connected to server then you can't access your web application.

first check you LAN Connectivity then check your IIS web server confuguration. Your server PC must be virus free.
 
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