Trying to implement login security using aspnet configuration tool

Discussion in 'General troubleshooting' started by robertbroze, Nov 2, 2009.

  1. Hello

    I am trying to implement standard password protection of the web pages run from production server using ASP.NET configuration tool.
    When I run the website from development server, no problem. The application behaves as expected. I have included the ASPNETDB.MDF file where all the security related data is stored. However, when I deploy the application to production server I get 404 error message or server runtime errors.
    :confused: What can I do? What am I not doing?
     

Share This Page