Click here to Skip to main content
15,914,386 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
There is published version of my website. We want to access it in other PC where Visual Studio is not available.We want to access it offline we have not host the website.
So what is the minimum configuration to run the website without Visual Studio. Which version of DotnetFarmework(asp.net) require to run the website?
What is the minimum configuration require?

Thanks in advance.
Posted
Comments
Prerak Patel 19-Sep-11 1:24am    
It doesn't take VS to view a website. Add more details, what exactly you want.

1 solution

Hello friend follow this step to view your website on other PC...


1) Create a Local Area network (peer to peer) between two PC...

2) On any one PC where your website is located, install a iis server

3) add your website to a website list on that iis server

4) test that configuration and one browses it on local PC if it work then go for next step

5) now on the other PC where you want to access your site now type the ip address of host PC (like if the ip of your PC where the site is hosted is 192.168.4.1 and your site folder name is "MySite") then type
http://192.168.4.1/MySite/ in your browser its done..

now your site is displayed on that browser..

NOT:
Don't USE VS to see your site, because its have not full featured iis server functionality...
Use a installed iis server with full functionality to view your site.. its also faster then vs..
 
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