【文章內(nèi)容簡介】
SSL,應(yīng)確保包含及被包含的文件都 位于啟用了 SSL 的目錄中。 控制對您的 ASP應(yīng)用程序訪問的一種十分安全的方法是要求用戶使用客戶資格登錄??蛻糍Y 格是包含用戶身份信息的數(shù)字身份證。用戶通常從委托的第三方組織獲得客戶資格,第三方 組織在發(fā)放資格證之前確認(rèn)用戶的身份信息。每當(dāng)用戶試圖登錄到需要資格驗證的應(yīng)用程序時,用戶的 Web 瀏覽器會自動向服務(wù)器發(fā)送用 戶資格。如果 Web 服務(wù)器的 SSL 資格映射特性配置正 確,那么服務(wù)器就可以在許可用戶對 ASP 應(yīng)用程序訪問之前對其身份進(jìn)行確認(rèn)。 8 創(chuàng)建事務(wù)性腳本 應(yīng)用程序常常需要具有在事務(wù)內(nèi)部運(yùn)行腳本和組件的能力。事務(wù)是一種服務(wù)器操作,即使該 操作包括很多步驟,也只能整體返回操作是成功還是失敗。用戶可以創(chuàng)建在事務(wù)內(nèi)部運(yùn)行的 ASP 腳本,如果腳本的任何一部分失敗,整個事務(wù)都將會終止。 On the ASP to maintain the security of applications 【 abstract】 Properly configured security settings to protect your ASP applications will not be unauthorized user access and tampering. The ASP provides a wide range of application of safeguard procedures. 【 keyword】 asp,Security,web server ASP is a serverside scripting environment, through such an environment, users can create and run dynamic, interactive Web server applications. ASP39。s ActiveX technology is based on the use of open design environment, users can create their own definitions and ponents by adding them to their own dynamic web site with almost unlimited capacity to expand. ASP can also use ADO to access the database quickly and easily, allowing the development of applications based on the WWW possible. However, do not take the correct configuration of the importance of security settings. If you do not correctly configure the security settings, not only make your ASP application to unnecessary tampering,