ASHX handler with ASP.NET MVC 3 and Razor -


I would like to use with ASP.NET MVC3. The problem is that I need to use the Ashx handler to upload files (part of the Handler Library) How can I integrate the handler with ASP.NET MVC3 (I am using a Ranger View Engine) ?

My guess is that this is easy because this (old?) Is part of the third party library and It's easy to follow those instructions which tells you to set something in web.config . You can enter *. By ignoring the routes for the Ashx files *. Ashx should be able to ignore requests. You should be able to use something like this, but I have not tried to do it myself:

  route Ignoreroute ("{resource} .shx / {* pathInfo}");    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -