سلام این متن فایل web.config ای که توی لوکالم هستش
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
-->
<configuration>
<connectionStrings>
<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\asp netdb.mdf;User Instance=true"
providerName="System.Data.SqlClient" />
<add name="DatabaseConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirector y|\Database.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<compilation debug="false" targetFramework="4.0" />
<authentication mode="Forms">
<forms loginUrl="~/Account/Login.aspx" timeout="2880" />
</authentication>
<membership>
<providers>
<clear/>
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices"
enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
applicationName="/" />
</providers>
</membership>
<profile>
<providers>
<clear/>
<add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/"/>
</providers>
</profile>
<roleManager enabled="true">
<providers>
<clear />
<add connectionStringName="ApplicationServices" applicationName="/"
name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" />
<add applicationName="/" name="AspNetWindowsTokenRoleProvider"
type="System.Web.Security.WindowsTokenRoleProvider " />
</providers>
</roleManager>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
</system.webServer>
</configuration>
.................................................. .................................................. ............................................
واین هم connectionString ای هستش که بعد از ساختن دیتابیس هاستم بهم داده
MS SQL Server address: dbdatabase.mssql.somee.com
Login name: echaou_SQLLogin_1
Login password:tbaxtu3uxq
Connection string: workstation id=dbdatabase.mssql.somee.com;packet size=4096;user id=echaou_SQLLogin_1;pwd=tbaxtu3uxq;data source=dbdatabase.mssql.somee.com;persist security
info=False;initial catalog=dbdatabase
دوستان خواهشا بفرمایین باس چکار کنیم!!!!
البته دیتابیس های لوکالم رو بکاپ ورستور نکردم
فقط توی هاست دیتابیس به نام dbdatabase ساختم ودیتابیس های لوکالم رو Attach کردم



جواب بصورت نقل قول

