Musings
Public · Protected · Private
Application_BeginRequest is called too many times
-
2012-01-12 05:23dev machine handles all file type requests ex: Img,js,css etc .. skip it if u want if (HttpContext.Current.Request.Path.ToLowerInvariant().IndexOf(".aspx") > -1) { return; // skipin BeginRequest handle }
This blog is frozen. No new comments or edits allowed.