The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> System Administration
> IIS
|
405 error on IIS7
Discuss 405 error on IIS7 in the IIS forum on Dev Shed. 405 error on IIS7 IIS forum discussing Microsoft's Internet Information Server including its configuration, optimization and other related topics. IIS is the most popular web server for the Windows platform.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

November 3rd, 2010, 04:12 PM
|
 |
Meatball Surgeon
|
|
Join Date: Jul 2004
Location: Elbow deep in code
|
|
|
405 error on IIS7
Hi all,
I have been doing a lot of digging and i can't seem to find a solution.
I have a new windows 2008 box and its has IIS7 installed along with Coldfusion. Now Coldfusion works fine, however, i have one small page on my app that uses ASP, and that page always gets the following error:
405 - HTTP verb used to access this page is not allowed.
So i found the ASP is no longer installed by default on IIS 7, so i installed it......and got the same error.
then i went to the 'Request restrictions' page and under Verbs i checked "all verbs" and unchecked the "invoke Handler.." under mapping. I basically gave it the same setup as cfm files, but yet still the same error. Anyone have an idea of what i might be missing?
Thanks
__________________
Three gigs for the secretaries fair
Seven gigs for the system source
Nine gigs for the coders in smoky lairs
One disk to rule them all, one disk to bind them
One disk to hold the files, and in the darkness grind'em
---------------------------------------------------
It is by caffeine alone that I set my mind in motion.
It is by the beans of Java, that my thoughts acquire speed.
The hand acquire shakes; the shakes become a warning.
It is by caffeine alone that I set my mind in motion.
|

November 3rd, 2010, 04:55 PM
|
 |
Meatball Surgeon
|
|
Join Date: Jul 2004
Location: Elbow deep in code
|
|
|
Ok, so i found i apparently need to add an application Pool (which was added automagically by the install) but i need to set the .net framewrok version to "no managed code". I did this and added an application which uses the dir that contains by little script as the root. But alas, still i get a 405 error.....
|

November 3rd, 2010, 05:19 PM
|
|
|
|
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi
|

November 4th, 2010, 08:44 AM
|
 |
Meatball Surgeon
|
|
Join Date: Jul 2004
Location: Elbow deep in code
|
|
|
Ok, so i think i found the problem!
If you already have a default website created in IIS, you need to delete it and then readd it using the classic ASP Application pool, then everything should work! Once it was working, i went back to the default application pool, and so far everything seems to be working fine!
|

November 4th, 2010, 07:13 PM
|
|
|
|
Thanks for posting your solution!
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|