How to Edit aspx, Cshtml and other kind of files live on FTP server ?

Many time we just want to make a small changes on site and we don’t want to download the whole project again. In this post I will show you some good way to do it.

People who have Expression Web 4 can do it. I tried it and it’s work good with aspx file. If you have site in asp.net and use aspx engine then this is a good option. Well, Expression Web is free (previously paid software).

A another good option is Komodo Edit. You can use komodo edit and few plugin to make FTP editing work for you.

The problem in these 2 apps are they don’t have syntax highlight and support for CSHTML file which are introduced with MVC 3. For this I suggest you to go with webmatrix. You can use Webmatrix to edit cshtml file online.

Remember that Webmatrix don’t support Compiling of MVC project. You need Visual Web developer Express at-least to compile your project.

if you are in hurry try  https://c9.io/ put your FTP settings and you just got your hands ready to make changes on live site.

If you have anything else in your mind share it here.

Smile

This article is part of the GWB Archives. Original Author: Anirudha

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.