Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 24th, 2006, 07:25 PM
Bob Murdoch
Guest
 
Posts: n/a
Default Change in Request("HTTP_AUTHORIZATION") from W2k to W2k3?

I just moved my website from a Win2000 server to a Win2003 server.

On the old server, we would prompt for the user name and password via the
WWW-Authenticate header, retrieve the Base64 values provided by the user
from Request("HTTP_AUTHORIZATION"), decode them, and validate the user
against our database.

However, after moving to Win2003 server, the user is no longer prompted for
the user name and password. The HTTP_AUTHORIZATION comes back immediately,
and decoding it reveals a very long string of garbage.

Obviously something has changed between these two version of IIS. Anyone
know what the problem may be?

Bob M..


  #2  
Old August 24th, 2006, 07:35 PM
Bob Murdoch
Guest
 
Posts: n/a
Default Re: Change in Request("HTTP_AUTHORIZATION") from W2k to W2k3?

Arrgh...

Integrated Windows Authentication must *not* be enabled for this to work.
Looks like it's enabled by default for new web sites. It may have been the
same for Win2k, but it's been so long since this site was created that I
don't remember...

Thanks anyway.

Bob M..



"Bob Murdoch" <ram_re_move_5@erols.comwrote in message
news:OJDXKs6xGHA.480@TK2MSFTNGP06.phx.gbl...
Quote:
>I just moved my website from a Win2000 server to a Win2003 server.
>
On the old server, we would prompt for the user name and password via the
WWW-Authenticate header, retrieve the Base64 values provided by the user
from Request("HTTP_AUTHORIZATION"), decode them, and validate the user
against our database.
>
However, after moving to Win2003 server, the user is no longer prompted
for the user name and password. The HTTP_AUTHORIZATION comes back
immediately, and decoding it reveals a very long string of garbage.
>
Obviously something has changed between these two version of IIS. Anyone
know what the problem may be?
>
Bob M..
>

 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles