I\'m a little confused about the life cycle of the session in ASP.NET, here is my test case. A user logs in, I save some info to a session variable (e.g. Session[开发者_高级运维\"bob\"]=\"bob\") then
Changes in ascx / aspx files - will it reset application? Sometimes on dev server they won\'t cause it whereas on live serve开发者_如何学Cr I think it sometimes causes it. What is the rule?
I\'m having this problem using msdeploy to sync GAC assembly to many Application Servers. When I run this command
My situation: when I deploy assemblies .NET in GAC, I get errors (Cannot access to xxx.dll because is in use for another process). The IIS use those dll (assemblies).
I have a web application project on my dev PC running WinXP and hence IIS 5.1. The changes I\'m making to this site seem to \"take effect\" only after I do IISRESET. That is, I make a source change, R