473,388 Members | 1,209 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

asp request data lost with iis 6.0

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
Jul 22 '05 #1
1 1699
simplify your code as much as possible while still exhibiting the behavior
and post it.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"Markus" <ma**************@maintec.at> wrote in message
news:d5*************************@posting.google.co m...
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

Jul 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: mvr | last post by:
Hi all IIS 5.0, ASP, and https:// I have "DataEntrypage.asp" which is a data entry page(about 250 data elements includes text boxes, radio buttons, check boxes, drop down boxes etc). ...
10
by: William L. Bahn | last post by:
I'm looking for a few kinds of feedback here. First, there is a program at the end of this post that has a function kgets() that I would like any feedback on - including style. Second, for...
4
by: Edward Yang | last post by:
This does not happen frequently, but does happen in rare unkown cases. For example, at the time I'm writing this post, I'm having this problem again. The test page I'm browsing simply displays...
8
by: Ricky K. Rasmussen | last post by:
Hello NG, I'm having some encoding trouble using my own RequestHandler: Since the RequestHandler must be able to serve content with diffrent encoding, I set the Response.Charset and...
10
by: Jason Carter | last post by:
A while ago I asked about how to use the HTTPRequest object for sending a soap request. Somebody responded with the code that I needed, but I recently lost it and I really need it back now. Can...
4
by: figelwump | last post by:
All, I am writing an HTTP 1.1 compliant proxy in c#.NET, for use as a proxy server for any web browser (IE, firefox, etc). I've got it working fine for GET requests. However, when a POST...
4
by: lander | last post by:
If I create a page, then it's compiled upon first request, where can i find the compiled code? And another question, since aspnet_wp.exe is recycled sometimes, so session would get lost and...
5
by: chromis | last post by:
Hi there, I've recently been updating a site to use locking on application level variables, and I am trying to use a commonly used method which copies the application struct into the request...
3
by: dihola | last post by:
Hi, I have a website running in IIS7 and it seems to be creating a new session for every request I make. The values I store in Session are lost with every request. This is the forms bit in my...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.