Can someone please tell me how I get around this???
I have an ASP.NET web application that uses an SQL 2000 database for the
majority of the web sites content... If the application comes up with an
error the process on the SQL server remains alive. How do I make sure that
the process is killed on the SQL server even if there is an error???
I guess you use "TRY" but am new to asp.net programming and would appritiate
any examples or suggestions...
Thanks
I have an ASP.NET web application that uses an SQL 2000 database for the
majority of the web sites content... If the application comes up with an
error the process on the SQL server remains alive. How do I make sure that
the process is killed on the SQL server even if there is an error???
I guess you use "TRY" but am new to asp.net programming and would appritiate
any examples or suggestions...
Thanks
Comment