Do any of you guys know how to add IIS_USRS to SQL Server?
For the past 25 years I have used a user name and password combo to have my PowerBasic CC CGI applications access SQL Server.
So today I figured I would try to use "Integrated Security" as Microsoft says it is a best practice for web servers accessing SQL Server. Not so easy! Especially when you don't know how to do it.
I tried the obvious stuff like trying to make a Login for WEB-SERVER-1\IIS_IUSRS and BUILTIN\IIS_IUSRS and IIS APPPOOL\cerrutihome.com - that is the name of the application pool.
You would think Google might have a pointer or two.... Perhaps I am not asking the question correctly.
For the past 25 years I have used a user name and password combo to have my PowerBasic CC CGI applications access SQL Server.
So today I figured I would try to use "Integrated Security" as Microsoft says it is a best practice for web servers accessing SQL Server. Not so easy! Especially when you don't know how to do it.
I tried the obvious stuff like trying to make a Login for WEB-SERVER-1\IIS_IUSRS and BUILTIN\IIS_IUSRS and IIS APPPOOL\cerrutihome.com - that is the name of the application pool.
You would think Google might have a pointer or two.... Perhaps I am not asking the question correctly.
Comment