Connecting to a local SQL Server database -


while making web.config, tried connect local sql server database web

<add key="dsn" value="server=localhost;uid=test_demo;pwd=1234;database=db_pre"/> 

however using "dsn" value server = localhost not connected local sql server database. , i'm not sure creating uid , pwd want know how use "dsn" connect local.

i'm using sql server 2008, iis express 7.

so port number problem @ first, designating initial(base) port number database server, , password policy should turn off.

password policy required me change password regularly after amount of time, , error hard find


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -