How to config the web.config for both Internal and External users using Windows and Forms Authentica

  • Thread starter Thread starter ABC
  • Start date Start date
A

ABC

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?
 
Back
Top