G
Guest
Have SQL server on one machine. Have IIS on another machine in same large
intranet. Have website in IIS with Basic Authentication turned on and other
options deselected. Have webpage (.aspx) with following connection in the
web.config file
<add name="NorthwindConnectionString1" connectionString="Data
Source=VHAV16PLAN1;Initial Catalog=Northwind;Integrated Security=SSPI"
providerName="System.Data.SqlClient" />
Have following added to systemweb element
<identity impersonate="true"/>
I have account to the database on the SQL server. Am logged on to machine on
the same intranet using that account login.
When I try to open the webpage in IE7. I am getting a request for me to
enter my user name and password. After entering it, I am able to see the data
from the SQL connection in the datagrid on the webpage.
I would like the webpage to pass my login credentials directly to the SQL
Server without having to enter it manually. How do I accomplish this???
I want others who have the same access permissions to SQL data to be able to
be recognized automatically also??
Basically, I want the webpage to pass the login token to the SQL
automatically.
Help
intranet. Have website in IIS with Basic Authentication turned on and other
options deselected. Have webpage (.aspx) with following connection in the
web.config file
<add name="NorthwindConnectionString1" connectionString="Data
Source=VHAV16PLAN1;Initial Catalog=Northwind;Integrated Security=SSPI"
providerName="System.Data.SqlClient" />
Have following added to systemweb element
<identity impersonate="true"/>
I have account to the database on the SQL server. Am logged on to machine on
the same intranet using that account login.
When I try to open the webpage in IE7. I am getting a request for me to
enter my user name and password. After entering it, I am able to see the data
from the SQL connection in the datagrid on the webpage.
I would like the webpage to pass my login credentials directly to the SQL
Server without having to enter it manually. How do I accomplish this???
I want others who have the same access permissions to SQL data to be able to
be recognized automatically also??
Basically, I want the webpage to pass the login token to the SQL
automatically.
Help