CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2003
    Posts
    43

    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.

  2. #2
    Join Date
    Jul 2003
    Location
    Kathmandu
    Posts
    23

    Arrow 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

  3. #3
    Join Date
    Sep 2003
    Posts
    43

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured