|
|
|
|
||||||
| ms.sqlserver.setup Questions about SQL Server. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
i have a mixed application (asp.net and asp classic) which uses sql server express 2005 and running under IIS 6.0 in native mode. The Windows Integrated Authentification is used. For asp.net, i defined a login (Network Service) and the same user for the database. This is ok. My question is: which account do i have to define for asp classic? I thought the asp is running under the present user account (not IUSR_servername). Do i have to define each windows user separately then? Thanks Ben |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Your classic ASP should still be using the typical connection string so
better give the account you use in the connection string permissions on your database. "Ben" <b@bn> wrote in message news:eAV4$qJuHHA.3476@TK2MSFTNGP02.phx.gbl... > Hi, > > i have a mixed application (asp.net and asp classic) which uses sql > server express 2005 and running under IIS 6.0 in native mode. The Windows > Integrated Authentification is used. > > For asp.net, i defined a login (Network Service) and the same user for the > database. This is ok. > > My question is: which account do i have to define for asp classic? I > thought the asp is running under the present user account (not > IUSR_servername). Do i have to define each windows user separately then? > > Thanks > Ben > |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
thanks
"bass_player [SBS-MVP]" <bass_player@mvps.org> schreef in bericht news:uCsvdUPuHHA.4844@TK2MSFTNGP04.phx.gbl... > Your classic ASP should still be using the typical connection string so > better give the account you use in the connection string permissions on > your database. > > "Ben" <b@bn> wrote in message > news:eAV4$qJuHHA.3476@TK2MSFTNGP02.phx.gbl... >> Hi, >> >> i have a mixed application (asp.net and asp classic) which uses sql >> server express 2005 and running under IIS 6.0 in native mode. The Windows >> Integrated Authentification is used. >> >> For asp.net, i defined a login (Network Service) and the same user for >> the database. This is ok. >> >> My question is: which account do i have to define for asp classic? I >> thought the asp is running under the present user account (not >> IUSR_servername). Do i have to define each windows user separately then? >> >> Thanks >> Ben >> > > |
|
![]() |
| Outils de la discussion | |
|
|