Link to home
Start Free TrialLog in
Avatar of sbornstein2
sbornstein2

asked on

ASP.Net Web Application IIS Auth?

What authentication setup do I need when publishing to IIS a asp.net identity provider web application?   I have all the aspnet user tables in SQL server etc and when I run in debug mode I can login as the user I setup.   However, when I publish to IIS I am getting errors.   Do I need a anonymous and windows authentication and also what identity should the app pool run under?  Eventually I am going to create a service account that I can run under but for now just want to use my windows auth.
Avatar of Nitin Sontakke
Nitin Sontakke
Flag of India image

You didn't post the error. Very helpful while answering the question.

I believe you will need to set-up Forms Authentication.
ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial