Hi,
I'm new to CSLA 4 and I am trying to setup windows authentication for MVC. I had run the windows sample from using csla dataportal book and it had shown the current domain user correctly. I had changed the configuration to use local IIS 7 server instead of development server which had caused the sample to display the following:
Principal information
Web Server AuthenticationType: IsAuthenticated: False Name: IsHomeUser: False IsGuest: False |
App Server AuthenticationType: IsAuthenticated: False Name: IsHomeUser: False IsGuest: False |
I had enabled ASP.Net Impersonation without luck. I need to know what I should do to IIS 7 server in order to act same as development web server and display the correct information.
Thank You!
Copyright (c) Marimer LLC