M
Mark
Hi,
I have 2 ASP.NET projects. In the Global.asax I open a
SQLReader to a recordset and for each record I create an
object in the other project... this object does another
hit to the SQL Server...
I am getting the error 'SQL Server does not exist or
Access is denied' on the second database hit...
Just to twist things... This all works on WinXP accessing
a SQL Server on Win2003.
When I tried to migrate the code to the same Win2003
server, I get this error... So running locally we get the
errors...
PLEASE PLEASE PLEASE ... Any Ideas?
Thanks in Advance...
Mark
I have 2 ASP.NET projects. In the Global.asax I open a
SQLReader to a recordset and for each record I create an
object in the other project... this object does another
hit to the SQL Server...
I am getting the error 'SQL Server does not exist or
Access is denied' on the second database hit...
Just to twist things... This all works on WinXP accessing
a SQL Server on Win2003.
When I tried to migrate the code to the same Win2003
server, I get this error... So running locally we get the
errors...
PLEASE PLEASE PLEASE ... Any Ideas?
Thanks in Advance...
Mark