I’m working with with asp.net and writing a few classes (controls for the CMS) to use on my website. At the moment i’m using a text editor (UE) which has sftp support and syntax highlighting to edit the files and save via sftp. Then i just test it out on the test site. It’s working well.. but since i’m very new to c# i’m always looking up methods,argunments etc.
Not unpossible but a pain.
So this is where Visual Studio comes into it. I’d like to use VS so i get auto-complete and the hooks to MSDN. However i’m not interested in setting up a local environment to work in as i already have a test environment at my webhost, and frankly it’s the differences between my set up and the host (ie: the CMS, unicode issues, dates…) that are the trickier bits.
Is there a way to use Visual Studio with a remote site accessible only by sftp?
One way to do this would be to mount the SFTP server as a windows drive.
If the SFTP server is on your local network then you can mount it as a windows share. If it is outside your network on in your DMZ, then you can find software that lets you mount the SFTP server as a drive.
Software that allows you to do this include ExpanDrive. This would allow you to use Visual Studio as normal whilst behind the scenes the files are uploaded to and downloaded from the SFTP server as required.