A
Anthony Williams
Good morning,
Our hosting provider has made some changes through the night, and has
inadvertantly caused many of our ASP.NET applications to simply stop working
when it comes to connecting to a database using a SqlConnection.
Problem is, classic ASP apps aren't affected, and neither are ASP.NET apps
where OleDbConnection is used instead of SqlConnection. Wonderful.
We've found out that they've made some changes to their network
configuration, subnets etc... (all above my head really) and I'm just
wondering if there are any differences between OleDbConnections and
SqlConnections that would be affected by these types of change.
Any insight would be grand!
Cheers,
Anthony
Our hosting provider has made some changes through the night, and has
inadvertantly caused many of our ASP.NET applications to simply stop working
when it comes to connecting to a database using a SqlConnection.
Problem is, classic ASP apps aren't affected, and neither are ASP.NET apps
where OleDbConnection is used instead of SqlConnection. Wonderful.
We've found out that they've made some changes to their network
configuration, subnets etc... (all above my head really) and I'm just
wondering if there are any differences between OleDbConnections and
SqlConnections that would be affected by these types of change.
Any insight would be grand!
Cheers,
Anthony