I look for HttpExceptions in the Application_Error sub of my global.asx Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
I need a function in global.asax file which gets called only once when user enter a page url. application_beginrequest gets called 50-60 times in a single page( as to render a page several requests go
Is there an event that I can tap into in Global.asax to exec开发者_Go百科ute some SQL in ADO.NET for logging every time a request is made to the application?Most of the time you would be able to get t
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 prev
I have several ASP.NET websites in a solution along with a common C# code project. Something as follows:
How c开发者_Python百科an I prevent certain file types from going through the ASP.NET Pipeline (hitting global.asax, etc.)?What mode are you using?Integrated Pipeline or Classic?I think this will affec
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).
My ASP.NET intranet web application uses Windows Authentication, and I would like to record the following details:
I need to redirect some of the older pages in my application to new pages. I thought urlMapping in web.config is the efficient way to achieve this. But there is also another开发者_开发百科 way to redi
I have an ASP.NET application where I am tracking my application level errors using Global.asax On_Error method. I will send an email to my id when there is some error happened in the site (i.e.: when