advice on working on remote asp.net applications

Posted by Jonesy on Stack Overflow See other posts from Stack Overflow or by Jonesy
Published on 2010-04-12T10:42:33Z Indexed on 2010/04/12 10:53 UTC
Read the original article Hit count: 323

Hi folks,

I'm a (relatively new) developer using asp.net with VB.NET. Currently all my applications are developed on my PC and then are built and moved onto the web server. I'm going to be working remotely for 3 months in which time I'll be connecting to the company network via VPN. What is the best way to access my projects? I need to have the projects stored on the company network so that others can access them too. So simply copying the projects to my laptop, working on them, then copying them back won't suffice. I tried to just open the projects off of the network share but am getting application trust problems.

I'm just wondering what other developers do in this situation?

Jonesy

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about ASP.NET