Mobile app version of vmapp.org
Login or Join
Chiappetta492

: 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

@Chiappetta492

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.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Chiappetta492

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme