-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm running a ASP.NET website on my development box (.NET 2.0 on Vista/IIS7).
The Session_Start method in global.asax.cs logs every call to a file (log4net).
The Session_End method also logs every call.
I'm using InProc session state, and set the session timeout to 5 mins (to avoid waiting for 20…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there an event that I can tap into in Global.asax to execute some SQL in ADO.NET for logging every time a request is made to the application?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I'd like to use the netTcpBinding for my WCF application which is currently hosted in IIS7, which means configuring it to use WAS instead. This is fairly straight forward however, my application previously made use of the Application_Start event in the global.asax file. I do not require access…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Introduction : Phil Haack's had written two great articles about Editable Routes, Editable Routes or Editable Routes Using App_Code.These Article are great. But if you not need to unit test your Routes and don't care about restart Application Domian during…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am refering to this article from Jimmy Bogard
He is suggesting two projects to organize your ASP.NET MVC solution.
Basically, one project for the code and another for the rendering
My concern is about global.asax file.
Jimmy suggested separating global.asax from global.asax.cs and put them in…
>>> More