Koreksi… you wrote : “pake ASP.NET yg harganya mahal untuk bisa melakukan debugging.” Kalo memang udah bisa jalanin asp.net di IIS 5.0 atau 6.0, anda tidak harus beli visual studio atau editor lain yang mahal hanya untuk melakukan debugging. Cukup tambahkan file web.config di direktori project web anda dengan menambahkan opsi berikut <compilation defaultLanguage="vb" debug="true" /> <customErrors mode="RemoteOnly" /> Untuk testing nya taruh satu file aspx dan satu lagi file web.config dengan opsi debug=true seperti diatas, Masukan script asal pada file aspx seperti ; <script language="vb" runat="server"> </[EMAIL PROTECTED]@#script> Browse websitenya dan akan muncul error Parser Error Message: Unexpected end of file looking for </script> tag.
Source Error: Line 5: <html> Line 6: <head> Line 7: <script language="vb" runat="server"> Line 8: Line 9: <[EMAIL PROTECTED]@@/script> Menurut saya ini sudah bisa dibilang sebuah proses debug, dan pastinya tidak mahal :-) Thanx, αndri [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> NewbIT'ers ↓ M2V Indonesia 3rd Floor Amex Building Melawai St. South Jakarta - Indonesia ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘ [Non-text portions of this message have been removed] -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## ## Jaket ITCENTER tersedia di http://shop.itcenter.or.id Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ITCENTER/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ITCENTER/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
