Dear ASP.NET's member,
I am working on a Webform Application with Routing 3.5
I placed a AjaxFileUpload on the form and configured web.config as the demo said. When I uploaded It got DIRECTORYNOTFOUND exception.
I think it's failed to upload file.
By debugging routing, I found that it request with a querystring started by ?contextKey=...
The URL is: domain.com/language/myaspx.aspx?contextKey=...
But the "language" in url is virtual, it's not a physical directory, I created a routehandler for it.
I think much of routing cause the AjaxFileUpload not working issue.
May you help me a solution to solve this? I want to keep webform routing and AjaxFileUpload too
Regards
Go to the complete details ...