Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
66619 Points
11270 Posts
Jan 12, 2009 02:23 AM|LINK
Set Try to set Data Source = "Server name" in connection string
Open "SQL Server Surface Area Configuration"
then opne the "Surface Area Configuartion for Services and Connections "
Under the Remote connection u have to enable the "Using both TCP/IP and Named Pipes "
then It will work..
Try to set Data Source= "serverName" in you connectionString
Data Source=.\SQLEXPRESS will work only on local m/c, It will not work if you host your site
Check in web.config for connectionString, configure it according to your server name, password etc.
In Time Tracking System, it uses inbuild Membership classes for user creation, updation etc..
You have to register your DB with ASP.NET Membership classes by executing the command line utility in VS prompt
aspnet_regsql, it will open one window, where you have to configure DB.
Hope it will help you, let me know.
http://forums.asp.net/t/1260556.aspx
http://forums.asp.net/t/913172.aspx
http://forums.asp.net/t/1008091.aspx
chetan.sarod...
All-Star
66619 Points
11270 Posts
Re: Cannot logon to application,but can create users (MSSQL 2005 Server config)
Jan 12, 2009 02:23 AM|LINK
Set Try to set Data Source = "Server name" in connection string
Open "SQL Server Surface Area Configuration"
then opne the "Surface Area Configuartion for Services and Connections "
Under the Remote connection u have to enable the "Using both TCP/IP and Named Pipes "
then It will work..
Try to set Data Source= "serverName" in you connectionString
Data Source=.\SQLEXPRESS will work only on local m/c, It will not work if you host your site
Check in web.config for connectionString, configure it according to your server name, password etc.
In Time Tracking System, it uses inbuild Membership classes for user creation, updation etc..
You have to register your DB with ASP.NET Membership classes by executing the command line utility in VS prompt
aspnet_regsql, it will open one window, where you have to configure DB.
Hope it will help you, let me know.
Hope it will help you, let me know.
http://forums.asp.net/t/1260556.aspx
http://forums.asp.net/t/913172.aspx
http://forums.asp.net/t/1008091.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.