IIS 的歷史見證
| IIS 版本 | OS 版本 | 說明 |
| PWS | Windows 95/98 | Personal Web Service |
| IIS 3 | Windows NT Workstation | |
| IIS 4 | Windows NT Pro | |
| IIS 5 | Windows 2000 | |
| IIS 5.1 | Windows XP | |
| IIS 6 | Windows 2003 | |
| IIS 7 | Windows Vista |
以前這名的主人,會說 Perton 是 普通(台語)。 信主後,Perton 是主の殿與教會,他已不再和以前一樣,舊事已過,今日已成新造之人。 定睛在主的榮面上,遠重於人話語上的小信及自我抵毁。
IIS 的歷史見證
| IIS 版本 | OS 版本 | 說明 |
| PWS | Windows 95/98 | Personal Web Service |
| IIS 3 | Windows NT Workstation | |
| IIS 4 | Windows NT Pro | |
| IIS 5 | Windows 2000 | |
| IIS 5.1 | Windows XP | |
| IIS 6 | Windows 2003 | |
| IIS 7 | Windows Vista |
在動態表單的應用技巧上,常會遇到兩種表單資料傳遞的動作:GET、POST
GET 動作
POST 動作
基於安全考量,建議使用 POST 方式傳送表單資料。
在賦值給 Container 中的控件時,系統產生如下錯誤,該如何排除問題?
錯誤訊息,如下:
查詢 Event Log 得知,
Event Type: Error
Event Source: Service1
Event Category: None
Event ID: 0
Date: 2010/07/27
Time: 09:40:13
User: N/A
Computer: L01-SRV-06
Description:
Failed to stop service. System.IO.IOException: The process cannot access the file 'C:\Program Files\LRERP\EmailServiceSetup\log\EmailServer\JobLog 2010-07-27.xml' because it is being used by another process.
at LRComponent.StandardLibaray.PublicFunction.WriteLog(LogType logType, String user, String module, String function, String message)
at EmailService.EmailService.OnStop()
at System.ServiceProcess.ServiceBase.DeferredStop()
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
因為在開啟服務的過程中,記錄檔 JobLog 2010-07-27.xml 被獨佔開啟,且內容也被破壞。
所以,要手動刪除該檔案。
再重新啟動 EmailService Service.
在輸入 AP服務器 資料後,系統回報 帳套錯誤 訊息,為何會有這情形?
(已注意到 DBManager 的註冊工作,是正常了)
(不是,還是需要重新安裝 Lorom ApplicationServices Setup.msi )