I have an ASP.NET 4.0 application that I am developing in Visual Studio 2010. I have implemented the built-in LoginControl, CreateUser Wizard, LoginView and LoginName controls. I used the aspnet_regsql.exe program to set up ASP.NET to store the data in SQL Server 2008. I have it set up so that the anonymous user cannot view pages in certain directories. A user is redirected to the login page first; he logs in and then is redirected to the requested page. In the development environment this works fine. When I publish it to IIS 7.0 however, it does not. The catch is, the login page works and so does the CreateUserWizard, so I know it accesses the database. Any ideas on what setting I might need to make in IIS 7 or the web.config file to make this work? Any help is appreciated.
Thanks, Rob