You must Sign In to post a response.
  • Category: ASP.Net MVC

    Application authentication issue when hosted on IIS

    There is requirement of application migration on different server.On current server it is working fine.
    I migrated and hosted it on iis, when i browse application it is asking for windows authentication.

    Also,connection string in web config doesn't contain user credential details.And when I try to access that database it wont allow me to access.

    Please help from where to get user details to access this website.

    Thanks,
    bharati
  • #769826
    Check few things in IIS for the site that you hosted
    1. make sure the correct Authentication is selected under "Authentication" tab.
    2. for database access you can make the changes in application pool and run under it database user.


  • Sign In to post your comments