檔案狀態:    住戶編號:1633856
 ㄚ東 的日記本
快速選單
到我的日記本
看他的最新日記
加入我的收藏
瀏覽我的收藏
沒有如果 《前一篇 回他的日記本 後一篇》  小窩比賽!!
 切換閱讀模式  回應  給他日記貼紙   給他愛的鼓勵  檢舉
篇名: 2003Server IIS
作者: ㄚ東 日期: 2009.04.27  天氣:  心情:
2003Server IIS 6碰上BASP21與CDONTS元件
一、安裝方式:
使用BASP21元件的ASP程式需安裝BASP21-2003-0211版,才能正常運作,
下載點如下:
http://www.hi-ho.ne.jp/babaq/basp21.html
下載BASP21-2003-0211.exe (1.44MB) 2003/02/11 Update!
http://www.hi-ho.ne.jp/babaq/data/BASP21-2003-0211.exe

或者是將BASP21的六個主要檔(從BASP21-2003-0211版取出)
BASP21.DLL Main COM Component
BSMTP.DLL for SMTP/POP3 Engine
BREGEXP.DLL for Regular Expression Engine
BCOUNT.DLL for Counter Engine
BSENDM.EXE Command Line SendMail Engine
BINETX.DLL HTTP/FTP Engine
COPY到windows\system32\下
執行regsvr32 %systemroot%\system32\Basp21.dll
使用BASP21元件的ASP程式即可正常運作!
BASP21元件根據我自己在WIN2003上實測並無發生上述ERROR,安裝BASP21-2003-0211版,即可正常運作

二、IIS6 上傳下載檔案大小限制設定:

2003 Server IIS 6用BASP21元件上傳檔案時,只要檔案超過 200K 就會發生 ASP 0104 '80004005' 的錯誤,
要求物件 錯誤 'ASP 0104 : 80004005'
不允許的操作
,原來是web server的內定值被限制,只要依下列步驟修改,即可!

A NOTE: Before making changes to this file. You must first go to IIS and right click the server and select properties. Check the box that says allow changes to MetaBase configuration while IIS is running. If you don't you will find that the metabase.xml file is locked. For good house cleaning you should go back and uncheck this after making your changes.

該檔案由於被 IIS 系統使用中
請於 IIS 管理員中,於[本機電腦]上點右鍵
選擇[內容]進入後,將[啟用直接編輯 metabase 檔案] 勾選
即可變更metabase.xml檔案內容。


IIS 6.0: upload and download issues
If any of you are having issues with uploads and downloads with file sizes greater than 200K and are running IIS 6.0, try these solutions first: open up the file "metabase.xml" with notepad...should be located in C:\windows\sytem32\inetserv. Find the variable named "AspMaxRequestEntityAllowed", it's set at 204800 (200K) and change it to the desired size. And there you have it. For downloading Find the variable named "AspBufferingLimit" and change it to something greater than what is there. By default this is set to around 4 megs. By changing this variable you are increasing the max size of ASP response buffer, thus letting you download files greater than 4 megs. By increasing the number of these variables, you can controll the size of uploads and downloads (respectively).

以記事本開啟 C:\windows\sytem32\inetserv\metabase.xml上傳限制:
找尋 AspMaxRequestEntityAllowed 字串
將 204800 (200K) 修改成你要的數字
下載限制:
找尋 AspBufferingLimit 字串
預設 4MB ,將它修改成你要的數字


修改自http://www.jasoncash.idv.tw/forum/topic.asp?TOPIC_ID=15896
作者 jasoncash
原文參考 http://forum.discountasp.net/topic.asp?TOPIC_ID=371
作者 ib1boss

三、IIS6 無法使用 CDONTS元件
萬芳與石牌的程式很多都用到CDONTS元件來寄發電子郵件,但是在IIS6會出現
錯誤 'ASP 0115'意外的錯誤
伺服器物件錯誤 'ASP 0115:8000ffff'
這是因為2003 Server IIS 6安裝完後,並沒有附上cdonts.dll元件,
我自己的解決方式:
在win2000 server winnt\system 下可以找到cdonts.dll,
將它copy到2003 server 的windows\system32下,
再執行regsvr32 c:\winnt\system32\cdonts.dll
可正常運作!
標籤:
瀏覽次數:124    人氣指數:1124    累積鼓勵:50
 切換閱讀模式  回應  給他日記貼紙   給他愛的鼓勵 檢舉
給本文愛的鼓勵:  最新愛的鼓勵
沒有如果 《前一篇 回他的日記本 後一篇》  小窩比賽!!
 
給我們一個讚!