asp request data lost with iis 6.0

From: Markus (markus.unterauer_at_maintec.at)
Date: 11/25/04


Date: 25 Nov 2004 12:24:55 -0800

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



Relevant Pages

  • asp request data lost with iis 6.0
    ... I have an asp application with a logon form that posts form content ... (username and pw textbox) ... If the web runs in anonymous authentication mode only (which is ... but the request data does not return the ...
    (microsoft.public.inetserver.iis.activeserverpages)
  • asp request data lost with iis 6.0
    ... I have an asp application with a logon form that posts form content ... (username and pw textbox) ... If the web runs in anonymous authentication mode only (which is ... but the request data does not return the ...
    (microsoft.public.inetserver.asp.general)
  • Re: ADSI Authentication using ASP - Problem
    ... ASP application over the web. ... "Basic Authentication" enabled. ... Dim oRootDSE As IADs ... strPassword As String, strUserADSPath As String ...
    (microsoft.public.inetserver.iis.security)
  • Re: Cant make a domain user the "anonymous access" user
    ... I have tried both with and without Integrated authentication enabled. ... I get a login prompt if I am using an NTLM-capable ... I can then authenticate using the domain account ... Pool containing this ASP page ...
    (microsoft.public.inetserver.iis.security)
  • Re: Newbie Needs Help!
    ... >> based authentication via SQL Server for a section of our corporate web ... >> I know classic ASP quite well, but the ASP .NET world is very different. ... >> Will IIS 5.0 support ASP .Net's built in methods for the integrated form ... > You can map the aspnet ISAPI dll to these other file extensions in IIS, ...
    (microsoft.public.dotnet.framework.aspnet)

Loading