|
|
|
มีท่านใดทราบมั้ยครับว่า codeเหล่านี้ในไฟล์ Web.Config มันหมายถึงอะไร? |
|
|
|
|
|
|
|
พอดีตอนนี้โปรเจ็คที่ผมทำอยู่มีปัญหา Object reference not set to an instance of an object. พอเข้าไปดูไฟล์ Web.Config แล้วเห็นมีบรรทัดที่น่าสงสัยคือ
Code (VB.NET)
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<behavior name="WebSpring.Service1AspNetAjaxBehavior">
<enableWebScript/>
</behavior>
</endpointBehaviors>
</behaviors>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/>
<services>
<service name="WebSpring.Service1">
<endpoint address="" behaviorConfiguration="WebSpring.Service1AspNetAjaxBehavior" binding="webHttpBinding" contract="WebSpring.Service1"/>
</service>
</services>
</system.serviceModel>
ตัวที่ผมสงสัยคือ
<behavior name="WebSpring.Service1AspNetAjaxBehavior">
<service name="WebSpring.Service1">
<endpoint address="" behaviorConfiguration="WebSpring.Service1AspNetAjaxBehavior" binding="webHttpBinding" contract="WebSpring.Service1"/>
ไม่ทราบว่าตรงส่วนนี้ทั้งหมดมัน Config อะไรหรอครับ และตรงที่ผมไฮไลต์ตัวสีแดงไว้เนี่ยเราจะต้องใส่ข้อมูลอะไรรึป่าวครับ
Code ทั้งหมดของไฟล์ Web.Config
Code (VB.NET)
<?xml version="1.0" encoding="UTF-8" ?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<appSettings>
<add key="Facebook.API_KEY" value="122433074492941"/>
<add key="Facebook.APP_NAME" value="Spriiing"/>
<add key="Facebook.REQPermissions" value="publish_stream,user_about_me,offline_access,email"/>
</appSettings>
<system.web>
<!--<globalization culture="th-TH" requestEncoding="utf-8" responseEncoding="utf-8" />-->
<globalization fileEncoding="windows-874" culture="th-TH" uiCulture="th-TH" requestEncoding="windows-874" responseEncoding="windows-874"/>
<customErrors mode="Off"/>
<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>
<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>
<httpErrors errorMode="Detailed" />
<asp scriptErrorSentToBrowser="true"/>
<!--<httpRedirect enabled="true" destination="http://www.missuniversethailand.com/home2.aspx" httpResponseStatus="Permanent" />-->
<modules runAllManagedModulesForAllRequests="true"/>
<security>
<authentication>
<basicAuthentication enabled="true" />
</authentication>
<requestFiltering>
<requestLimits maxAllowedContentLength="30000000" />
</requestFiltering>
</security>
</system.webServer>
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<behavior name="WebSpring.Service1AspNetAjaxBehavior">
<enableWebScript/>
</behavior>
</endpointBehaviors>
</behaviors>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/>
<services>
<service name="WebSpring.Service1">
<endpoint address="" behaviorConfiguration="WebSpring.Service1AspNetAjaxBehavior" binding="webHttpBinding" contract="WebSpring.Service1"/>
</service>
</services>
</system.serviceModel>
</configuration>
Tag : .NET, Web (ASP.NET)
|
|
|
|
|
|
Date :
2012-07-16 17:20:21 |
By :
golf7626 |
View :
2723 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่มีใคนตอบได้จริงๆใช่มั้ยคับเนี่ย?
|
|
|
|
|
Date :
2012-07-16 23:41:34 |
By :
golf7626 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะเป็น Web Service ครับ ปกติพวกนี้น่าจะ Gen ให้ Auto ครับ หลังจากที่ Add Reference Web Service ครับ
|
|
|
|
|
Date :
2012-07-17 05:37:19 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mr. Win ขอบคุณมากๆครับ อย่างน้อยๆประเทศไทยก็ยังมีคนที่มีน้ำใจกับเพื่อนร่วมโลกเช่นคุณ ไม่ได้มีแต่คน...ไม่พาย....ราน้ำ
ขอบคุณอีกครั้งครับ เดี๋ยวผมไปหาข้อมูลสำหรับการแก้ไขต่อไป
|
|
|
|
|
Date :
2012-07-17 10:45:02 |
By :
จขกท |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อิอิ ก็เป็นอย่างนี้แหละ
อารมณ์ยังไม่นิ่ง (ก็ธรรมดาของคนที่ยังมีกิเลสแหละ)
บางทีอารมณ์ดี ก็ตอบดี
บางทีไม่มีอารมณ์ ก็ตอบแบบกวนๆ อย่างที่เห็น
|
ประวัติการแก้ไข 2012-07-17 10:52:58
|
|
|
|
Date :
2012-07-17 10:50:21 |
By :
watcharop |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|