Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Request.form stops working after clicking on page with Integrated

Reply
Thread Tools Display Modes

Request.form stops working after clicking on page with Integrated

 
 
judith_in_ottawa
Guest
Posts: n/a

 
      12-16-2009
Hello,

I am using asp on a Windows 2003 server, with IIS 6.0, for a large
organization.

I need to collect user names for some pages on the website (which are
restricted to a certain number of users), and am using
request.servervariables(LOGON_USER) to get those names. To do this, I have
turned off "enable anonymous access" and turned on Integrated Windows
authentication for a gateway page (i.e. just for one page in the whole
website).

I can't use Integrated Windows authentication for the whole site because
then some important users who are outside the forest (? or domain??) are
presented with username/password requests, which they aren't under anonymous
access. So, I pre-identify those users by ip address, and steer them around
the gateway page.

The strategy works fine, except for one problem. There is an asp page
elsewhere on the site that requests form variables used in search requests
from another asp page. The requesting asp page works fine until a user
clicks on the page which has Integrated Windows Authentication applied. From
that point on, request.form stops working. There's no error; but all the
results are blank.

Somehow, clicking on the page with the different access permission breaks
request.form until the user closes all instances of the browser (IE 6) and
then starts over.

Does anyone have a suggestion about why this is happening and how I can
solve it?

Many thanks!

P.S. An alternative way to determine the user name would also solve this
for me -- the server is part of a large internal network.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[IE8] about:tabs page is missing all functionality VanguardLH Internet Explorer 11 01-30-2010 12:35 PM
ISP redirect to their web search page on 404 Jeff Higgins Internet Explorer 19 11-03-2009 07:21 AM
problem with absolute position in IE8 while printing. Venkatesh Aralikatti Internet Explorer 9 10-26-2009 09:19 AM
Setup Stops at Product Key page popkorn Windows Vista Installation 2 04-25-2007 09:58 PM
Vista stops webpages from working Dennis Longnecker Windows Vista Performance 14 07-04-2006 02:10 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59