How to open a project in the server from a local machine?
Hi!
I have a .net C# project, which resides in the server machine in c:\inetput\wwwroot. I have access right to the server and have read/write access to the shared folder wwwroot in the server.
My question is how I can open the c# project in the server machine from my local visual studio .net? Can I open the project as open from web? Or I have to do it in different way?
Pleases advise.
Regards,
Aijun.
Re: How to open a project in the server from a local machine?
Visual Studio 7.0 -> Go to File - > Open.. -> Project From Web .. -> Type Remote HTTP URL --> If prompted for password supply network password.
Thanks
Re: How to open a project in the server from a local machine?
Hi! Parabiz,
Thank you very much for your reply. I also have a curious question about remote debugging. After I open the project, and I start to debug, this is called remote debugging, am I right?
I also have read some article about remote debugging for the deployed asp.net web application, which requires to attach a process to aspnet_wp.exe. I am wondering where the source code will be located?
Please advise.