2

If I connect via FTP and make edits to a .aspx file and upload it do I need to have the webhost do any type of complile or something?

Julia Roberts
  • 41
  • 1
  • 6
  • Are you doing any kind of caching of the .aspx files on the web server? If so, those would have to be flushed but that would be a rare case. – JB King Nov 02 '12 at 20:22

2 Answers2

3

Assuming the file worked before (IIS is set up to allow asp.net sites here), it will be re-compiled automatically.

Joel Coel
  • 12,932
  • 14
  • 62
  • 100
2

No. You don't need to do anything.

MDMarra
  • 100,734
  • 32
  • 197
  • 329