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

I have a developed a simple .aspx page in my PC. If i run the file by pressing f5 the page opens in a seperate window. How to browse the same page in another PC.

For example if i put the IP of my Pc in another PC's browser the IIS page is opening. I want my site to be opened in that PC.

How to accomplish the same.

Regards

Vivek
Posted

You should publish your page using IIS. Check out here:
http://msdn.microsoft.com/en-us/library/1y1404zt(v=vs.80).aspx[^]
 
Share this answer
 
Comments
vivek_g_r 2-May-12 8:42am    
Thanks for the excellent link. But i was stuck in the last step

To test the published Web site

In my PC i am not getting the Sharing and Security tab.

Kindly help.

Vivek
You need to publish your web application on a webserver such that it is accessible through other systems. IIS is one of the webservers that can be used for the same.

For hosting a web application: MSDN: Walkthrough: Publishing a Web Site[^]

IIS Specific:
1. In IIS7: Deploying ASP.NET Websites on IIS 7.0 [^]
2. In IIS6: Deployment of a Website on IIS[^]
 
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