โครงการหนังสือ ASP.NET 2.0 ฟรีสำหรับโรงเรียน
แจกไปหมดแล้ว 15 เล่มครับ
Event ดีที่ยำใหญ่หลายหัวข้อครับ วันอาทิตย์ที่ 15 มกราคม 2012 นี้แล้วครับ อาจจะโพสต์ช้าไปหน่อย ใครสนใจดูได้ที่นี่ครับ http://www.facebook.com/events/317882901567092/
ผมพยามติดตั้ง dnn5.4.1 บน win 7 ครับ แล้วเจอปัญหาดังนี้ครับ Error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error Information Module IIS Web Core Notification BeginRequest Handler Not yet determined Error Code 0x80070021 Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false". Config File \\?\C:\inetpub\wwwroot\web.config Requested URL http://localhost:80/dnn541/ Physical Path C:\DNN541\ Logon Method Not yet determined Logon User Not yet determined Config Source 81: </modules 82: <handlers 83: remove name="WebServiceHandlerFactory-Integrated" /
ให้แก้ไขไฟล์ applicationHost.config ที่อยู่ในโฟลเดอร์ Windows\system32\inetsrv
ในไฟล์ ให้เข้าไปที่ส่วน section ตามนี้ครับ <configSections> --> <sectionGroup name="system.webServer">
หลังจากนั้นให้แก้ไข Deny ด้านล่างให้เป็น Allow ครับ
ลองดูครับ