Getting The HTTP verb POST used to access path 'Page.asp' is not allowed

GrarNeinnafax

New Member
I am working on implementing ASP.NET security for Classic ASP in IIS6 as described here:http://weblogs.asp.net/scottgu/arch...ty-with-classic-asp-and-non-asp-net-urls.aspxMy problem is that since I have put this in place my .asp pages load correctly however on Post I am getting the error message in the title. I ran a IssTrace and I am getting a 405 error in IISFilter on FILTER_LOG_START. Unfortunately I am a bit stumped on how to overcome this. Something interesting I noticed is the aspnet_filter.dll being used for IISFilter is v4.0.30319 even though my web app is running .net 3.5. Any suggestions are appreciated.
 
Back
Top