What is the Account Name for Annonymous user enter into website using IIS?
antony selvaraj
Byusing FormsAuthentication.signout
The Account name for annonymous user is IUser_"SystemName"
For instance if the system name is "MyLaptop" then the user name would be IUser_MyLaptop.