asp.net - Why am I getting this error "Internal connection fatal error" in only one of my stored procedures? -
this issue similiar here.
what causes "internal connection fatal errors"
except it's happening on 1 stored procedure , happening of time , happening when access stored procedure website.
i've ran stored procedure in sql server , seems execute fine.
what possibly error?
as message say, problem on connection sql.
because happends 1 procedure quest have left open connection database before try call store procedure.
you can check connection turn on perfmon , see connection pool. if growing on time left open connections.
also check if network stable, on lan, wan, web, local or remote ? in connection string use of this: 127.0.0.1 / localhost / or real ip address ?.
Comments
Post a Comment