1 / 9

Az előd – IIS 6

Az előd – IIS 6. Elterjedtség. Forrás: Netcraft , http://www.netcraft.com August 2007 Web Server Survey. Forrás: Secunia , http://secunia.org. Az IIS 7 felülete. Server Manager IIS: 40 különálló modul IIS Manager Áttervezett felület Funkciók ( feature ) beállításai Appcmd

Download Presentation

Az előd – IIS 6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Az előd – IIS 6 Elterjedtség Forrás: Netcraft, http://www.netcraft.com August 2007 Web Server Survey Forrás: Secunia, http://secunia.org

  2. Az IIS 7 felülete • Server Manager • IIS: 40 különálló modul • IIS Manager • Áttervezett felület • Funkciók (feature) beállításai • Appcmd • Parancssori menedzsment • Egyéb: WMI, .NET, Powershell… DEMO

  3. Konfigurációs fájlok – IIS 6 <configuration> <MBProperty> <IIsWebVirtualDir Location="/LM/W3SVC/1/ROOT" AppFriendlyName="Default Application" AppIsolated="2" Path="c:\inetpub\wwwroot" /> </MBProperty> </configuration> <configuration> <system.web> <compilationdebug="true"/> <customErrorsmode="On" /> <authenticationmode="Forms"/> <system.web> <configuration> web.config \system32\inetsrv\Metabase.xml szerver alkalmazás

  4. Konfigurációs fájlok – IIS 7 <configuration> <system.webServer> <sites> <sitename="Default Web Site„ id="1"> <virtualDirectorypath="/" physicalPath=„ "c:\inetpub\wwwroot" /> </sites> <system.webServer> </configuration> <configuration> <system.webServer> <security> <authentication> <anonymousAuthentication enabled="true" /> </authentication> </security> </system.webServer> <system.web> <compilationdebug="true"/> <customErrorsmode="On" /> <authenticationmode="Forms"/> <system.web> <configuration> web.config \inetsrv\applicationHost.config szerver alkalmazás

  5. Konfigurációs fájlok • Delegálás • Konfigurációs részek zárolása • Alap: IIS zárolt, .NET felüldefiniálható • Távoli menedzsment tűzfalon keresztül is • XCOPY telepítés • IUSR felhasználó, rögzített SID-del! • Alkalmazás web szerver specifikus beállításai is a web.configba kerül(het)nek DEMO

  6. Diagnosztika • Runtime Status and Control (RSCA) • Állapotmegfigyelés • Kérések listázása • Automatic Failed Request Tracing (FREB) • Tracelog készíthető, ha • Adott hibakód • Túl lassú kiszolgálása DEMO

  7. Kiegészítések • FTP 7 • Teljesen újraírt • Külön letölthető a Beta • FTP over SSL, virtualhostname, UTF-8… • FastCGI • PHP támogatás • Kernel módú cachelés is (100 -> 6000 kérés/s) • … DEMO

  8. További információ http://www.iis.net

More Related