I deployed an asp.net application on a web server with IIS7. After I start browsing the URL https://testing123.test.com/mywebsite/
In the default section of the IIS7 document, I set Default.aspx as the default landing page.
I tried the following URL:
https://testing123.test.com/mywebsite/Default.aspx
In both cases, I get the following error:
405 - HTTP verb used to access this page is not allowed.
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.
Can someone help me solve this problem?
source
share