G
Guest
Hi,
I developed a simple ASP.NET 2.0 (Beta 2) Page using SQL-Server 2000 as Data
Source.
Now I want the whole thing to move to antoher Server with also another
ConnectionString, which I have stored and changed in the "web.config" file.
Everything works fine and the data is stored on the new SQLServer until I
stop the old SQL Server.
On the command line a "netstat -an" it shows a " SYN_SENT" to the old server.
There is no code in the ASPX-Files neither in the web.config which points to
the old Server.
Any ideas?
Thanks in advance
Patrick
I developed a simple ASP.NET 2.0 (Beta 2) Page using SQL-Server 2000 as Data
Source.
Now I want the whole thing to move to antoher Server with also another
ConnectionString, which I have stored and changed in the "web.config" file.
Everything works fine and the data is stored on the new SQLServer until I
stop the old SQL Server.
On the command line a "netstat -an" it shows a " SYN_SENT" to the old server.
There is no code in the ASPX-Files neither in the web.config which points to
the old Server.
Any ideas?
Thanks in advance
Patrick