website asp.net and basic authentication

J

jose

I am in a web site A. I want to redirect to a web site B with basic
authentication. I dont want to get the HTML , i want to redirect to the web
site b with basic authentication.

I appreciate if some one helps me to solve this problem.

Thanks in advance.
 
C

Cowboy \(Gregory A. Beamer\)

If you are talking single sign on for multiple sites, you have to set the
machine keys and cookie name to the same values in the config file. You can
then "share" session, although you cannot share session variables, so this
is merely a sign on methdology. Any shared information has to be passed or
persisted.

--
Gregory A. Beamer
MVP; MCP: +I, Se, SD, DBA

Blog:
http://feeds.feedburner.com/GregoryBeamer

*************************************************
| Think outside the box! |
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top