I reviewed that link.
In IIS7 I have 3 *.aspx handler mappings
SimpleHandlerFactory-Integrated
SimpleHandlerFactory-ISAPI-2.0-64
SimpleHandlerFactory-ISAPI-2.0
I opened each and went to the "Request Restrictions", on all three the "Invoke handler only if request is mapped to:" was not checked.
I tired checking it on all three and still no luck. I still get the folowing error when I click to download a file:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /LinkClick.aspx
I am guessing this still has something to do with the handlers, is there something I should be changing on the "Verbs" or "Access" tabs?
steve