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

From: ABC (abc.abc.com)
Date: 10/24/05


Date: Mon, 24 Oct 2005 14:09:55 +0800

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?