How can I solve a connection pool problem between ASP.NET and SQL Server?
The last few days we see this error message in our website too much:
The last few days we see this error message in our website too much:
I’m using Visual Studio 2008 Pro.
If a connection string specifies Trusted_Connection=true with SQL Server authentication mode, will performance of my web application be impacted?
I am getting this weird error… the primary key in my database is ‘DocumentID’ so I know that is not the issue. I am trying to get the select,edit & delete gridview buttons to work but I need the datakeynames to be set correctly for them to be available to use. any ideas?
I need to create multiple records in sqlserver, each with the same value in column A, but with a unique value in column B. I have the values for column B in an array.
I am looking for a way to do daily deployments and keep the database scripts in line with releases.
I am using .Net 2.0 + SQL Server 2005 Enterprise + VSTS 2008 + C# + ADO.Net to develop ASP.Net Web application.
We have an internal asp.net forms app where one page is essentially a WYSIWYG editor that users enter 3-5 paragraph reports into. What are the best options for an autosave feature with the minimum amount of user-interrupt? I don’t want to force a postback every five minutes or so unless I have to, but rather maybe some type of client-side check every time the text changes and compare that to the last time the information has been submitted, and go from there?
I have table with pageId, parentPageId, title columns.
I’m using the .NET entity framework and I’ve got one entity containing a varbinary. Is there an easy way to get the size of the varbinary in the codebehind, efter it’s been retrieved from the database?