I am having problems after I publish my project and upload it to my webserver. All the access roles are gone and anyone can access any of the pages that are suppose to be restricted to the users login credentials. I setup all security in visual basic 2012 using the asp.net configuration tool. When I test the project in visual studio all the access restrictions are working. Do I need to change something in my webconfig? Also I am using Integrated Security=False and suppling a username and password for my SQL database connection strings and that user roles are set to db_datareader and db_datawriter.