I have a new project which is a web site used by Internal and External users
(login required users) and public users (no login required users). On
internal users, all users login network using Windows or Forms
authentication login. External users will use Forms authentication login.
Both authentications would be cookie or cookieless. How to config the
web.config file meet the requirements?
Richard Dudley - 24 Oct 2005 14:37 GMT
Thanks to the advice of others, I've made this work in a similar situation.
See if these blog posts help:
http://aspadvice.com/blogs/rjdudley/archive/2005/03/10/2561.aspx
http://aspadvice.com/blogs/rjdudley/archive/2005/03/10/2562.aspx
> I have a new project which is a web site used by Internal and External users
> (login required users) and public users (no login required users). On
> internal users, all users login network using Windows or Forms
> authentication login. External users will use Forms authentication login.
> Both authentications would be cookie or cookieless. How to config the
> web.config file meet the requirements?