Skip to main content
Home Forums General Silverlight Getting Started Credential promt in application
3 replies. Latest Post by rshelby on July 1, 2009.
(0)
pinks123
Member
24 points
32 Posts
07-01-2009 8:38 AM |
In my silverlight application when i run locally i can view my application.But once i connect to onsite machine and then i open the URL i am finding a dilog box to enter the credential .It comes for two times.But once i entered the necessary userid with password ,It prompts error. i viwed in Event Viewer ,there i found as security -- The audit log was cleared Primary User Name: SYSTEM Primary Domain: NT AUTHORITY Primary Logon ID: (0x0,0x3E7) Client User Name: AD1257 Client Domain: SCANDENT-BLR Client Logon ID: (0x0,0x3380B) There its displaying Primary Domain: NT AUTHORITY. So any body can give me some idea about this. Whether due to Primary Domain: NT AUTHORITY ,i am getting the credential domain. I think may be as the client domain is different than my local domain. But locally when i am running i am not getting any credential box . Pls help.
rshelby
277 points
66 Posts
07-01-2009 9:15 AM |
Just a shot in the dark, but do you have authentication set to "windows" in your web.config file?
07-01-2009 9:19 AM |
yes.Authentication is Windows only.
07-01-2009 9:22 AM |
I think that's why the credential box is showing up.
If your app doesn't require authentication, then you can take that out of the web.config.