Viewing 4 posts - 1 through 5 (of 5 total)
ok, i mean that in additional to visual studio installation, i install SQL server express 2005 because i wanted to resolve my problem.
now, i uninstalled SQL server express 2005 and...
January 4, 2010 at 3:36 pm
no i don't, i installed the SQL server only for solution but i gonna uninstall the SQL.
so now i onlt with my visual studio and iis.
January 4, 2010 at 1:26 pm
hi, my database name that i created with visual studio is "MsnDB", and this is my connection string in web.config:
<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="MsnDBConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\MsnDB.mdf;Integrated...
January 4, 2010 at 2:28 am
hi, thanks alot for the reply
you right, there are two DB and i remove the SQL from the list and i left my web application DB, i refresh and i...
January 3, 2010 at 3:52 pm
Viewing 4 posts - 1 through 5 (of 5 total)