HTTP 405 Resource not allowed

J

Jim Leary

Hi all,

I create a new website in frontpage. Create a simple form with two input
fields saving to a file (all through the designer). I receive the message
"HTTP 405 - Resource not allowed" upon submission. I was using at first .HTM
then .ASPX. When I modify it to .ASP the form does not provide an error but
no content is written to the file.

-------

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<form method="POST" name="myform" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Date-Format="%m/%d/%Y" S-Time-Format="%I:%M:%S %p"
S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" -->
<p><input type="text" name="T1" size="20"></p>
<p><textarea rows="2" name="S1" cols="20"></textarea></p>
<p>&nbsp;</p>
<p><input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></p>
</form>

</body>

</html>
 
J

Jim Buyens

-----Original Message-----
Hi all,
Howdy.

I create a new website in frontpage. Create a simple form
with two input fields saving to a file (all through the
designer). I receive the message "HTTP 405 - Resource not
allowed" upon submission. I was using at first .HTM
then .ASPX. When I modify it to .ASP the form does not
provide an error but no content is written to the file.

Is it possible you created one virtual server inside
another? If so, try MSKB article 296596

Front Page Server Extensions Do Not Work As Expected
http://support.microsoft.com/default.aspx?scid=kb;en-
us;296596

Otherwise, try displaying the site's administration Web
pages and running Server Health with all the check boxes
selected.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top