Hi,
I'm new to ASP.net and SQl server,
I'm using VS 2003 and SQL 2005 express edition,
I followed thru out ur tutorial , but still ve problem with building my first login page..
After I click the submit button..lblmessage2.= become visible which is
"Error Connecting to Database!"
I tried playing around with my connection string but its still the same..
my current connection string
<appSettings>
<addkey="strConn"value="Data Source=(local);database=fypDB;User id=;Password=;"/>
</appSettings>
I'm using window authentication...tried several connection string...but i still cannot connect to the db..other then the connection string..others codes are the same as ur tutorial..
Last edited by Paladine : Jun 17th, 2006 at 12:59 pm.