Database connections work fine when application is run from localhost. Login fails from dev server
问题 I have an application which connects to a database, retrieves a username from a user's table and matches it against the username retrieved with System.Security.Principal.WindowsIdentity.GetCurrent.Name On my localhost, everything works fine. The database exists on the development server but the application lies on my localhost. All of my authorization and authentication techniques are running smoothly. However, when I publish my application to the development server, I'm faced with the