I developed a .Net 3.5 x64 web application that includes a custom HttpHandler in the config: <add path=\"*.class1\" verb=\"GET\" type=\"ClassLibrary1.Class1Handler\"/>
I currently have a .NET http handler that deals with passing files to the web browsers for download. IE6+, FireFox, Chrome, and Safari all work with this code, but the new IE9 fails to download, but o
I have created a Login.ashx Web Handler to authenticate user by using the following REST Request: http://192.0.0.0/Pages/LoginPage.ashx?Username=anonymous&Password=123
I have set up an HttpHandler for *css to do some simple parsing: <handlers> <add name=\"CssHandler\" verb=\"*\" path=\"*.css\"
i create a generic handler (ashx) but i am trying to add region in my code like the following #region MyRegionName
I have an application with an HttpHandler that processes any requests for a .js file. I only want this handler to process *.js files that are requested in the root of the application.
I am trying to create Handler, and I am trying to have it return a default picture when it returns a null value. But when I access this via a page using the second code bit below, I get an error image
I have a ASHX that do bulk insert at a SQLite. This page load for 2sec +/- Its a good practice implement it with Async Http Handler to not hold a ASP.NET Thread while I do I/O work.
I\'m trying to implement a multiple file uploader in silverlight 4. the silverlight control contains a single button only. when this is clicked the OpenFileDialog is shown and they can select multiple
<add name=\"scep\" verb=\"*\" path=\"scep/*\" type=\"xxxxx\"/> I get called on a GET to /root/scep/?operation=GetCACert&message=foo