Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Automatically connect to another website with Basic Authentication?

Reply
Thread Tools

Automatically connect to another website with Basic Authentication?

 
 
ohaya
Guest
Posts: n/a
 
      03-16-2005
Hi,

I've been researching this, and I'm not sure if what I'm trying to do is
possible, but I thought that I'd ask:

I have two webservers/websites.

The first webserver/website is running Win2K/IIS5, and I want it to act
as a kind of "portal" to the other webserver/website.

The 2nd webserver/website has Basic Authentication enabled. Right now,
it's also Win2K/IIS5, but could be something else later.

The 1st webserver/website has access to users' username/password
information, and what I'd like to do is basically to forward or proxy
the connections coming into the 1st webserver/website to the 2nd
webserver/website, and somehow automatically process the Basic
Authentication login to the 2nd webserver/website.

Ideally, once the login is complete, the 1st website would "step out of
the way".


I've tried a number of things, including including the username/password
in the URL of a Response.Redirect, but that hasn't worked. It does
redirect to the 2nd website/webserver, but I'm still getting the login
popup from the 2nd website/webserver.

Can anyone tell me if there is any way to do this with IIS?

Thanks,
Jim
 
Reply With Quote
 
 
 
Reply

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 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
What is the best way to login my website from another website? rockdale ASP .Net 5 07-05-2007 04:55 PM
Can't connect wireless to one computer, but can connect to another =?Utf-8?B?VGVycmlT?= Wireless Networking 1 01-31-2007 10:26 PM
Cannot connect to Web service or ASP.NET website from another mach naveed ASP .Net Web Services 2 10-20-2005 09:17 PM
Cannot connect to Web service or ASP.NET website from another mach =?Utf-8?B?bmF2ZWVk?= ASP .Net 4 10-20-2005 12:50 PM
Another basic question: How to call and show one Web Form from another Web Form? Rob R. Ainscough ASP .Net Web Controls 3 06-14-2005 03:56 PM



Advertisments
 



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