Unable to browse Website from Winxp .-using windows authentication.
-
Hi, The user is using winxp SP3.The user need to have windows authentication.I had checked the web.config file set to Windows.When user access the url the user is taken to form authentication.He need to login with windows authentication.The DB server is
SQL Server is 2008R2, SP1 -- 10.50.2500.0 SP1 Enterprise Edition (64-bit)
They have a Windows 2008 Web Server that has Impact Pro Reporting System installed. That comes with IIS 7 installed. Their workstations are Windows XP and the IE is version 8. Need help....... Thanks. Guhananth.S
-
Hi, The user is using winxp SP3.The user need to have windows authentication.I had checked the web.config file set to Windows.When user access the url the user is taken to form authentication.He need to login with windows authentication.The DB server is
SQL Server is 2008R2, SP1 -- 10.50.2500.0 SP1 Enterprise Edition (64-bit)
They have a Windows 2008 Web Server that has Impact Pro Reporting System installed. That comes with IIS 7 installed. Their workstations are Windows XP and the IE is version 8. Need help....... Thanks. Guhananth.S
So what do you need help with?
Failure is not an option; it's the default selection.
-
So what do you need help with?
Failure is not an option; it's the default selection.
Hi, Any setting to be changed in workstation,win xp.I had resetting the browser option,that did not work out. On the Webserver,the windows authentication works.But from winxp workstation windows authentication did not work. Any idea to make windows authentication work on winxp? Thanks Guhananth.S
-
Hi, The user is using winxp SP3.The user need to have windows authentication.I had checked the web.config file set to Windows.When user access the url the user is taken to form authentication.He need to login with windows authentication.The DB server is
SQL Server is 2008R2, SP1 -- 10.50.2500.0 SP1 Enterprise Edition (64-bit)
They have a Windows 2008 Web Server that has Impact Pro Reporting System installed. That comes with IIS 7 installed. Their workstations are Windows XP and the IE is version 8. Need help....... Thanks. Guhananth.S
Your client computer must belong to the same Windows Domain as does your server.
-
Hi, The user is using winxp SP3.The user need to have windows authentication.I had checked the web.config file set to Windows.When user access the url the user is taken to form authentication.He need to login with windows authentication.The DB server is
SQL Server is 2008R2, SP1 -- 10.50.2500.0 SP1 Enterprise Edition (64-bit)
They have a Windows 2008 Web Server that has Impact Pro Reporting System installed. That comes with IIS 7 installed. Their workstations are Windows XP and the IE is version 8. Need help....... Thanks. Guhananth.S
Any reason you told us what database is being used? Because that makes me think you are trying to pass the user's credentials to the database via the web server and that just isn't going to work without some reconfiguring your network to allow it. In the meantime, check the settings on your web server. Is anything else enabled along with Windows Authentication? If there is, disable it.
No dogs or cats are in the classroom. My Mu[sic] My Films My Windows Programs, etc.
-
Hi, Any setting to be changed in workstation,win xp.I had resetting the browser option,that did not work out. On the Webserver,the windows authentication works.But from winxp workstation windows authentication did not work. Any idea to make windows authentication work on winxp? Thanks Guhananth.S
For it to work, the user will have to be logged onto the same domain as the web server is on. Windows Authentication means that the user has already authenticated on their machine and now is trying to access a network resource (your IIS site). If it is still not working check your web.config and share your authentication section. You may be denying certain users.
There are only 10 types of people in the world, those who understand binary and those who don't.