Welcome to Geekdojo Sign in | Join | Help

Friday, November 25, 2005 - Posts

In ado.net you can use the following syntax to reference a Sql Server instance on a nonstandard port.  Your connection string would something like this: DataSource={your Sql Server}\{your instance},{your port for the instance} I believe this Read More
I came across this little trick while reviewing the Enterprise Library for .NET 2.0 (Nov CTP)    #if(!NUNIT) usingMicrosoft.VisualStudio.TestTools.UnitTesting; #else using NUnit.Framework; using TestClass = NUnit.Framework.TestFixtureAttribute; Read More
Here’s how you encrypt the “ConnectionString” section of your web.config file using the Rsa encryption provider.   1. Goto the command prompt 2. Change directory to C:\WINDOWS\Microsoft.Net\Framework\v2.0.50727 3.  aspnet_regiis –pc Read More