If you have both Anonymous (or custom auth) and Integrated authentication
involved, you may be seeing:
http://support.microsoft.com/default.aspx?scid=kb;en-us;251404
Do things work when you make the entire website Anonymous or the entire
Website Integrated authentication?
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Leif Hauge" <nospam.mr-right DeleteThis @frisurf.no> wrote in message
news:%23Rgy97fgDHA.3416@tk2msftngp13.phx.gbl...
Trying again..
What can be the reason to a FORM POST script is not running on a IIS5
server, but it works on another one ?
<form method="post" action="test.asp"> </form>
Symptom : The page is waiting for 20 seconds and then displays "0" on a
blank page, even if test.asp does not exist.
I tested the server and found that a simple form method=post script would
not work, so the problem must be configuration on the server. The rights is
set to anonymous access after tips on this news-group before, but still
nothing. Posting the form to a remote site from this one works, but not to
post to itself.
Please help !
Leif