Top "Ashx" questions

ASP.

ASHX file Parser error - could not create type

I got a sample application to install on IIS from a vendor that I am testing for making barcodes. The …

asp.net iis-6 ashx
c#: with a Handler(.ashx) get post send with javascript

I am trying to get a string from a textbox in a .aspx page. When I debug my site jQuery.…

c# asp.net get handler ashx
asp.net ashx request 404

I am using an ashx request handler to retrieve images and my breakpoint in the ashx file isn't being hit. …

c# asp.net iis ashx
ASP.NET MVC vs. Webforms vs. HTTP Handlers (.ashx) - which is the most lightweight?

I plan on building a simple, yet high usage webapp and need to settle on an architecture. basic server side …

asp.net asp.net-mvc webforms ashx
What is the difference between ashx, asmx, axd + cs(handler), webmethod(in aspx) and async methods in asp.net framework 4.5?

I need to know the technical difference of those files. Which one is the best option? When and why should …

asp.net asmx ashx webmethod axd
Get JSON in ASHX AJAX C#

Have a script in Home.aspx: <script type="text/javascript"> function probarAjax() { var Publicaciones = { "Categoria": "Noticia" } $.ajax({ type: "…

c# ajax json ashx
jquery ajax has a problem getting return value from ashx handler

Greetings, No matter what I do I cannot get my jquery ajax code to get a response other than null …

jquery asp.net ajax ashx
DataContractJsonSerializer exception

I am getting this error when using my class. Error Expecting element 'root' from namespace ''.. Encountered 'None' with name …

c# json jquery exception-handling ashx
making asynchronous calls from generic handler (.ashx)

I have a form in my website which posts json to the async handler which validates the data and return …

asp.net .net asynchronous delegates ashx
How do you call an ASHX from JavaScript?

I want to call an ASHX file and pass some query string variables from JavaScript and get the return string …

javascript string return ashx