Ok, so I\'m working with an old company website. We\'re talking classic ASP here. I had it working on the development server, but the second it went onto the production server other things on the serv
Background I\'m in the midst of comparing the performance of NancyFx and ServiceStack.NET running under IIS 7 (testing on a Windows 7 host).Both are insanely fast - testing locally each framework pro
I am working in ASP.net 4.0 with Routing site and it is not in MVC Architecture. Here i got a big problem i.e. i can\'t call any handler file through routing.
i have written following in the handler class to check the session satate. public void ProcessRequest(HttpContext context)
Is there any way to write ISAPI Filter functionality in Managed Code (C#) for IIS 7.5? In detail, I need access to the Requests Response Stream, before it is actually sent back to the client to implem
What is considered best practice associated with Exception Handling inside an ASP.NET HttpHandler? Should Exceptions not able to be handled be allowed to flow upwards through the chain as one would do
I am using an HttpHandler to modify some CSS (only simple colours) on the fly, based on a technique I read about on SO.
How do I upload a file using an httphan开发者_如何学运维dler?Check this : http://www.codeproject.com/KB/aspnet/HttpHandlerFileUploader.aspx
I am trying to implement a Custom HttpHandler (for the first time), I have been given a tutorial to follow but couldn\'t get it to work. I then found another tutorial but couldn\'t get that to work, t
I am having trouble accessing the HttpContext.Items[typeof(UserProfile)] object sometimes when the Http Handler is called, where UserProfile is the object stored in the session cookie via forms authen