How to refresh Mono ASP.NET page without restarting the web server?

Posted by Hao on Stack Overflow See other posts from Stack Overflow or by Hao
Published on 2010-04-13T03:20:29Z Indexed on 2010/04/13 3:22 UTC
Read the original article Hit count: 383

Filed under:
|

When I make changes to a file, Mono ASP.NET doesn't see my changes, I have to do this:

sudo /etc/init.d/apache2 restart

I remember hen Mono ASP.NET executes ASP.NET it caches the compilation somewhere. Before, when the updated page doesn't come up, I just delete that cached compiled code. I just forgot the exact path

How to make Mono ASP.NET that I have changed the program without restarting the web server?

© Stack Overflow or respective owner

Related posts about mono

Related posts about ASP.NET