Two levels:
Application level is in web.config
<sessionState mode="Off" />
Controller level
[SessionState(SessionStateBehaviour.Disabled)]
public class MyController : Controller
{}
Thursday, December 6, 2012
Wednesday, December 5, 2012
How to discard change for a file in TortoiseSVN by command line?
TortoiseProc.exe" /command:revert /path:"c:\path\Web.config"
Is it possible to run classic asp on Cassini?
No. Need to setup classic ASP application on IIS Server, then in Visual Studio to attach it and debug
Subscribe to:
Posts (Atom)