Click here to Skip to main content
15,907,910 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Friends,

I have asp.net project, I want to run the same project on another computer using IP Address, as I have local network. I put the folder in C:\inetpub\wwwroot but it is not working. Please tell what I have to need to do extra, so I can run the same project on another pc.

Thanks in Advance
Parveen Rathi
Posted

you have to deploy it first what ever your folder in wwwroot or not try this
 
Share this answer
 
-> No matter where you are storing the application, you must have Virtual Directory of your website in IIS.
-> First setup LAN connection between 2 PC , and configure them to share file between them.
-> If you are using DATABASE Server configure it to access in remote PC.
-> Add your database connection to your firewall exception.
-> If all above things are successful go to web browser type http://[Server pc name]/[virtual directory name] you will be able to browse the website .
 
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