Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-04-10 : 09:40:40
|
pradeep submitted "Sir,Iam getting this error, My Sql server 2000 in US (OS:windows2003), iam trying with IP address of my US system. previously it was fine, but from few days iam getting this error,PlZ can u tell the solution to this problem.To resolve this error, i installed Service pack 4 ( SQl server2000), i tried in query analyzer and enterprise manager by giving like " tcp:IPaddress",,eventhough iam getting same error.this error, what iam getting in my aspx webpage:General network error. Check your network documentation.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Data.SqlClient.SqlException: General network error. Check your network documentation." |
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
Posted - 2006-04-11 : 03:35:53
|
just pass in the connections string "POOLING = FALSE"Hope this helpsIf Debugging is the process of removing Bugs then i Guess programming should be process of Adding them. |
 |
|
|
|
|