My ASP pages have very slow connections with SQL Server database, although
eventually it will reach the page and get the results. The SQL Server
database and IIS are in the same machine, I have no idea why it will cause
the problem.
I just put this connection string as SSI:
strConnect="Pro vider=SQLOLEDB. 1;Integrated Security=SSPI;P ersist Security
Info=False;Init ial Catalog=MYDATAB ASE;Data Source=MYCOMPUT ER"
Anyone has any ideas? Please advise. thanks!
John
eventually it will reach the page and get the results. The SQL Server
database and IIS are in the same machine, I have no idea why it will cause
the problem.
I just put this connection string as SSI:
strConnect="Pro vider=SQLOLEDB. 1;Integrated Security=SSPI;P ersist Security
Info=False;Init ial Catalog=MYDATAB ASE;Data Source=MYCOMPUT ER"
Anyone has any ideas? Please advise. thanks!
John
Comment