Tips & Tricks for ASP.NET - C#

Google site Search
Shared Sql Connection on Web Config
// on the webconfig

<add name="CS_sss" connectionString="Data Source=IPADDRESS;Initial Catalog=DATABASENAME;Persist Security Info=True;User ID=USERNAME;Password=PASSWORD">


//Call on the page
SqlConnection myCon = new SqlConnection (System.Web.Configuration.WebConfigurationManager.ConnectionStrings["csWebs"].ConnectionString);


Arvixe offers ASP.net hosting that's good for testing plugins. Here is a good arvixe review if you want to know more.

Comments
Write Comments
Name  
Email    
Comments  

Other Titles