Importance of the ASP.NET Membership "applicationName" Setting
One configuration setting that seems to be overlooked frequently with ASP.NET 2.0’s membership provider is the applicationName setting. This setting is very important if you ever want to move your application from one server to another or if you want to share users between multiple ASP.NET applications.
Read Full Article