Click to See Complete Forum and Search --> : How to open a project in the server from a local machine?


Ai _Jun_Zhang
April 26th, 2005, 06:08 PM
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.

parabiz
May 5th, 2005, 05:28 AM
Visual Studio 7.0 -> Go to File - > Open.. -> Project From Web .. -> Type Remote HTTP URL --> If prompted for password supply network password.

Thanks

Ai _Jun_Zhang
May 5th, 2005, 12:07 PM
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.