Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Using Windows Authentication in VB with ADO to SQL Server means that as long as the user is logged in to the PC on the domain, they can access the SQL Server without supplying another login name and password.

 

While a different platform, I am trying to use Windows Authentication for the IIS App. My web.config is all set properly. On my local PC install of IIS, I can access the application in IE without having to supply a user name and password. However, when I move the app to the IIS Server on our LAN, I get the pop-up login box when trying to access the app. I can log in and access the app, but this defeats the intent of using Windows Auth doesn't it? Why would I not get the login popup on my local PC but I do get it on the server on the LAN?

  • *Gurus*
Posted
Depends. Are you accessing the Web application from a domain account? If not, you'll need to. If you are, make sure that domain account has access granted to it on the database server. Also make sure that Internet Explorer (which I assume you're using) has "Enable Integrated Windows Authentication" checked (Tools | Internet Options... | Advanced).
Posted
... make sure that domain account has access granted to it on the database server ...

 

Do you mean make the users' domain accounts also local user accounts on the server machine?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...