Your are here: Home // Posts Tagged With asp

讓IIS7、IIS7.5顯示詳細的錯誤訊息

在IIS7或是IIS7.5中要使用asp,當出現錯誤時是只會顯示 An error occurred on the server when processing the URL. Please contact the system administrator. If you are the system administrator please click here to find out more about this error. 推薦到其他網站:  Read More →
Tags: ,

Rss2.0所需的時間格式

Blog上的Rss2.0中所規範的時間格式,必需遵循RFC822規範走,不然在IE上,是沒有辦法點選日期排序的。 推薦到其他網站:  Read More →
Tags: ,

ASP中Server.Urlencode的反解

ASP中有Server.Urlencode 卻沒有 Server.UrlDecode 這樣子的函數如果是URL直接用request接就可以轉回來了,但是如果不是發生在URL,那就尷尬了, 網路找了許多文章,都無法正確解出,就連下方的code也只能解big5的,對utf-8字串沒輒 程序代碼Function URLDecode(enStr) dim deStr dim c,i,v deStr="" for i=1 to len(enStr) c=Mid(enStr,i,1)... 
Tags: , ,
Copyright © 2009 ㄚ帕契的部落格. All rights reserved.
Designed by Theme Junkie. Powered by WordPress.