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

Posted by Anirudha on Geeks with Blogs See other posts from Geeks with Blogs or by Anirudha
Published on Wed, 26 Jun 2013 22:58:41 GMT Indexed on 2013/06/27 10:22 UTC
Read the original article Hit count: 164

Filed under:

Originally posted on: http://geekswithblogs.net/anirugu/archive/2013/06/27/how-to-edit-aspx-cshtml-and-other-kind-of-files.aspx

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

© Geeks with Blogs or respective owner