I\'ve got a generic handler on a site.When I go directly to it it responds immediately.When I try to get to it from a .Net program, there is a long (10 second give or take) pause before the server is
I\'m trying to implement an upload with progress bar code i found here. But when i run my example code i get the following error in IIS7 Windows7:
Can you create a custom httphandler with a custom extension in MVC? I want an image handler that has the following path (if possible),
I have a HttpHandler which is called frequently. It uses Entity Framework to accomplish its task. There\'s slow increasing in used memory by the w3p.exe of this web application (it has a separate app
I just tried this simple example in a new web site to create an http handler in .net 4: http://msdn.microsoft.com/en-us/library/ms228090.aspx#Y700
I wrote a handler to be used within SharePoint that will generate a JSON string from a given parameter in the query-string. This JSON string will then be used by a JS function to display the relevant
So I\'ve been trying to map an http module to a sub-path of an MVC3 site.It should be pretty simple as I understand it, but it has not been working.The module is setup like so:
Can any one tell me , when we register the custom HTTPHander in web.config like below <add verb=\"*\" path=\"SampleHandler.new\"
I\'m introducing LESS into an existing ASP.NET web forms application. In order to get intellisense to work, I decided to set up the LessCssHttpHandler to intercept r开发者_Python百科equests for files
I\'ve been searching throughout the day to find a way to figure this out, but without sucess and I thought that maybe someone here could help ?