hi xmatt and welcome to ASp.net.
xmatt:
Hi
Can I use the Login Control for form authorization.
Since I use a webb hotel (discount asp) can I not set up (IIS role, members ....).
/Xmatt
1. Login controls are used for Authentication.
2. When user user sends the credentials to our site the Server side code checks wheather
the user is valid or not If the user is valid find his roles depending upon the user is in role
we do redirection of the user to appropriate page in web.
once user starts hitting that page code sees wheather the user is Authorized or not to see
that page
3. Here are thos videos
http://asp.net/learn/videos/ related to Logn,Membership,Personalization , webparts and more.... .
Satalaj