windows authentication - Run asp.net application under domain account without joining the domain? -


my feeling says it's not posible anyway curious if there @ least workaround accomplish this.

basically working @ client site , machine not connected domain. want running web application locally under domain account, , using webdev server. webapp uses default authentication, windows authentication is. tried using impersonation domain\user & password got following error

could not create windows user token credentials specified in config file. error operating system 'logon failure: unknown user name or bad password.

i have mention username , password correct.

thanks in advance iulian

if cannot access domain controller (or computer not know domain controller use), there no way finding out if password correct or not. windows does, asking dc "does password match account" (simply speaking). in scenario, there no dc. hence, "unknown username".


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -