The other pages (ASPX) are working fine on both http / https, only Ashx has given a 404 response to https, I firefox firebug to check it out.
There are two same virtual directories on IIS, one is mapped to https, where this Ashx is not working.
I think that any kind of mapping is unavailable on https server, not sure how such mapping is stored?
- Check your iis configuration, default web site-> Applications-> Check handler mapping if .shx is registered
- If the handler is used in DLL, then you can access the web. I should also add handler mapping to the config file
Once I had a problem it was not about handler mapping I declared the error file in web.config but this file system The error file comes in and the error is redirected to the error page, but there is no error page so I get a 404 error. Maybe your problem might be something like this.
To really understand the problem, add a simple handler file and request through the browser that there is any problem.
Comments
Post a Comment