Ok, so I have an existing application to which I have added a custom HttpModule. I\'m regist开发者_运维百科ering two events in the Init() method (PreRequestHandlerExecute and PostRequestHandlerExecute
I have an ASP.NET MVC application that is hosted on Windows Azure and all the static files served from the website are being processed by ASP.NET. Is there a way to get IIS to serve the static files d
I have set up a virtual application on my localmachine and it is running but it\'s not loading the CSS file. And I am using the lessCSS for styling my application and I think the reas开发者_JS百科on h
I\'m trying to write an ASP.NET http handler with the following purpose: On incoming requests, do some checking on parameters, look up a URL in a database, log the request, and if everything is alrigh
We\'ve created a windows authenticated sub directory on our web server, however, intermittently when we go there (once logge开发者_开发知识库d in as an authenticated user - member of a authenticated g
Hi I have this piece of code in global.asax public void Application_PreRequestHandlerExecute(object sender, EventArgs e)
Problem: The Application_Start event is not being triggered in my WCF Service which contains a TCP endpoint.
I have an application that was supposed to accept unsafe characters from Salesforce. They are %0A and %0D (so far...) and they\'re not working.
Is there any limit on the no. of simultaneo开发者_Go百科us SQL connections by IIS server? Or is it solely dependent on the memory available?
In my project I am using Enterprise Library to connect to database. It is working fine when I run the application from Visual Studio directly.