B
Barry
The MS fix for IE broke how users access our site (if they patch their
browsers), so I need a solution to get users logged onto our site
transparently.
Basically we used to log on to the site by:
http://username:[email protected]/main/ which uses basic auth, but now that
doesn't work. I would like to find a way where I can still use basic auth
and tell the people hitting our site to modify their url to:
http://www.mysite.com/main/?uid=username&pwd=pwd but I haven't found
anything that will solve my needs in the .net framework.
Does anyone know of any controls or funcs that I can use to accomplish what
I'm looking for?
I'm using IIS 5, and windows 2000
Thanks,
Barry
browsers), so I need a solution to get users logged onto our site
transparently.
Basically we used to log on to the site by:
http://username:[email protected]/main/ which uses basic auth, but now that
doesn't work. I would like to find a way where I can still use basic auth
and tell the people hitting our site to modify their url to:
http://www.mysite.com/main/?uid=username&pwd=pwd but I haven't found
anything that will solve my needs in the .net framework.
Does anyone know of any controls or funcs that I can use to accomplish what
I'm looking for?
I'm using IIS 5, and windows 2000
Thanks,
Barry