M
mark4asp
How can I shut down (only one) ASP.NET website on the server.
Problem. I have updated my web-site but the site which I see is the
old one (the one there prior to the update).
I do I force ASP.NET to use the code in the new site - including the
new global.asax settings. ?
I have set the HTTP headers to expire after 1 minute. I have put the
following line in web.config
<authentication mode="Forms">
<forms name="whateversite"
loginUrl="Default.aspx"
protection="Validation"
timeout="5"/>
</authentication>
I have tried stopping and starting IIS.
What do I do to force ASP.NET 2 to end all current sessions and begin
the application anew?
I really don't want to restart the server as there are other websites
running on it.
Problem. I have updated my web-site but the site which I see is the
old one (the one there prior to the update).
I do I force ASP.NET to use the code in the new site - including the
new global.asax settings. ?
I have set the HTTP headers to expire after 1 minute. I have put the
following line in web.config
<authentication mode="Forms">
<forms name="whateversite"
loginUrl="Default.aspx"
protection="Validation"
timeout="5"/>
</authentication>
I have tried stopping and starting IIS.
What do I do to force ASP.NET 2 to end all current sessions and begin
the application anew?
I really don't want to restart the server as there are other websites
running on it.