Sunday, 8 September 2013

IIS 6 and sql server 2000

IIS 6 and sql server 2000

I am editing some web server application at my work and they were using
sql server 2000. My problem is that when ever I develop the application on
visual studio I can see data from database normally then when I deploy it
on IIS 6 it gives me page can not be found, I changed the identity of the
application pool from network service to local system at this time I was
able to see the database but when I try to connect from client PC I am not
able to get the data.
Here is my sql connection:
Server=(local); Database=DataBaseName; Integrated Security=SSPI; Max Pool
Size = 1000; Pooling = 'true'
I am really in rush to solve this problem
Thanks every one

No comments:

Post a Comment