strRusty_gal 14 Unverified User

Hi everyone,

Thanks for visiting this thread. I have recently migrating my MSSQL database from one server to another server by copying the database.
The database that I copied contains the ASPNET membership and other related tables. My asp.net web application is currently pointing to the new created MSSQL database server. My asp.net web application is using the Form Authentication method to verify the user login. When the user successfully login, the web application will redirect the user to another web page and this web page is doing "User.IsInRole()". The "User.IsInRole()" is constantly returning FALSE.
anyway I have also migrate the web application from one server to another server and it is working fine in the old server. I am not sure why in the NEW server, the "User.IsInRol(__)" is always giving false. the IIS version of the new server is IIS8.5 and the old server is older version.

Sorry if my explaination isn't clear enough. Please kindly help!