|
|
|
[vb.net] มีปัญหาเกี่ยวกับการติดตั้งเว็ปบนเซอเวอร์แล้ว update panel ajax ไม่ทำงานครับ |
|
|
|
|
|
|
|
โปรแกรรม build ในเครื่องสามารถรันได้ ปกติครับ แต่ ไปติดตั้งบนเซอเวอร์แล้ว กด ปุ่ม ค้นหา แล้ว update panel นิ่งครับ ไม่ทำงานเลย ไม่ทราบว่าต้องแก้ไขยังไงครับ
อันนี้ webconfig ครับ
Code (VB.NET)
<?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="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true"
providerName="System.Data.SqlClient" />
<add name="HRD_DbConnectionString" connectionString="Data Source=10.29.12.244;Initial Catalog=HRD_Db;User ID=admin;Password=4705330bank"
providerName="System.Data.SqlClient" />
<add name="HRD_DbConnectionString2" connectionString="Data Source=10.29.12.244;Initial Catalog=HRD_Db;User ID=admin;Password=4705330bank"
providerName="System.Data.SqlClient" />
<add name="HRD_DbConnectionString3" connectionString="Data Source=10.29.12.244;Initial Catalog=HRD_Db;User ID=admin;Password=4705330bank"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
<assemblies>
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
<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="false">
<providers>
<clear/>
<add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/"/>
<add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/"/>
</providers>
</roleManager>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
</system.webServer>
</configuration>
Tag : .NET, Ms SQL Server 2008
|
ประวัติการแก้ไข 2013-08-30 10:18:01
|
|
|
|
|
Date :
2013-08-30 10:08:59 |
By :
tavada_b |
View :
969 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองดู Framework ครับ ตรงกับที่ต้องการหรือเปล่าครับ
|
|
|
|
|
Date :
2013-08-30 20:39:11 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วรันผ่านหรือเปล่าครับ ถ้ารันผ่านของดู code HTML .aspx หน่อยครับ
|
|
|
|
|
Date :
2013-09-03 11:07:30 |
By :
koungkung |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|