วันพฤหัสบดีที่ 8 กุมภาพันธ์ พ.ศ. 2561

แก้ Error 500.19 บน IIS


วิธีแก้
1. ไปที่ Control Panel
2. ที่มุมขวาบน เลือก View  by : category
3. ที่หัวข้อ Programs เลือก Uninstall a program
4. ที่แถบซ้ายมือเลือก Turn windows feature on or off
5. ในลิสต์ของ Internet Information Services
     > World Wide Web Services
     > Application Deployment Features
     > เลือก .Net ที่เป็น version ล่าสุด ตามภาพด่านล้าง
     > OK
จากนั้นรอซักครู่ให้ feature โหลดเรียบร้อยแล้วรีเฟรสหน้าเว็บ



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

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

SQL script delete all table of database

 SELECT  'TRUNCATE TABLE ' + quotename(S.name) + '.' + quotename(T.name) + char(13) + char(10) + ' ' + char(13) + ch...