The new path causes the application to assume a new applicationName and, in effect, create a new application in the ASPNETDB database. When a user attempts to log on, the application looks up the user’s credentials for that application. Since this is “seen” as a new application, none of the existing users are recognized (i.e., the existing user records in the database are associated with what is “seen” as a different application).
Example Web.config: