วันพฤหัสบดีที่ 14 ตุลาคม พ.ศ. 2553

asp.net error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

เกิดจากการตั้งค่า default ไม่ให้แสดง error กับเครื่อง remote (เครื่องๆ อื่นที่ไม่ใช่เครื่องที่ไม่ใช่เครื่องที่กำลัง run ไฟล์ asp.net)

แก้ไขโดยแทรก
<customErrors mode="Off" >
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>

ลงใน <system.web></system.web>



"The network BIOS command limit has been reached" error message in Windows Server 2003, in Windows XP, and in Windows 2000 Server"

แก้ไขโดย
ใส่ค่า MaxCmds มากๆ ที่
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters
และใส่ค่า MaxMpxCt มากๆ ที่
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver

แก้ไขค่า FCNMode เป็น 1 ที่
HKLM\Software\Microsoft\ASP.NET\FCNMode
edit FCNMode

ไม่มีความคิดเห็น:

แสดงความคิดเห็น