Online editing?

  • Thread starter Thread starter brett
  • Start date Start date
B

brett

Is there a way to use VS Studio to edit files on a remote web server?
Right now, I use Cold Fusion Studio to do edits remotely. This means I
need to IDEs open.

Thanks,
Brett
 
Edit files remotely? Sure, take your pick:

Dreamweaver
Visual Studio .NET
FrontPage
UltraEdit
Notepad

Edit and debug remotely? You can do it with Visual Studio .NET, but you
should do some really good drugs first, as it is guaranteed to aggrevate you.

The reason remote debugging is unwise is not a Visual Studio issue, btw. It
is due to the way machines communicate and trust of people poking at code
from remote locations. I would recommend local edit and deploy.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
How can VS.NET be setup to connect to a remote machine for editing
only?

Thanks,
Brett
 
edit files on a remote web server?

Zeus for Windows IDE:

http://www.zeusedit.com/features.html
Note: Zeus is shareware (45 day trial).

Zeus does SSH, SSL/TLS and plain old FTP editing and
supports Unix, Windows, VM and MVS FTP servers.

Jussi Jumppanen
Author: Zeus for Windows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top