Reputation: 2253
I am creating contact us form on windows 7 IIS 7.5.
I have classic ASP page and when I try to post my form with ASP page for sending email.. It gives me below error: IIS 7.5 Detailed Error - 405.0 - Method Not Allowed
Any settings I need to do in IIS to handle classic ASP??? As it works fine on windows xp.
If I do with GET in place of POST.. it gives IIS 7.5 Detailed Error - 404.3 - Not Found error.
Upvotes: 1
Views: 1422
Reputation: 1017
I suppose you have IIS6 installed on your XP.
You should check this: http://www.iis.net/learn/application-frameworks/running-classic-asp-applications-on-iis-7-and-iis-8
Upvotes: 0