Phillip Senn
Phillip Senn

Reputation: 47625

HTTP Error 405 - The HTTP verb used to access this page is not allowed

Can I make IIS serve a <form method="post"> from a static html file?

Upvotes: 0

Views: 702

Answers (1)

Ted Johnson
Ted Johnson

Reputation: 4343

If you are really asking can IIS serve ; meaning it responds to a GET request with a HTTP response containing HTML that happen to be from a file, then yes, yes it can and your issue is elsewhere. I suspect you are asking something more complex however and would guide you to elaborate.

Upvotes: 2

Related Questions