Refresh problem with ASP.NET on Linux
Cannot figure out what is wrong, and I hope you can.
I am running an Apache Web Server on Fedora (Linux), and I have Mono up and runing, however I have a refresh problem. What I have tried...
I have made a very simple aspx page and a corresponding codebehind C# source file. The first time I requested the page after a succesful compilation it looked as expected however I changed some simple stuff in the source file like Response.Write, and compiled again. When I requested the page again nothing happened, or rather the same output as before was returned... Quite strange.
Nothing in the setup was changed, so it should be straight forward. Nothing happens no matter what I do in the codebehind. Even if I make it all into a comment!
I was thinking that it might have something to do with cached assemblies somewhere, however I do not know enough about the Mono structure (framework) to track this down (or at least check this).
Do you have an idea? Thanks a lot.
Jacob :).
|