: HTTP handlers are handled differently in IIS7 vs. IIS6. A couple of things you could try: 1) Change your app pool from 'integrated' mode to 'classic' mode (probably would not be the first
HTTP handlers are handled differently in IIS7 vs. IIS6. A couple of things you could try:
1) Change your app pool from 'integrated' mode to 'classic' mode (probably would not be the first choice, but will certainly get it working).
2) Reconfigure your web.config file (this is probably the route you should go). In integrated mode, http handlers need to be moved to the section (IIS6 has them in the system.web section).
Here is some additional information you may want to have a look at:
msdn.microsoft.com/en-us/library/bb515251.aspx
Of note, have a look at the "Moving a Web Application to Integrated Mode" section.
More posts by @Chiappetta492
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.