Hi there,
I'm trying to integrate the progress area control into an existing web application, and I'm not able to see the Progress Area when uploading a file via the standard asp:FileUpload control
Curiously, a web site started from scratch with a test page works just fine.
I've gone through the web.config files in both places. In particular, I've commented out all references to modules in the web.config of the existing application, including the Spring framework which I suspected might be causing a problem. In spite of doing so, the progress area still doesn't appear.
Although I'm not getting an error, I did check http://www.telerik.com/support/kb/aspnet-ajax/upload/906-ajax-callback-error.aspx and went through everything:
- Went to and got the line of javascript
- no blocking handler mappings present
- no configuration in either web.config concerning trusts, so I would assume that since the basic case worked, it's a non-issue
- check if file exists setting is off
- added the forms suthentication setting for the handler - since I can access the handler via a HTTP request I assume it's also not an issue
- no URL rewriting. The server is running IIS 6 on Windows 2003 and there are no unusual ISAPI filters installed on either site.
Am I missing anything?
Thanks,
Mark
I'm trying to integrate the progress area control into an existing web application, and I'm not able to see the Progress Area when uploading a file via the standard asp:FileUpload control
Curiously, a web site started from scratch with a test page works just fine.
I've gone through the web.config files in both places. In particular, I've commented out all references to modules in the web.config of the existing application, including the Spring framework which I suspected might be causing a problem. In spite of doing so, the progress area still doesn't appear.
Although I'm not getting an error, I did check http://www.telerik.com/support/kb/aspnet-ajax/upload/906-ajax-callback-error.aspx and went through everything:
- Went to and got the line of javascript
- no blocking handler mappings present
- no configuration in either web.config concerning trusts, so I would assume that since the basic case worked, it's a non-issue
- check if file exists setting is off
- added the forms suthentication setting for the handler - since I can access the handler via a HTTP request I assume it's also not an issue
- no URL rewriting. The server is running IIS 6 on Windows 2003 and there are no unusual ISAPI filters installed on either site.
Am I missing anything?
Thanks,
Mark