Re: asp request data lost with iis 6.0
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 11/29/04
- Next message: David Wang [Msft]: "Re: IIS 6 will not work with IP address"
- Previous message: David Wang [Msft]: "Re: IIS Authentication Providers"
- In reply to: Markus: "asp request data lost with iis 6.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 29 Nov 2004 04:00:31 -0800
This problem is due to mixed authentication. It has nothing to do with
IIS5/IIS6 but rather with the sequence of requests/responses that the
browser saw when interacting with this website.
Since this is a client-side issue, there is no server-side solution. You
simply have to get rid of mixed authentication, or configure the client.
http://support.microsoft.com/default.aspx?scid=kb;en-us;251404
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Markus" <markus.unterauer@maintec.at> wrote in message
news:d5260042.0411251224.74417c50@posting.google.com...
Hello,
I have an asp application with a logon form that posts form content
(username and pw textbox) to itself in order to process and verify. If
the application is set to windows integrated authentication in iis
6.0, form data is posted well and can be accessed in the target asp
page via request("tbUserName").
If the web runs in anonymous authentication mode only (which is
neccessary as it is accessed from the internet and not only within a
single domain) with the default IUSR_MACHINENAME as account, the page
is also postet on submit, but the request data does not return the
value of the textboxes and the request is empty
(request.totalbytes=0). In IIS 5.0 it works fine.
Others wrote, that this could be an issue of mixed authentication
modes within a web, but this is not the case.
Any ideas to solve or workaround this problem?
br
Markus
- Next message: David Wang [Msft]: "Re: IIS 6 will not work with IP address"
- Previous message: David Wang [Msft]: "Re: IIS Authentication Providers"
- In reply to: Markus: "asp request data lost with iis 6.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]