T
Thorsten Tarrach
Hallo,
I have a strange problem:
ASP.net caches my aspx pages, the code not the output.
For testing is created a page and inserted the folowing into the body:
<%=now.tostring%>
Every time I reload the page the correct date is shown.
So far so good. Now I add the following line:
<br>test12345
The page still shows the correct time everytime I realod, but the line above
does not appear until I restart the server.
The problem is that the aspx pages are compiles once and stored in the
Temporary ASP.NET Files directory. When I change one site it is not
recompiled until I restart the server.
What can I do?
I have a strange problem:
ASP.net caches my aspx pages, the code not the output.
For testing is created a page and inserted the folowing into the body:
<%=now.tostring%>
Every time I reload the page the correct date is shown.
So far so good. Now I add the following line:
<br>test12345
The page still shows the correct time everytime I realod, but the line above
does not appear until I restart the server.
The problem is that the aspx pages are compiles once and stored in the
Temporary ASP.NET Files directory. When I change one site it is not
recompiled until I restart the server.
What can I do?