| สร้างห้อง c:\inetpub\wwwroot\x
 ขณะสร้าง ASP.NET Web Site ใน Microsoft Visual Studio
 พิมพ์ชื่อตัวเอง แล้วทดสอบ start debugging จะไม่พบปัญหา
 ให้ปิดโปรแกรม Microsoft Visual Studio
 เปิด IE แล้วพิมพ์ http://localhost/x/default.aspx
 ถ้าพบ error ว่า
 The XML page cannot be displayed
 Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
 A name was started with an invalid character. Error processing resource 'http://localhost/x/default.aspx'. Line 1, Positio...
 
 วิธีแก้ไข
 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -i
 หรือเข้า properties ของ Default Web site แล้วเลือก ASP.NET Tab
 เลือกรุ่นเป็น 2.0
 
 ถ้าพบ error ว่า Server Error in '/' Application
 Line 51: <authentication mode="windows" />
 วิธีแก้ไข
 ให้ย้ายแฟ้ม web.config ออกจากห้องนั้น
 
 ถ้าเปิดห้อง x ด้วย Microsoft Visual Studio
 แล้ว start debugging จะสร้างแฟ้ม web.config ให้อีก
 ถ้าเกิดปัญหาก็ต้องลงอีก หรือไม่ก็เลือก start debugging
 แบบ Run without debugging (Ctrl+F5)
 
 
 
 
 
 
 |