David
Mon Aug 28 06:02:48 CDT 2006
It sounds like you are seeing:
http://support.microsoft.com/default.aspx?scid=kb;en-us;251404
Which happens when you turn on Integrated Authentication somewhere else on
the website.
And here is the explanation:
http://blogs.msdn.com/david.wang/archive/2005/12/01/HTTP_POST_Fails_for_Anonymous_Authentication.aspx
You need to identify all changes that have happened on your server and
between your server and client. This sort of issue usually has nothing to do
with ASP/IIS and everything to do with whatever you are installing/changing
between IIS and the Browser.
For example, Sessions are maintained by cookies. The cookies are getting
lost between the client and Server, and you will need to independently
validate the client, network, and server that the cookies are being sent and
received.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Jon Haakon Ariansen" <jona@spama.no> wrote in message
news:uQ1ZNQoyGHA.3496@TK2MSFTNGP02.phx.gbl...
> Hi,
>
> I have a problem with with my webapplication based on ASP technology
> (vbscript serverside/javascript clientside).
> The application has been working fine until today. In all my virtual
> directories sessions are beeing emptied on http-post. I can't get the
> value form Session("Formname") after a submit is done. I created a new
> virtual directory, created a session variable made a form tag to be able
> to submit (POST) and read the session variable on the target file after
> submitting.
>
> What can be wrong?? Thanks for your help!
>
> Kind regards,
>
> Jon Haakon
>