به نام خدا

من در حال یادگیری ASP.Net هستم به همین منظور از کتاب chris hart استفاده می کنم وقتی می خوام از سورس و دیتابیس مثال این کتاب استفاده کنم به این error بر می خورم

Server Error in '/WroxUnited' Application.
--------------------------------------------------------------------------------

A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

Source Error:


Line 109: public virtual string Theme {
Line 110: get {
Line 111: return ((string)(this.GetPropertyValue("Theme")));
Line 112: }
Line 113: set {


Source File: g:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files\wroxunited\fa0377b4\cfe3dcfc\App_Code.yxked9 7a.7.cs Line: 111
در دیتابیس sqlServer express به خوبی کار می کنه ولی در sql server 2005 standard این error را می ده . من دیتابیس رو به sql اضافه کردم و owner ان را به asp.net تغییر دادم و در web config رشته را به

<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer"
connectionString="Data Source=localhost;
Initial Catalog=WroxUnited;
Integrated Security=True"
providerName="System.Data.SqlClient"/>
</connectionStrings>
تغییر دادم و از aspnet_regsql هم استفاده کردم

اشکال کار من کجاست ممنون خواهم شد اگر کمکم کنید

با تشکر