I\'ve got a custom HttpHandler in my ASP.NET application, that basically builds and returns a javascript object.I have no experience with server-side caching, and my (possibly incompetent) google sear
What I am trying to do is invoke an HTTPHandler via the $.get method of jQuery which will stream back a PDF and display it in a web page using an object element. My previous method of setting the src
I am trying to build a webservice that manipulates http requests POST and GET. Here is a sample: public class CodebookHttpHandler: IHttpHandler
I have a scenario where my application is going to be publishing services that are consumed by both PC\'s and mobile devices, and I have a HTTPModule that I want to only perform work on only the mobil
My application is a dotnet 4 hybrid - MVC in some areas, web forms in others. This application was recently upgraded to dotnet 4 and includes a lot of older code and some mismatched parts. Unfortunate
My current project based in Asp .net makes considerable use of Http handlers to process various requests? So, is there any way by which I can test开发者_StackOverflow社区 the functionality of each of
I have a Silverlight 2 application that I\'m trying to get to invoke an HttpHandler by using WebClient. I have the HttpHandler just sending an email that says test when invoked. If I hit it via a brow
following the instructions here http://wiki.apache.org/couchdb/ExternalProcesses this is what I get { * error: \"{{badarg,[{erlang,port_command, [#Port<0.2056>, [123, [34,<<\"info\">
If I configure (via web.config) an httphandler to handle all .gif requests for a specific folder, is it absolutely essential for me to map .gif requests to aspnet_isapi.dll in IIS?
We are migrating our web sites from Win2003/IIS6 to Win2008/IIS7.Our .NET code is in a WAP form with compiled binaries.I do dev work on a Win7/IIS7 box so had to learn early how to set up HTTP Handler