نحوه تنظیم web.config و ریستور بکاپ روی هاست

ساخت وبلاگ

با سلام.
بنده یک سیستم ثبت اعضا با asp.net و sql server دارم.
روی لوکال میتونم اجرا کنم.
ولی روی هاست نمیتونم بکاپ sql و تنظیمات web.config رو به درستی انجام بدم.
پنل هاست هم plesk هست.


<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectionStrings>
<add name="ManageUserConnectionString" connectionString="Data Source=192.99.181.50;Initial Catalog=ManageUser;User Name=alahverdi;Password=ManageUser12345;"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<sessionState
mode="InProc"
cookieless="true"
timeout="1000" />
<compilation debug="true" targetFramework="4.0"/>
</system.web>
</configuration>

این کد web.config که تغییر دادم و کار نمیکنه.
اینم کد web.config که روی لوکال دارم.


<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectionStrings>
<add name="ManageUserConnectionString" connectionString="Data Source=.;Initial Catalog=ManageUser;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<sessionState
mode="InProc"
cookieless="true"
timeout="1000" />
<compilation debug="true" targetFramework="4.0"/>
</system.web>
</configuration>

لطفا تو زمینه تنظیمات کنترل پنل plesk و web.config و ریستور کردن بکاپ کمک کنید.
با سپاس

- - , .

برنامه نویس...
ما را در سایت برنامه نویس دنبال می کنید

برچسب : نویسنده : محمد رضا جوادیان programers بازدید : 93 تاريخ : دوشنبه 28 دی 1394 ساعت: 21:45