Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Call to .axd returns 404

$
0
0

I created my own .axd handler for uploading file and set everyting in the web.config.

when I call the .axd, I get 404.

I have another .axd which works fine on the same web application.

in httpHandlers I have:

<add verb="GET" path="ShowImage.axd" validate="false" type="ImageServer.StreamImage, ImageServer"/><add verb="POST" path="UploadFileServer.axd" validate="false" type="UploadFileServer.UploadFile, UploadFileServer"/>



in handlers (for iis7) I have:

<add name="ImageServer" preCondition="integratedMode" path="ShowImage.axd" verb="GET" type="ImageServer.StreamImage, ImageServer"/><add name="UploadFileServer" preCondition="integratedMode" path="UploadFileServer.axd" verb="POST" type="UploadFileServer.UploadFile, UploadFileServer"/>



ShowImage.axd works fine, UploadFileServer returns 404.

why?


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>