Debugging Locally but storing code remotely

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a question. I have a project file sitting on our dev web server. The
net admin does not want us to debug remotely but we would like to keep the
project files on the web server. How can we go about doing this? I opened my
project using a mapped network drive. But when i goto debug the app its
trying to debug the app on the web server ( which isn't installed properly ).
Does anyone have a document where I can setup this type of environment?
 
I'm no pro, but I would try to create a virtual directory on the local
machine, and point it at the network share. Then open the project
through the virtual directory.

-Phil
 
Back
Top