K
Kin
Pls Help
I open a connection to remote sql server
Connection String:
Provider=SQLOLEDB.1;User Id='user';Password='pwd';Initial
Catalog='database';Data Source='remoteServer,port'
when user is public user, the iis always return error, with script timeout
but when user is 'sa' or 'dbo', iis return the right result to me
can anyone explain what problem i have?
I open a connection to remote sql server
Connection String:
Provider=SQLOLEDB.1;User Id='user';Password='pwd';Initial
Catalog='database';Data Source='remoteServer,port'
when user is public user, the iis always return error, with script timeout
but when user is 'sa' or 'dbo', iis return the right result to me
can anyone explain what problem i have?