Produced by Araxis Merge on 1/15/2018 12:47:40 AM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | AHOBPRe_v5.0_build3.zip\Web Services\AHOBPR_RESTful_Service\.vs\config | applicationhost.config | Mon Jan 8 21:46:42 2018 UTC |
| 2 | AHOBPRe_v5.0_build3.zip\Web Services\AHOBPR_RESTful_Service\.vs\config | applicationhost.config | Fri Jan 12 22:14:42 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 2074 |
| Changed | 1 | 4 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?xml vers ion="1.0" encoding=" UTF-8"?> | |
| 2 | <!-- | |
| 3 | ||
| 4 | IIS co nfiguratio n sections . | |
| 5 | ||
| 6 | For sc hema docum entation, see | |
| 7 | %IIS_B IN%\config \schema\II S_schema.x ml. | |
| 8 | ||
| 9 | Please make a ba ckup of th is file be fore makin g any chan ges to it. | |
| 10 | ||
| 11 | NOTE: The follow ing enviro nment vari ables are available to be used | |
| 12 | within thi s file and are under stood by t he IIS Exp ress. | |
| 13 | ||
| 14 | %IIS_USER_ HOME% - Th e IIS Expr ess home d irectory f or the use r | |
| 15 | %IIS_SITES _HOME% - T he default home dire ctory for sites | |
| 16 | %IIS_BIN% - The loca tion of th e IIS Expr ess binari es | |
| 17 | %SYSTEMDRI VE% - The drive lett er of %IIS _BIN% | |
| 18 | ||
| 19 | --> | |
| 20 | <configura tion> | |
| 21 | ||
| 22 | <!-- | |
| 23 | ||
| 24 | Th e <configS ections> s ection con trols the registrati on of sect ions. | |
| 25 | Se ction is t he basic u nit of dep loyment, l ocking, se arching an d | |
| 26 | co ntainment for config uration se ttings. | |
| 27 | ||
| 28 | Ev ery sectio n belongs to one sec tion group . | |
| 29 | A section gr oup is a c ontainer o f logicall y-related sections. | |
| 30 | ||
| 31 | Se ctions can not be nes ted. | |
| 32 | Se ction grou ps may be nested. | |
| 33 | ||
| 34 | <s ection | |
| 35 | name="" [Required , Collecti on Key] [X ML name of the secti on] | |
| 36 | allowDef inition="E verywhere" [MachineO nly|Machin eToApplica tion|AppHo stOnly|Eve rywhere] [ Level wher e it can b e set] | |
| 37 | override ModeDefaul t="Allow" [Allow|De ny] [Defau lt delegat ion mode] | |
| 38 | allowLoc ation="tru e" [true| false] [Al lowed in l ocation ta gs] | |
| 39 | /> | |
| 40 | ||
| 41 | Th e recommen ded way to unlock se ctions is by using a location tag: | |
| 42 | <l ocation pa th="Defaul t Web Site " override Mode="Allo w"> | |
| 43 | <system. webServer> | |
| 44 | <asp /> | |
| 45 | </system .webServer > | |
| 46 | </ location> | |
| 47 | ||
| 48 | --> | |
| 49 | <confi gSections> | |
| 50 | <s ectionGrou p name="sy stem.appli cationHost "> | |
| 51 | <section name="app licationPo ols" allow Definition ="AppHostO nly" overr ideModeDef ault="Deny " /> | |
| 52 | <section name="con figHistory " allowDef inition="A ppHostOnly " override ModeDefaul t="Deny" / > | |
| 53 | <section name="cus tomMetadat a" allowDe finition=" AppHostOnl y" overrid eModeDefau lt="Deny" /> | |
| 54 | <section name="lis tenerAdapt ers" allow Definition ="AppHostO nly" overr ideModeDef ault="Deny " /> | |
| 55 | <section name="log " allowDef inition="A ppHostOnly " override ModeDefaul t="Deny" / > | |
| 56 | <section name="ser viceAutoSt artProvide rs" allowD efinition= "AppHostOn ly" overri deModeDefa ult="Deny" /> | |
| 57 | <section name="sit es" allowD efinition= "AppHostOn ly" overri deModeDefa ult="Deny" /> | |
| 58 | <section name="web Limits" al lowDefinit ion="AppHo stOnly" ov errideMode Default="D eny" /> | |
| 59 | </ sectionGro up> | |
| 60 | ||
| 61 | <s ectionGrou p name="sy stem.webSe rver"> | |
| 62 | <section name="asp " override ModeDefaul t="Deny" / > | |
| 63 | <section name="cac hing" over rideModeDe fault="All ow" /> | |
| 64 | <section name="cgi " override ModeDefaul t="Deny" / > | |
| 65 | <section name="def aultDocume nt" overri deModeDefa ult="Allow " /> | |
| 66 | <section name="dir ectoryBrow se" overri deModeDefa ult="Allow " /> | |
| 67 | <section name="fas tCgi" allo wDefinitio n="AppHost Only" over rideModeDe fault="Den y" /> | |
| 68 | <section name="glo balModules " allowDef inition="A ppHostOnly " override ModeDefaul t="Deny" / > | |
| 69 | <section name="han dlers" ove rrideModeD efault="De ny" /> | |
| 70 | <section name="htt pCompressi on" overri deModeDefa ult="Allow " /> | |
| 71 | <section name="htt pErrors" o verrideMod eDefault=" Allow" /> | |
| 72 | <section name="htt pLogging" overrideMo deDefault= "Deny" /> | |
| 73 | <section name="htt pProtocol" overrideM odeDefault ="Allow" / > | |
| 74 | <section name="htt pRedirect" overrideM odeDefault ="Allow" / > | |
| 75 | <section name="htt pTracing" overrideMo deDefault= "Deny" /> | |
| 76 | <section name="isa piFilters" allowDefi nition="Ma chineToApp lication" overrideMo deDefault= "Deny" /> | |
| 77 | <section name="mod ules" allo wDefinitio n="Machine ToApplicat ion" overr ideModeDef ault="Deny " /> | |
| 78 | <section name="app licationIn itializati on" allowD efinition= "MachineTo Applicatio n" overrid eModeDefau lt="Allow" /> | |
| 79 | <section name="odb cLogging" overrideMo deDefault= "Deny" /> | |
| 80 | <section Group name ="security "> | |
| 81 | <sec tion name= "access" o verrideMod eDefault=" Deny" /> | |
| 82 | <sec tion name= "applicati onDependen cies" over rideModeDe fault="Den y" /> | |
| 83 | <sec tionGroup name="auth entication "> | |
| 84 | <section n ame="anony mousAuthen tication" overrideMo deDefault= "Deny" /> | |
| 85 | <section n ame="basic Authentica tion" over rideModeDe fault="Den y" /> | |
| 86 | <section n ame="clien tCertifica teMappingA uthenticat ion" overr ideModeDef ault="Deny " /> | |
| 87 | <section n ame="diges tAuthentic ation" ove rrideModeD efault="De ny" /> | |
| 88 | <section n ame="iisCl ientCertif icateMappi ngAuthenti cation" ov errideMode Default="D eny" /> | |
| 89 | <section n ame="windo wsAuthenti cation" ov errideMode Default="D eny" /> | |
| 90 | </se ctionGroup > | |
| 91 | <sec tion name= "authoriza tion" over rideModeDe fault="All ow" /> | |
| 92 | <sec tion name= "ipSecurit y" overrid eModeDefau lt="Deny" /> | |
| 93 | <sec tion name= "dynamicIp Security" overrideMo deDefault= "Deny" /> | |
| 94 | <sec tion name= "isapiCgiR estriction " allowDef inition="A ppHostOnly " override ModeDefaul t="Deny" / > | |
| 95 | <sec tion name= "requestFi ltering" o verrideMod eDefault=" Allow" /> | |
| 96 | </sectio nGroup> | |
| 97 | <section name="ser verRuntime " override ModeDefaul t="Deny" / > | |
| 98 | <section name="ser verSideInc lude" over rideModeDe fault="Den y" /> | |
| 99 | <section name="sta ticContent " override ModeDefaul t="Allow" /> | |
| 100 | <section Group name ="tracing" > | |
| 101 | <sec tion name= "traceFail edRequests " override ModeDefaul t="Allow" /> | |
| 102 | <sec tion name= "traceProv iderDefini tions" ove rrideModeD efault="De ny" /> | |
| 103 | </sectio nGroup> | |
| 104 | <section name="url Compressio n" overrid eModeDefau lt="Allow" /> | |
| 105 | <section name="val idation" o verrideMod eDefault=" Allow" /> | |
| 106 | <section Group name ="webdav"> | |
| 107 | <sec tion name= "globalSet tings" ove rrideModeD efault="De ny" /> | |
| 108 | <sec tion name= "authoring " override ModeDefaul t="Deny" / > | |
| 109 | <sec tion name= "authoring Rules" ove rrideModeD efault="De ny" /> | |
| 110 | </sectio nGroup> | |
| 111 | <section Group name ="rewrite" > | |
| 112 | <sec tion name= "allowedSe rverVariab les" overr ideModeDef ault="Deny " /> | |
| 113 | <sec tion name= "rules" ov errideMode Default="A llow" /> | |
| 114 | <sec tion name= "outboundR ules" over rideModeDe fault="All ow" /> | |
| 115 | <sec tion name= "globalRul es" overri deModeDefa ult="Deny" allowDefi nition="Ap pHostOnly" /> | |
| 116 | <sec tion name= "providers " override ModeDefaul t="Allow" /> | |
| 117 | <sec tion name= "rewriteMa ps" overri deModeDefa ult="Allow " /> | |
| 118 | </sectio nGroup> | |
| 119 | <section name="web Socket" ov errideMode Default="D eny" /> | |
| 120 | <s ection nam e="aspNetC ore" overr ideModeDef ault="Allo w" /></sec tionGroup> | |
| 121 | </conf igSections > | |
| 122 | ||
| 123 | <confi gProtected Data> | |
| 124 | <p roviders> | |
| 125 | <add nam e="IISWASO nlyRsaProv ider" type ="" descri ption="Use s RsaCrypt oServicePr ovider to encrypt an d decrypt" keyContai nerName="i isWasKey" cspProvide rName="" u seMachineC ontainer=" true" useO AEP="false " /> | |
| 126 | <add name= "AesProvid er" type=" Microsoft. Applicatio nHost.AesP rotectedCo nfiguratio nProvider" descripti on="Uses a n AES sess ion key to encrypt a nd decrypt " keyConta inerName=" iisConfigu rationKey" cspProvid erName="" useOAEP="f alse" useM achineCont ainer="tru e" session Key="
|
|
| 127 | <add name= "IISWASOnl yAesProvid er" type=" Microsoft. Applicatio nHost.AesP rotectedCo nfiguratio nProvider" descripti on="Uses a n AES sess ion key to encrypt a nd decrypt " keyConta inerName=" iisWasKey" cspProvid erName="" useOAEP="f alse" useM achineCont ainer="tru e" session Key="
|
|
| 128 | </ providers> | |
| 129 | </conf igProtecte dData> | |
| 130 | ||
| 131 | <syste m.applicat ionHost> | |
| 132 | ||
| 133 | <a pplication Pools> | |
| 134 | <add nam e="Clr4Int egratedApp Pool" mana gedRuntime Version="v 4.0" manag edPipeline Mode="Inte grated" CL RConfigFil e="%IIS_US ER_HOME%\c onfig\aspn et.config" autoStart ="true" /> | |
| 135 | <add nam e="Clr4Cla ssicAppPoo l" managed RuntimeVer sion="v4.0 " managedP ipelineMod e="Classic " CLRConfi gFile="%II S_USER_HOM E%\config\ aspnet.con fig" autoS tart="true " /> | |
| 136 | <add nam e="Clr2Int egratedApp Pool" mana gedRuntime Version="v 2.0" manag edPipeline Mode="Inte grated" CL RConfigFil e="%IIS_US ER_HOME%\c onfig\aspn et.config" autoStart ="true" /> | |
| 137 | <add nam e="Clr2Cla ssicAppPoo l" managed RuntimeVer sion="v2.0 " managedP ipelineMod e="Classic " CLRConfi gFile="%II S_USER_HOM E%\config\ aspnet.con fig" autoS tart="true " /> | |
| 138 | <add nam e="Unmanag edClassicA ppPool" ma nagedRunti meVersion= "" managed PipelineMo de="Classi c" autoSta rt="true" /> | |
| 139 | <applica tionPoolDe faults man agedRuntim eLoader="v 4.0"> | |
| 140 | <pro cessModel /> | |
| 141 | </applic ationPoolD efaults> | |
| 142 | </ applicatio nPools> | |
| 143 | ||
| 144 | <! -- | |
| 145 | ||
| 146 | The <liste nerAdapter s> section defines t he protoco ls with wh ich the | |
| 147 | Windows Pr ocess Acti vation Ser vice (WAS) binds. | |
| 148 | ||
| 149 | -- > | |
| 150 | <l istenerAda pters> | |
| 151 | <add nam e="http" / > | |
| 152 | </ listenerAd apters> | |
| 153 | ||
| 154 | <s ites> | |
| 155 | <site na me="WebSit e1" id="1" serverAut oStart="tr ue"> | |
| 156 | <app lication p ath="/"> | |
| 157 | <virtualDi rectory pa th="/" phy sicalPath= "%IIS_SITE S_HOME%\We bSite1" /> | |
| 158 | </ap plication> | |
| 159 | <bin dings> | |
| 160 | <binding p rotocol="h ttp" bindi ngInformat ion=":8080 :localhost " /> | |
| 161 | </bi ndings> | |
| 162 | </site> | |
| 163 | <site na me="AHOBPR _WcfServic e" id="2"> | |
| 164 | <app lication p ath="/" ap plicationP ool="Clr4I ntegratedA ppPool"> | |
| 165 | <virtualDi rectory pa th="/" phy sicalPath= "C:\sandbo x\rtc\Regi stries AHO BPR\Web Se rvices\AHO BPR_RESTfu l_Service\ AHOBPR_Wcf Service" / > | |
| 166 | </ap plication> | |
| 167 | <bin dings> | |
| 168 | <binding p rotocol="h ttp" bindi ngInformat ion="*:622 17:localho st" /> | |
| 169 | </bi ndings> | |
| 170 | </site> | |
| 171 | <siteDef aults> | |
| 172 | <log File logFo rmat="W3C" directory ="%IIS_USE R_HOME%\Lo gs" /> | |
| 173 | <tra ceFailedRe questsLogg ing direct ory="%IIS_ USER_HOME% \TraceLogF iles" enab led="true" maxLogFil eSizeKB="1 024" /> | |
| 174 | </siteDe faults> | |
| 175 | <applica tionDefaul ts applica tionPool=" Clr4Integr atedAppPoo l" /> | |
| 176 | <virtual DirectoryD efaults al lowSubDirC onfig="tru e" /> | |
| 177 | </ sites> | |
| 178 | ||
| 179 | <w ebLimits / > | |
| 180 | ||
| 181 | </syst em.applica tionHost> | |
| 182 | ||
| 183 | <syste m.webServe r> | |
| 184 | ||
| 185 | <s erverRunti me /> | |
| 186 | ||
| 187 | <a sp scriptE rrorSentTo Browser="t rue"> | |
| 188 | <cache d iskTemplat eCacheDire ctory="%TE MP%\iisexp ress\ASP C ompiled Te mplates" / > | |
| 189 | <limits /> | |
| 190 | </ asp> | |
| 191 | ||
| 192 | <c aching ena bled="true " enableKe rnelCache= "true"> | |
| 193 | </ caching> | |
| 194 | ||
| 195 | <c gi /> | |
| 196 | ||
| 197 | <d efaultDocu ment enabl ed="true"> | |
| 198 | <files> | |
| 199 | <add value="De fault.htm" /> | |
| 200 | <add value="De fault.asp" /> | |
| 201 | <add value="in dex.htm" / > | |
| 202 | <add value="in dex.html" /> | |
| 203 | <add value="ii sstart.htm " /> | |
| 204 | <add value="de fault.aspx " /> | |
| 205 | </files> | |
| 206 | </ defaultDoc ument> | |
| 207 | ||
| 208 | <d irectoryBr owse enabl ed="false" /> | |
| 209 | ||
| 210 | <f astCgi /> | |
| 211 | ||
| 212 | <! -- | |
| 213 | ||
| 214 | The <globa lModules> section de fines all native-cod e modules. | |
| 215 | To enable a module, specify it in the <m odules> se ction. | |
| 216 | ||
| 217 | -- > | |
| 218 | <g lobalModul es> | |
| 219 | <add nam e="HttpLog gingModule " image="% IIS_BIN%\l oghttp.dll " /> | |
| 220 | <add nam e="UriCach eModule" i mage="%IIS _BIN%\cach uri.dll" / > | |
| 221 | <!-- <add name="Fil eCacheModu le" image= "%IIS_BIN% \cachfile. dll" /> - -> | |
| 222 | <add nam e="TokenCa cheModule" image="%I IS_BIN%\ca chtokn.dll " /> | |
| 223 | <!-- <add name="Htt pCacheModu le" image= "%IIS_BIN% \cachhttp. dll" /> -- > | |
| 224 | <add nam e="Dynamic Compressio nModule" i mage="%IIS _BIN%\comp dyn.dll" / > | |
| 225 | <add nam e="StaticC ompression Module" im age="%IIS_ BIN%\comps tat.dll" / > | |
| 226 | <add nam e="Default DocumentMo dule" imag e="%IIS_BI N%\defdoc. dll" /> | |
| 227 | <add nam e="Directo ryListingM odule" ima ge="%IIS_B IN%\dirlis t.dll" /> | |
| 228 | <add nam e="Protoco lSupportMo dule" imag e="%IIS_BI N%\protsup .dll" /> | |
| 229 | <add nam e="HttpRed irectionMo dule" imag e="%IIS_BI N%\redirec t.dll" /> | |
| 230 | <add nam e="ServerS ideInclude Module" im age="%IIS_ BIN%\iis_s si.dll" /> | |
| 231 | <add nam e="StaticF ileModule" image="%I IS_BIN%\st atic.dll" /> | |
| 232 | <add nam e="Anonymo usAuthenti cationModu le" image= "%IIS_BIN% \authanon. dll" /> | |
| 233 | <add nam e="Certifi cateMappin gAuthentic ationModul e" image=" %IIS_BIN%\ authcert.d ll" /> | |
| 234 | <add nam e="UrlAuth orizationM odule" ima ge="%IIS_B IN%\urlaut hz.dll" /> | |
| 235 | <add nam e="BasicAu thenticati onModule" image="%II S_BIN%\aut hbas.dll" /> | |
| 236 | <add nam e="Windows Authentica tionModule " image="% IIS_BIN%\a uthsspi.dl l" /> | |
| 237 | <!-- <add name="Dig estAuthent icationMod ule" image ="%IIS_BIN %\authmd5. dll" /> -- > | |
| 238 | <add nam e="IISCert ificateMap pingAuthen ticationMo dule" imag e="%IIS_BI N%\authmap .dll" /> | |
| 239 | <add nam e="IpRestr ictionModu le" image= "%IIS_BIN% \iprestr.d ll" /> | |
| 240 | <add nam e="Dynamic IpRestrict ionModule" image="%I IS_BIN%\di prestr.dll " /> | |
| 241 | <add nam e="Request FilteringM odule" ima ge="%IIS_B IN%\modrqf lt.dll" /> | |
| 242 | <add nam e="CustomL oggingModu le" image= "%IIS_BIN% \logcust.d ll" /> | |
| 243 | <add nam e="CustomE rrorModule " image="% IIS_BIN%\c usterr.dll " /> | |
| 244 | <!-- <add name="Tra cingModule " image="% IIS_BIN%\i isetw.dll" /> --> | |
| 245 | <add nam e="FailedR equestsTra cingModule " image="% IIS_BIN%\i isfreb.dll " /> | |
| 246 | <add nam e="Request MonitorMod ule" image ="%IIS_BIN %\iisreqs. dll" /> | |
| 247 | <add nam e="IsapiMo dule" imag e="%IIS_BI N%\isapi.d ll" /> | |
| 248 | <add nam e="IsapiFi lterModule " image="% IIS_BIN%\f ilter.dll" /> | |
| 249 | <add nam e="CgiModu le" image= "%IIS_BIN% \cgi.dll" /> | |
| 250 | <add nam e="FastCgi Module" im age="%IIS_ BIN%\iisfc gi.dll" /> | |
| 251 | <!-- <add name="Web DAVModule" image="%I IS_BIN%\we bdav.dll" /> --> | |
| 252 | <add nam e="Rewrite Module" im age="%IIS_ BIN%\rewri te.dll" /> | |
| 253 | <add nam e="Configu rationVali dationModu le" image= "%IIS_BIN% \validcfg. dll" /> | |
| 254 | <add nam e="WebSock etModule" image="%II S_BIN%\iis wsock.dll" /> | |
| 255 | <add nam e="WebMatr ixSupportM odule" ima ge="%IIS_B IN%\webmat rixsup.dll " /> | |
| 256 | <add nam e="Managed Engine" im age="%wind ir%\Micros oft.NET\Fr amework\v2 .0.50727\w ebengine.d ll" preCon dition="in tegratedMo de,runtime Versionv2. 0,bitness3 2" /> | |
| 257 | <add nam e="Managed Engine64" image="%wi ndir%\Micr osoft.NET\ Framework6 4\v2.0.507 27\webengi ne.dll" pr eCondition ="integrat edMode,run timeVersio nv2.0,bitn ess64" /> | |
| 258 | <add nam e="Managed EngineV4.0 _32bit" im age="%wind ir%\Micros oft.NET\Fr amework\v4 .0.30319\w ebengine4. dll" preCo ndition="i ntegratedM ode,runtim eVersionv4 .0,bitness 32" /> | |
| 259 | <add nam e="Managed EngineV4.0 _64bit" im age="%wind ir%\Micros oft.NET\Fr amework64\ v4.0.30319 \webengine 4.dll" pre Condition= "integrate dMode,runt imeVersion v4.0,bitne ss64" /> | |
| 260 | <add nam e="Applica tionInitia lizationMo dule" imag e="%IIS_BI N%\warmup. dll" /> | |
| 261 | <add nam e="AspNetC oreModule" image="%I IS_BIN%\as pnetcore.d ll" /> | |
| 262 | </ globalModu les> | |
| 263 | ||
| 264 | <h ttpCompres sion direc tory="%TEM P%\iisexpr ess\IIS Te mporary Co mpressed F iles"> | |
| 265 | <scheme name="gzip " dll="%II S_BIN%\gzi p.dll" /> | |
| 266 | <dynamic Types> | |
| 267 | <add mimeType= "text/*" e nabled="tr ue" /> | |
| 268 | <add mimeType= "message/* " enabled= "true" /> | |
| 269 | <add mimeType= "applicati on/javascr ipt" enabl ed="true" /> | |
| 270 | <add mimeType= "applicati on/atom+xm l" enabled ="true" /> | |
| 271 | <add mimeType= "applicati on/xaml+xm l" enabled ="true" /> | |
| 272 | <add mimeType= "*/*" enab led="false " /> | |
| 273 | </dynami cTypes> | |
| 274 | <staticT ypes> | |
| 275 | <add mimeType= "text/*" e nabled="tr ue" /> | |
| 276 | <add mimeType= "message/* " enabled= "true" /> | |
| 277 | <add mimeType= "image/svg +xml" enab led="true" /> | |
| 278 | <add mimeType= "applicati on/javascr ipt" enabl ed="true" /> | |
| 279 | <add mimeType= "applicati on/atom+xm l" enabled ="true" /> | |
| 280 | <add mimeType= "applicati on/xaml+xm l" enabled ="true" /> | |
| 281 | <add mimeType= "*/*" enab led="false " /> | |
| 282 | </static Types> | |
| 283 | </ httpCompre ssion> | |
| 284 | ||
| 285 | <h ttpErrors lockAttrib utes="allo wAbsoluteP athsWhenDe legated,de faultPath" > | |
| 286 | <error s tatusCode= "401" pref ixLanguage FilePath=" %IIS_BIN%\ custerr" p ath="401.h tm" /> | |
| 287 | <error s tatusCode= "403" pref ixLanguage FilePath=" %IIS_BIN%\ custerr" p ath="403.h tm" /> | |
| 288 | <error s tatusCode= "404" pref ixLanguage FilePath=" %IIS_BIN%\ custerr" p ath="404.h tm" /> | |
| 289 | <error s tatusCode= "405" pref ixLanguage FilePath=" %IIS_BIN%\ custerr" p ath="405.h tm" /> | |
| 290 | <error s tatusCode= "406" pref ixLanguage FilePath=" %IIS_BIN%\ custerr" p ath="406.h tm" /> | |
| 291 | <error s tatusCode= "412" pref ixLanguage FilePath=" %IIS_BIN%\ custerr" p ath="412.h tm" /> | |
| 292 | <error s tatusCode= "500" pref ixLanguage FilePath=" %IIS_BIN%\ custerr" p ath="500.h tm" /> | |
| 293 | <error s tatusCode= "501" pref ixLanguage FilePath=" %IIS_BIN%\ custerr" p ath="501.h tm" /> | |
| 294 | <error s tatusCode= "502" pref ixLanguage FilePath=" %IIS_BIN%\ custerr" p ath="502.h tm" /> | |
| 295 | </ httpErrors > | |
| 296 | ||
| 297 | <h ttpLogging dontLog=" false" /> | |
| 298 | ||
| 299 | <h ttpProtoco l> | |
| 300 | <customH eaders> | |
| 301 | <cle ar /> | |
| 302 | <add name="X-P owered-By" value="AS P.NET" /> | |
| 303 | </custom Headers> | |
| 304 | <redirec tHeaders> | |
| 305 | <cle ar /> | |
| 306 | </redire ctHeaders> | |
| 307 | </ httpProtoc ol> | |
| 308 | ||
| 309 | <h ttpRedirec t enabled= "false" /> | |
| 310 | ||
| 311 | <h ttpTracing > | |
| 312 | </ httpTracin g> | |
| 313 | ||
| 314 | <i sapiFilter s> | |
| 315 | <filter name="ASP. Net_2.0.50 727-64" pa th="%windi r%\Microso ft.NET\Fra mework64\v 2.0.50727\ aspnet_fil ter.dll" e nableCache ="true" pr eCondition ="bitness6 4,runtimeV ersionv2.0 " /> | |
| 316 | <filter name="ASP. Net_2.0.50 727.0" pat h="%windir %\Microsof t.NET\Fram ework\v2.0 .50727\asp net_filter .dll" enab leCache="t rue" preCo ndition="b itness32,r untimeVers ionv2.0" / > | |
| 317 | <filter name="ASP. Net_2.0_fo r_v1.1" pa th="%windi r%\Microso ft.NET\Fra mework\v2. 0.50727\as pnet_filte r.dll" ena bleCache=" true" preC ondition=" runtimeVer sionv1.1" /> | |
| 318 | <filter name="ASP. Net_4.0_32 bit" path= "%windir%\ Microsoft. NET\Framew ork\v4.0.3 0319\aspne t_filter.d ll" enable Cache="tru e" preCond ition="bit ness32,run timeVersio nv4.0" /> | |
| 319 | <filter name="ASP. Net_4.0_64 bit" path= "%windir%\ Microsoft. NET\Framew ork64\v4.0 .30319\asp net_filter .dll" enab leCache="t rue" preCo ndition="b itness64,r untimeVers ionv4.0" / > | |
| 320 | </ isapiFilte rs> | |
| 321 | ||
| 322 | <o dbcLogging /> | |
| 323 | ||
| 324 | <s ecurity> | |
| 325 | ||
| 326 | <access sslFlags=" None" /> | |
| 327 | ||
| 328 | <applica tionDepend encies> | |
| 329 | <app lication n ame="Activ e Server P ages" grou pId="ASP" /> | |
| 330 | </applic ationDepen dencies> | |
| 331 | ||
| 332 | <authent ication> | |
| 333 | ||
| 334 | <ano nymousAuth entication enabled=" true" user Name="" /> | |
| 335 | ||
| 336 | <bas icAuthenti cation ena bled="fals e" /> | |
| 337 | ||
| 338 | <cli entCertifi cateMappin gAuthentic ation enab led="false " /> | |
| 339 | ||
| 340 | <dig estAuthent ication en abled="fal se" /> | |
| 341 | ||
| 342 | <iis ClientCert ificateMap pingAuthen tication e nabled="fa lse"> | |
| 343 | </ii sClientCer tificateMa ppingAuthe ntication> | |
| 344 | ||
| 345 | <win dowsAuthen tication e nabled="fa lse"> | |
| 346 | <providers > | |
| 347 | <add v alue="Nego tiate" /> | |
| 348 | <add v alue="NTLM " /> | |
| 349 | </provider s> | |
| 350 | </wi ndowsAuthe ntication> | |
| 351 | ||
| 352 | </authen tication> | |
| 353 | ||
| 354 | <authori zation> | |
| 355 | <add accessTyp e="Allow" users="*" /> | |
| 356 | </author ization> | |
| 357 | ||
| 358 | <ipSecur ity allowU nlisted="t rue" /> | |
| 359 | ||
| 360 | <isapiCg iRestricti on notList edIsapisAl lowed="tru e" notList edCgisAllo wed="true" > | |
| 361 | <add path="%wi ndir%\Micr osoft.NET\ Framework6 4\v4.0.303 19\webengi ne4.dll" a llowed="tr ue" groupI d="ASP.NET _v4.0" des cription=" ASP.NET_v4 .0" /> | |
| 362 | <add path="%wi ndir%\Micr osoft.NET\ Framework\ v4.0.30319 \webengine 4.dll" all owed="true " groupId= "ASP.NET_v 4.0" descr iption="AS P.NET_v4.0 " /> | |
| 363 | <add path="%wi ndir%\Micr osoft.NET\ Framework6 4\v2.0.507 27\aspnet_ isapi.dll" allowed=" true" grou pId="ASP.N ET v2.0.50 727" descr iption="AS P.NET v2.0 .50727" /> | |
| 364 | <add path="%wi ndir%\Micr osoft.NET\ Framework\ v2.0.50727 \aspnet_is api.dll" a llowed="tr ue" groupI d="ASP.NET v2.0.5072 7" descrip tion="ASP. NET v2.0.5 0727" /> | |
| 365 | </isapiC giRestrict ion> | |
| 366 | ||
| 367 | <request Filtering> | |
| 368 | <fil eExtension s allowUnl isted="tru e" applyTo WebDAV="tr ue"> | |
| 369 | <add fileE xtension=" .asa" allo wed="false " /> | |
| 370 | <add fileE xtension=" .asax" all owed="fals e" /> | |
| 371 | <add fileE xtension=" .ascx" all owed="fals e" /> | |
| 372 | <add fileE xtension=" .master" a llowed="fa lse" /> | |
| 373 | <add fileE xtension=" .skin" all owed="fals e" /> | |
| 374 | <add fileE xtension=" .browser" allowed="f alse" /> | |
| 375 | <add fileE xtension=" .sitemap" allowed="f alse" /> | |
| 376 | <add fileE xtension=" .config" a llowed="fa lse" /> | |
| 377 | <add fileE xtension=" .cs" allow ed="false" /> | |
| 378 | <add fileE xtension=" .csproj" a llowed="fa lse" /> | |
| 379 | <add fileE xtension=" .vb" allow ed="false" /> | |
| 380 | <add fileE xtension=" .vbproj" a llowed="fa lse" /> | |
| 381 | <add fileE xtension=" .webinfo" allowed="f alse" /> | |
| 382 | <add fileE xtension=" .licx" all owed="fals e" /> | |
| 383 | <add fileE xtension=" .resx" all owed="fals e" /> | |
| 384 | <add fileE xtension=" .resources " allowed= "false" /> | |
| 385 | <add fileE xtension=" .mdb" allo wed="false " /> | |
| 386 | <add fileE xtension=" .vjsproj" allowed="f alse" /> | |
| 387 | <add fileE xtension=" .java" all owed="fals e" /> | |
| 388 | <add fileE xtension=" .jsl" allo wed="false " /> | |
| 389 | <add fileE xtension=" .ldb" allo wed="false " /> | |
| 390 | <add fileE xtension=" .dsdgm" al lowed="fal se" /> | |
| 391 | <add fileE xtension=" .ssdgm" al lowed="fal se" /> | |
| 392 | <add fileE xtension=" .lsad" all owed="fals e" /> | |
| 393 | <add fileE xtension=" .ssmap" al lowed="fal se" /> | |
| 394 | <add fileE xtension=" .cd" allow ed="false" /> | |
| 395 | <add fileE xtension=" .dsprototy pe" allowe d="false" /> | |
| 396 | <add fileE xtension=" .lsaprotot ype" allow ed="false" /> | |
| 397 | <add fileE xtension=" .sdm" allo wed="false " /> | |
| 398 | <add fileE xtension=" .sdmDocume nt" allowe d="false" /> | |
| 399 | <add fileE xtension=" .mdf" allo wed="false " /> | |
| 400 | <add fileE xtension=" .ldf" allo wed="false " /> | |
| 401 | <add fileE xtension=" .ad" allow ed="false" /> | |
| 402 | <add fileE xtension=" .dd" allow ed="false" /> | |
| 403 | <add fileE xtension=" .ldd" allo wed="false " /> | |
| 404 | <add fileE xtension=" .sd" allow ed="false" /> | |
| 405 | <add fileE xtension=" .adprototy pe" allowe d="false" /> | |
| 406 | <add fileE xtension=" .lddprotot ype" allow ed="false" /> | |
| 407 | <add fileE xtension=" .exclude" allowed="f alse" /> | |
| 408 | <add fileE xtension=" .refresh" allowed="f alse" /> | |
| 409 | <add fileE xtension=" .compiled" allowed=" false" /> | |
| 410 | <add fileE xtension=" .msgx" all owed="fals e" /> | |
| 411 | <add fileE xtension=" .vsdisco" allowed="f alse" /> | |
| 412 | <add fileE xtension=" .rules" al lowed="fal se" /> | |
| 413 | </fi leExtensio ns> | |
| 414 | <ver bs allowUn listed="tr ue" applyT oWebDAV="t rue" /> | |
| 415 | <hid denSegment s applyToW ebDAV="tru e"> | |
| 416 | <add segme nt="web.co nfig" /> | |
| 417 | <add segme nt="bin" / > | |
| 418 | <add segme nt="App_co de" /> | |
| 419 | <add segme nt="App_Gl obalResour ces" /> | |
| 420 | <add segme nt="App_Lo calResourc es" /> | |
| 421 | <add segme nt="App_We bReference s" /> | |
| 422 | <add segme nt="App_Da ta" /> | |
| 423 | <add segme nt="App_Br owsers" /> | |
| 424 | </hi ddenSegmen ts> | |
| 425 | </reques tFiltering > | |
| 426 | ||
| 427 | </ security> | |
| 428 | ||
| 429 | <s erverSideI nclude ssi ExecDisabl e="false" /> | |
| 430 | ||
| 431 | <s taticConte nt lockAtt ributes="i sDocFooter FileName"> | |
| 432 | <mimeMap fileExten sion=".323 " mimeType ="text/h32 3" /> | |
| 433 | <mimeMap fileExten sion=".3g2 " mimeType ="video/3g pp2" /> | |
| 434 | <mimeMap fileExten sion=".3gp 2" mimeTyp e="video/3 gpp2" /> | |
| 435 | <mimeMap fileExten sion=".3gp " mimeType ="video/3g pp" /> | |
| 436 | <mimeMap fileExten sion=".3gp p" mimeTyp e="video/3 gpp" /> | |
| 437 | <mimeMap fileExten sion=".aac " mimeType ="audio/aa c" /> | |
| 438 | <mimeMap fileExten sion=".aaf " mimeType ="applicat ion/octet- stream" /> | |
| 439 | <mimeMap fileExten sion=".aca " mimeType ="applicat ion/octet- stream" /> | |
| 440 | <mimeMap fileExten sion=".acc db" mimeTy pe="applic ation/msac cess" /> | |
| 441 | <mimeMap fileExten sion=".acc de" mimeTy pe="applic ation/msac cess" /> | |
| 442 | <mimeMap fileExten sion=".acc dt" mimeTy pe="applic ation/msac cess" /> | |
| 443 | <mimeMap fileExten sion=".acx " mimeType ="applicat ion/intern et-propert y-stream" /> | |
| 444 | <mimeMap fileExten sion=".adt " mimeType ="audio/vn d.dlna.adt s" /> | |
| 445 | <mimeMap fileExten sion=".adt s" mimeTyp e="audio/v nd.dlna.ad ts" /> | |
| 446 | <mimeMap fileExten sion=".afm " mimeType ="applicat ion/octet- stream" /> | |
| 447 | <mimeMap fileExten sion=".ai" mimeType= "applicati on/postscr ipt" /> | |
| 448 | <mimeMap fileExten sion=".aif " mimeType ="audio/x- aiff" /> | |
| 449 | <mimeMap fileExten sion=".aif c" mimeTyp e="audio/a iff" /> | |
| 450 | <mimeMap fileExten sion=".aif f" mimeTyp e="audio/a iff" /> | |
| 451 | <mimeMap fileExten sion=".app cache" mim eType="tex t/cache-ma nifest" /> | |
| 452 | <mimeMap fileExten sion=".app lication" mimeType=" applicatio n/x-ms-app lication" /> | |
| 453 | <mimeMap fileExten sion=".art " mimeType ="image/x- jg" /> | |
| 454 | <mimeMap fileExten sion=".asd " mimeType ="applicat ion/octet- stream" /> | |
| 455 | <mimeMap fileExten sion=".asf " mimeType ="video/x- ms-asf" /> | |
| 456 | <mimeMap fileExten sion=".asi " mimeType ="applicat ion/octet- stream" /> | |
| 457 | <mimeMap fileExten sion=".asm " mimeType ="text/pla in" /> | |
| 458 | <mimeMap fileExten sion=".asr " mimeType ="video/x- ms-asf" /> | |
| 459 | <mimeMap fileExten sion=".asx " mimeType ="video/x- ms-asf" /> | |
| 460 | <mimeMap fileExten sion=".ato m" mimeTyp e="applica tion/atom+ xml" /> | |
| 461 | <mimeMap fileExten sion=".au" mimeType= "audio/bas ic" /> | |
| 462 | <mimeMap fileExten sion=".avi " mimeType ="video/ms video" /> | |
| 463 | <mimeMap fileExten sion=".axs " mimeType ="applicat ion/olescr ipt" /> | |
| 464 | <mimeMap fileExten sion=".bas " mimeType ="text/pla in" /> | |
| 465 | <mimeMap fileExten sion=".bcp io" mimeTy pe="applic ation/x-bc pio" /> | |
| 466 | <mimeMap fileExten sion=".bin " mimeType ="applicat ion/octet- stream" /> | |
| 467 | <mimeMap fileExten sion=".bmp " mimeType ="image/bm p" /> | |
| 468 | <mimeMap fileExten sion=".c" mimeType=" text/plain " /> | |
| 469 | <mimeMap fileExten sion=".cab " mimeType ="applicat ion/vnd.ms -cab-compr essed" /> | |
| 470 | <mimeMap fileExten sion=".cal x" mimeTyp e="applica tion/vnd.m s-office.c alx" /> | |
| 471 | <mimeMap fileExten sion=".cat " mimeType ="applicat ion/vnd.ms -pki.secca t" /> | |
| 472 | <mimeMap fileExten sion=".cdf " mimeType ="applicat ion/x-cdf" /> | |
| 473 | <mimeMap fileExten sion=".chm " mimeType ="applicat ion/octet- stream" /> | |
| 474 | <mimeMap fileExten sion=".cla ss" mimeTy pe="applic ation/x-ja va-applet" /> | |
| 475 | <mimeMap fileExten sion=".clp " mimeType ="applicat ion/x-mscl ip" /> | |
| 476 | <mimeMap fileExten sion=".cmx " mimeType ="image/x- cmx" /> | |
| 477 | <mimeMap fileExten sion=".cnf " mimeType ="text/pla in" /> | |
| 478 | <mimeMap fileExten sion=".cod " mimeType ="image/ci s-cod" /> | |
| 479 | <mimeMap fileExten sion=".cpi o" mimeTyp e="applica tion/x-cpi o" /> | |
| 480 | <mimeMap fileExten sion=".cpp " mimeType ="text/pla in" /> | |
| 481 | <mimeMap fileExten sion=".crd " mimeType ="applicat ion/x-msca rdfile" /> | |
| 482 | <mimeMap fileExten sion=".crl " mimeType ="applicat ion/pkix-c rl" /> | |
| 483 | <mimeMap fileExten sion=".crt " mimeType ="applicat ion/x-x509 -ca-cert" /> | |
| 484 | <mimeMap fileExten sion=".csh " mimeType ="applicat ion/x-csh" /> | |
| 485 | <mimeMap fileExten sion=".css " mimeType ="text/css " /> | |
| 486 | <mimeMap fileExten sion=".csv " mimeType ="applicat ion/octet- stream" /> | |
| 487 | <mimeMap fileExten sion=".cur " mimeType ="applicat ion/octet- stream" /> | |
| 488 | <mimeMap fileExten sion=".dcr " mimeType ="applicat ion/x-dire ctor" /> | |
| 489 | <mimeMap fileExten sion=".dep loy" mimeT ype="appli cation/oct et-stream" /> | |
| 490 | <mimeMap fileExten sion=".der " mimeType ="applicat ion/x-x509 -ca-cert" /> | |
| 491 | <mimeMap fileExten sion=".dib " mimeType ="image/bm p" /> | |
| 492 | <mimeMap fileExten sion=".dir " mimeType ="applicat ion/x-dire ctor" /> | |
| 493 | <mimeMap fileExten sion=".dis co" mimeTy pe="text/x ml" /> | |
| 494 | <mimeMap fileExten sion=".dll " mimeType ="applicat ion/x-msdo wnload" /> | |
| 495 | <mimeMap fileExten sion=".dll .config" m imeType="t ext/xml" / > | |
| 496 | <mimeMap fileExten sion=".dlm " mimeType ="text/dlm " /> | |
| 497 | <mimeMap fileExten sion=".doc " mimeType ="applicat ion/msword " /> | |
| 498 | <mimeMap fileExten sion=".doc m" mimeTyp e="applica tion/vnd.m s-word.doc ument.macr oEnabled.1 2" /> | |
| 499 | <mimeMap fileExten sion=".doc x" mimeTyp e="applica tion/vnd.o penxmlform ats-office document.w ordprocess ingml.docu ment" /> | |
| 500 | <mimeMap fileExten sion=".dot " mimeType ="applicat ion/msword " /> | |
| 501 | <mimeMap fileExten sion=".dot m" mimeTyp e="applica tion/vnd.m s-word.tem plate.macr oEnabled.1 2" /> | |
| 502 | <mimeMap fileExten sion=".dot x" mimeTyp e="applica tion/vnd.o penxmlform ats-office document.w ordprocess ingml.temp late" /> | |
| 503 | <mimeMap fileExten sion=".dsp " mimeType ="applicat ion/octet- stream" /> | |
| 504 | <mimeMap fileExten sion=".dtd " mimeType ="text/xml " /> | |
| 505 | <mimeMap fileExten sion=".dvi " mimeType ="applicat ion/x-dvi" /> | |
| 506 | <mimeMap fileExten sion=".dvr -ms" mimeT ype="video /x-ms-dvr" /> | |
| 507 | <mimeMap fileExten sion=".dwf " mimeType ="drawing/ x-dwf" /> | |
| 508 | <mimeMap fileExten sion=".dwp " mimeType ="applicat ion/octet- stream" /> | |
| 509 | <mimeMap fileExten sion=".dxr " mimeType ="applicat ion/x-dire ctor" /> | |
| 510 | <mimeMap fileExten sion=".eml " mimeType ="message/ rfc822" /> | |
| 511 | <mimeMap fileExten sion=".emz " mimeType ="applicat ion/octet- stream" /> | |
| 512 | <mimeMap fileExten sion=".eot " mimeType ="applicat ion/vnd.ms -fontobjec t" /> | |
| 513 | <mimeMap fileExten sion=".eps " mimeType ="applicat ion/postsc ript" /> | |
| 514 | <mimeMap fileExten sion=".etx " mimeType ="text/x-s etext" /> | |
| 515 | <mimeMap fileExten sion=".evy " mimeType ="applicat ion/envoy" /> | |
| 516 | <mimeMap fileExten sion=".exe " mimeType ="applicat ion/octet- stream" /> | |
| 517 | <mimeMap fileExten sion=".exe .config" m imeType="t ext/xml" / > | |
| 518 | <mimeMap fileExten sion=".fdf " mimeType ="applicat ion/vnd.fd f" /> | |
| 519 | <mimeMap fileExten sion=".fif " mimeType ="applicat ion/fracta ls" /> | |
| 520 | <mimeMap fileExten sion=".fla " mimeType ="applicat ion/octet- stream" /> | |
| 521 | <mimeMap fileExten sion=".flr " mimeType ="x-world/ x-vrml" /> | |
| 522 | <mimeMap fileExten sion=".flv " mimeType ="video/x- flv" /> | |
| 523 | <mimeMap fileExten sion=".gif " mimeType ="image/gi f" /> | |
| 524 | <mimeMap fileExten sion=".gta r" mimeTyp e="applica tion/x-gta r" /> | |
| 525 | <mimeMap fileExten sion=".gz" mimeType= "applicati on/x-gzip" /> | |
| 526 | <mimeMap fileExten sion=".h" mimeType=" text/plain " /> | |
| 527 | <mimeMap fileExten sion=".hdf " mimeType ="applicat ion/x-hdf" /> | |
| 528 | <mimeMap fileExten sion=".hdm l" mimeTyp e="text/x- hdml" /> | |
| 529 | <mimeMap fileExten sion=".hhc " mimeType ="applicat ion/x-oleo bject" /> | |
| 530 | <mimeMap fileExten sion=".hhk " mimeType ="applicat ion/octet- stream" /> | |
| 531 | <mimeMap fileExten sion=".hhp " mimeType ="applicat ion/octet- stream" /> | |
| 532 | <mimeMap fileExten sion=".hlp " mimeType ="applicat ion/winhlp " /> | |
| 533 | <mimeMap fileExten sion=".hqx " mimeType ="applicat ion/mac-bi nhex40" /> | |
| 534 | <mimeMap fileExten sion=".hta " mimeType ="applicat ion/hta" / > | |
| 535 | <mimeMap fileExten sion=".htc " mimeType ="text/x-c omponent" /> | |
| 536 | <mimeMap fileExten sion=".htm " mimeType ="text/htm l" /> | |
| 537 | <mimeMap fileExten sion=".htm l" mimeTyp e="text/ht ml" /> | |
| 538 | <mimeMap fileExten sion=".htt " mimeType ="text/web viewhtml" /> | |
| 539 | <mimeMap fileExten sion=".hxt " mimeType ="text/htm l" /> | |
| 540 | <mimeMap fileExten sion=".ico " mimeType ="image/x- icon" /> | |
| 541 | <mimeMap fileExten sion=".ics " mimeType ="text/cal endar" /> | |
| 542 | <mimeMap fileExten sion=".ief " mimeType ="image/ie f" /> | |
| 543 | <mimeMap fileExten sion=".iii " mimeType ="applicat ion/x-ipho ne" /> | |
| 544 | <mimeMap fileExten sion=".inf " mimeType ="applicat ion/octet- stream" /> | |
| 545 | <mimeMap fileExten sion=".ins " mimeType ="applicat ion/x-inte rnet-signu p" /> | |
| 546 | <mimeMap fileExten sion=".isp " mimeType ="applicat ion/x-inte rnet-signu p" /> | |
| 547 | <mimeMap fileExten sion=".IVF " mimeType ="video/x- ivf" /> | |
| 548 | <mimeMap fileExten sion=".jar " mimeType ="applicat ion/java-a rchive" /> | |
| 549 | <mimeMap fileExten sion=".jav a" mimeTyp e="applica tion/octet -stream" / > | |
| 550 | <mimeMap fileExten sion=".jck " mimeType ="applicat ion/liquid motion" /> | |
| 551 | <mimeMap fileExten sion=".jcz " mimeType ="applicat ion/liquid motion" /> | |
| 552 | <mimeMap fileExten sion=".jfi f" mimeTyp e="image/p jpeg" /> | |
| 553 | <mimeMap fileExten sion=".jpb " mimeType ="applicat ion/octet- stream" /> | |
| 554 | <mimeMap fileExten sion=".jpe " mimeType ="image/jp eg" /> | |
| 555 | <mimeMap fileExten sion=".jpe g" mimeTyp e="image/j peg" /> | |
| 556 | <mimeMap fileExten sion=".jpg " mimeType ="image/jp eg" /> | |
| 557 | <mimeMap fileExten sion=".js" mimeType= "applicati on/javascr ipt" /> | |
| 558 | <mimeMap fileExten sion=".jso n" mimeTyp e="applica tion/json" /> | |
| 559 | <mimeMap fileExten sion=".jso nld" mimeT ype="appli cation/ld+ json" /> | |
| 560 | <mimeMap fileExten sion=".jsx " mimeType ="text/jsc ript" /> | |
| 561 | <mimeMap fileExten sion=".lat ex" mimeTy pe="applic ation/x-la tex" /> | |
| 562 | <mimeMap fileExten sion=".les s" mimeTyp e="text/cs s" /> | |
| 563 | <mimeMap fileExten sion=".lit " mimeType ="applicat ion/x-ms-r eader" /> | |
| 564 | <mimeMap fileExten sion=".lpk " mimeType ="applicat ion/octet- stream" /> | |
| 565 | <mimeMap fileExten sion=".lsf " mimeType ="video/x- la-asf" /> | |
| 566 | <mimeMap fileExten sion=".lsx " mimeType ="video/x- la-asf" /> | |
| 567 | <mimeMap fileExten sion=".lzh " mimeType ="applicat ion/octet- stream" /> | |
| 568 | <mimeMap fileExten sion=".m13 " mimeType ="applicat ion/x-msme diaview" / > | |
| 569 | <mimeMap fileExten sion=".m14 " mimeType ="applicat ion/x-msme diaview" / > | |
| 570 | <mimeMap fileExten sion=".m1v " mimeType ="video/mp eg" /> | |
| 571 | <mimeMap fileExten sion=".m2t s" mimeTyp e="video/v nd.dlna.mp eg-tts" /> | |
| 572 | <mimeMap fileExten sion=".m3u " mimeType ="audio/x- mpegurl" / > | |
| 573 | <mimeMap fileExten sion=".m4a " mimeType ="audio/mp 4" /> | |
| 574 | <mimeMap fileExten sion=".m4v " mimeType ="video/mp 4" /> | |
| 575 | <mimeMap fileExten sion=".man " mimeType ="applicat ion/x-trof f-man" /> | |
| 576 | <mimeMap fileExten sion=".man ifest" mim eType="app lication/x -ms-manife st" /> | |
| 577 | <mimeMap fileExten sion=".map " mimeType ="text/pla in" /> | |
| 578 | <mimeMap fileExten sion=".mdb " mimeType ="applicat ion/x-msac cess" /> | |
| 579 | <mimeMap fileExten sion=".mdp " mimeType ="applicat ion/octet- stream" /> | |
| 580 | <mimeMap fileExten sion=".me" mimeType= "applicati on/x-troff -me" /> | |
| 581 | <mimeMap fileExten sion=".mht " mimeType ="message/ rfc822" /> | |
| 582 | <mimeMap fileExten sion=".mht ml" mimeTy pe="messag e/rfc822" /> | |
| 583 | <mimeMap fileExten sion=".mid " mimeType ="audio/mi d" /> | |
| 584 | <mimeMap fileExten sion=".mid i" mimeTyp e="audio/m id" /> | |
| 585 | <mimeMap fileExten sion=".mix " mimeType ="applicat ion/octet- stream" /> | |
| 586 | <mimeMap fileExten sion=".mmf " mimeType ="applicat ion/x-smaf " /> | |
| 587 | <mimeMap fileExten sion=".mno " mimeType ="text/xml " /> | |
| 588 | <mimeMap fileExten sion=".mny " mimeType ="applicat ion/x-msmo ney" /> | |
| 589 | <mimeMap fileExten sion=".mov " mimeType ="video/qu icktime" / > | |
| 590 | <mimeMap fileExten sion=".mov ie" mimeTy pe="video/ x-sgi-movi e" /> | |
| 591 | <mimeMap fileExten sion=".mp2 " mimeType ="video/mp eg" /> | |
| 592 | <mimeMap fileExten sion=".mp3 " mimeType ="audio/mp eg" /> | |
| 593 | <mimeMap fileExten sion=".mp4 " mimeType ="video/mp 4" /> | |
| 594 | <mimeMap fileExten sion=".mp4 v" mimeTyp e="video/m p4" /> | |
| 595 | <mimeMap fileExten sion=".mpa " mimeType ="video/mp eg" /> | |
| 596 | <mimeMap fileExten sion=".mpe " mimeType ="video/mp eg" /> | |
| 597 | <mimeMap fileExten sion=".mpe g" mimeTyp e="video/m peg" /> | |
| 598 | <mimeMap fileExten sion=".mpg " mimeType ="video/mp eg" /> | |
| 599 | <mimeMap fileExten sion=".mpp " mimeType ="applicat ion/vnd.ms -project" /> | |
| 600 | <mimeMap fileExten sion=".mpv 2" mimeTyp e="video/m peg" /> | |
| 601 | <mimeMap fileExten sion=".ms" mimeType= "applicati on/x-troff -ms" /> | |
| 602 | <mimeMap fileExten sion=".msi " mimeType ="applicat ion/octet- stream" /> | |
| 603 | <mimeMap fileExten sion=".mso " mimeType ="applicat ion/octet- stream" /> | |
| 604 | <mimeMap fileExten sion=".mvb " mimeType ="applicat ion/x-msme diaview" / > | |
| 605 | <mimeMap fileExten sion=".mvc " mimeType ="applicat ion/x-miva -compiled" /> | |
| 606 | <mimeMap fileExten sion=".nc" mimeType= "applicati on/x-netcd f" /> | |
| 607 | <mimeMap fileExten sion=".nsc " mimeType ="video/x- ms-asf" /> | |
| 608 | <mimeMap fileExten sion=".nws " mimeType ="message/ rfc822" /> | |
| 609 | <mimeMap fileExten sion=".ocx " mimeType ="applicat ion/octet- stream" /> | |
| 610 | <mimeMap fileExten sion=".oda " mimeType ="applicat ion/oda" / > | |
| 611 | <mimeMap fileExten sion=".odc " mimeType ="text/x-m s-odc" /> | |
| 612 | <mimeMap fileExten sion=".ods " mimeType ="applicat ion/oleobj ect" /> | |
| 613 | <mimeMap fileExten sion=".oga " mimeType ="audio/og g" /> | |
| 614 | <mimeMap fileExten sion=".ogg " mimeType ="video/og g" /> | |
| 615 | <mimeMap fileExten sion=".ogv " mimeType ="video/og g" /> | |
| 616 | <mimeMap fileExten sion=".one " mimeType ="applicat ion/onenot e" /> | |
| 617 | <mimeMap fileExten sion=".one a" mimeTyp e="applica tion/oneno te" /> | |
| 618 | <mimeMap fileExten sion=".one toc" mimeT ype="appli cation/one note" /> | |
| 619 | <mimeMap fileExten sion=".one toc2" mime Type="appl ication/on enote" /> | |
| 620 | <mimeMap fileExten sion=".one tmp" mimeT ype="appli cation/one note" /> | |
| 621 | <mimeMap fileExten sion=".one pkg" mimeT ype="appli cation/one note" /> | |
| 622 | <mimeMap fileExten sion=".osd x" mimeTyp e="applica tion/opens earchdescr iption+xml " /> | |
| 623 | <mimeMap fileExten sion=".otf " mimeType ="font/otf " /> | |
| 624 | <mimeMap fileExten sion=".p10 " mimeType ="applicat ion/pkcs10 " /> | |
| 625 | <mimeMap fileExten sion=".p12 " mimeType ="applicat ion/x-pkcs 12" /> | |
| 626 | <mimeMap fileExten sion=".p7b " mimeType ="applicat ion/x-pkcs 7-certific ates" /> | |
| 627 | <mimeMap fileExten sion=".p7c " mimeType ="applicat ion/pkcs7- mime" /> | |
| 628 | <mimeMap fileExten sion=".p7m " mimeType ="applicat ion/pkcs7- mime" /> | |
| 629 | <mimeMap fileExten sion=".p7r " mimeType ="applicat ion/x-pkcs 7-certreqr esp" /> | |
| 630 | <mimeMap fileExten sion=".p7s " mimeType ="applicat ion/pkcs7- signature" /> | |
| 631 | <mimeMap fileExten sion=".pbm " mimeType ="image/x- portable-b itmap" /> | |
| 632 | <mimeMap fileExten sion=".pcx " mimeType ="applicat ion/octet- stream" /> | |
| 633 | <mimeMap fileExten sion=".pcz " mimeType ="applicat ion/octet- stream" /> | |
| 634 | <mimeMap fileExten sion=".pdf " mimeType ="applicat ion/pdf" / > | |
| 635 | <mimeMap fileExten sion=".pfb " mimeType ="applicat ion/octet- stream" /> | |
| 636 | <mimeMap fileExten sion=".pfm " mimeType ="applicat ion/octet- stream" /> | |
| 637 | <mimeMap fileExten sion=".pfx " mimeType ="applicat ion/x-pkcs 12" /> | |
| 638 | <mimeMap fileExten sion=".pgm " mimeType ="image/x- portable-g raymap" /> | |
| 639 | <mimeMap fileExten sion=".pko " mimeType ="applicat ion/vnd.ms -pki.pko" /> | |
| 640 | <mimeMap fileExten sion=".pma " mimeType ="applicat ion/x-perf mon" /> | |
| 641 | <mimeMap fileExten sion=".pmc " mimeType ="applicat ion/x-perf mon" /> | |
| 642 | <mimeMap fileExten sion=".pml " mimeType ="applicat ion/x-perf mon" /> | |
| 643 | <mimeMap fileExten sion=".pmr " mimeType ="applicat ion/x-perf mon" /> | |
| 644 | <mimeMap fileExten sion=".pmw " mimeType ="applicat ion/x-perf mon" /> | |
| 645 | <mimeMap fileExten sion=".png " mimeType ="image/pn g" /> | |
| 646 | <mimeMap fileExten sion=".pnm " mimeType ="image/x- portable-a nymap" /> | |
| 647 | <mimeMap fileExten sion=".pnz " mimeType ="image/pn g" /> | |
| 648 | <mimeMap fileExten sion=".pot " mimeType ="applicat ion/vnd.ms -powerpoin t" /> | |
| 649 | <mimeMap fileExten sion=".pot m" mimeTyp e="applica tion/vnd.m s-powerpoi nt.templat e.macroEna bled.12" / > | |
| 650 | <mimeMap fileExten sion=".pot x" mimeTyp e="applica tion/vnd.o penxmlform ats-office document.p resentatio nml.templa te" /> | |
| 651 | <mimeMap fileExten sion=".ppa m" mimeTyp e="applica tion/vnd.m s-powerpoi nt.addin.m acroEnable d.12" /> | |
| 652 | <mimeMap fileExten sion=".ppm " mimeType ="image/x- portable-p ixmap" /> | |
| 653 | <mimeMap fileExten sion=".pps " mimeType ="applicat ion/vnd.ms -powerpoin t" /> | |
| 654 | <mimeMap fileExten sion=".pps m" mimeTyp e="applica tion/vnd.m s-powerpoi nt.slidesh ow.macroEn abled.12" /> | |
| 655 | <mimeMap fileExten sion=".pps x" mimeTyp e="applica tion/vnd.o penxmlform ats-office document.p resentatio nml.slides how" /> | |
| 656 | <mimeMap fileExten sion=".ppt " mimeType ="applicat ion/vnd.ms -powerpoin t" /> | |
| 657 | <mimeMap fileExten sion=".ppt m" mimeTyp e="applica tion/vnd.m s-powerpoi nt.present ation.macr oEnabled.1 2" /> | |
| 658 | <mimeMap fileExten sion=".ppt x" mimeTyp e="applica tion/vnd.o penxmlform ats-office document.p resentatio nml.presen tation" /> | |
| 659 | <mimeMap fileExten sion=".prf " mimeType ="applicat ion/pics-r ules" /> | |
| 660 | <mimeMap fileExten sion=".prm " mimeType ="applicat ion/octet- stream" /> | |
| 661 | <mimeMap fileExten sion=".prx " mimeType ="applicat ion/octet- stream" /> | |
| 662 | <mimeMap fileExten sion=".ps" mimeType= "applicati on/postscr ipt" /> | |
| 663 | <mimeMap fileExten sion=".psd " mimeType ="applicat ion/octet- stream" /> | |
| 664 | <mimeMap fileExten sion=".psm " mimeType ="applicat ion/octet- stream" /> | |
| 665 | <mimeMap fileExten sion=".psp " mimeType ="applicat ion/octet- stream" /> | |
| 666 | <mimeMap fileExten sion=".pub " mimeType ="applicat ion/x-mspu blisher" / > | |
| 667 | <mimeMap fileExten sion=".qt" mimeType= "video/qui cktime" /> | |
| 668 | <mimeMap fileExten sion=".qtl " mimeType ="applicat ion/x-quic ktimeplaye r" /> | |
| 669 | <mimeMap fileExten sion=".qxd " mimeType ="applicat ion/octet- stream" /> | |
| 670 | <mimeMap fileExten sion=".ra" mimeType= "audio/x-p n-realaudi o" /> | |
| 671 | <mimeMap fileExten sion=".ram " mimeType ="audio/x- pn-realaud io" /> | |
| 672 | <mimeMap fileExten sion=".rar " mimeType ="applicat ion/octet- stream" /> | |
| 673 | <mimeMap fileExten sion=".ras " mimeType ="image/x- cmu-raster " /> | |
| 674 | <mimeMap fileExten sion=".rf" mimeType= "image/vnd .rn-realfl ash" /> | |
| 675 | <mimeMap fileExten sion=".rgb " mimeType ="image/x- rgb" /> | |
| 676 | <mimeMap fileExten sion=".rm" mimeType= "applicati on/vnd.rn- realmedia" /> | |
| 677 | <mimeMap fileExten sion=".rmi " mimeType ="audio/mi d" /> | |
| 678 | <mimeMap fileExten sion=".rof f" mimeTyp e="applica tion/x-tro ff" /> | |
| 679 | <mimeMap fileExten sion=".rpm " mimeType ="audio/x- pn-realaud io-plugin" /> | |
| 680 | <mimeMap fileExten sion=".rtf " mimeType ="applicat ion/rtf" / > | |
| 681 | <mimeMap fileExten sion=".rtx " mimeType ="text/ric htext" /> | |
| 682 | <mimeMap fileExten sion=".scd " mimeType ="applicat ion/x-mssc hedule" /> | |
| 683 | <mimeMap fileExten sion=".sct " mimeType ="text/scr iptlet" /> | |
| 684 | <mimeMap fileExten sion=".sea " mimeType ="applicat ion/octet- stream" /> | |
| 685 | <mimeMap fileExten sion=".set pay" mimeT ype="appli cation/set -payment-i nitiation" /> | |
| 686 | <mimeMap fileExten sion=".set reg" mimeT ype="appli cation/set -registrat ion-initia tion" /> | |
| 687 | <mimeMap fileExten sion=".sgm l" mimeTyp e="text/sg ml" /> | |
| 688 | <mimeMap fileExten sion=".sh" mimeType= "applicati on/x-sh" / > | |
| 689 | <mimeMap fileExten sion=".sha r" mimeTyp e="applica tion/x-sha r" /> | |
| 690 | <mimeMap fileExten sion=".sit " mimeType ="applicat ion/x-stuf fit" /> | |
| 691 | <mimeMap fileExten sion=".sld m" mimeTyp e="applica tion/vnd.m s-powerpoi nt.slide.m acroEnable d.12" /> | |
| 692 | <mimeMap fileExten sion=".sld x" mimeTyp e="applica tion/vnd.o penxmlform ats-office document.p resentatio nml.slide" /> | |
| 693 | <mimeMap fileExten sion=".smd " mimeType ="audio/x- smd" /> | |
| 694 | <mimeMap fileExten sion=".smi " mimeType ="applicat ion/octet- stream" /> | |
| 695 | <mimeMap fileExten sion=".smx " mimeType ="audio/x- smd" /> | |
| 696 | <mimeMap fileExten sion=".smz " mimeType ="audio/x- smd" /> | |
| 697 | <mimeMap fileExten sion=".snd " mimeType ="audio/ba sic" /> | |
| 698 | <mimeMap fileExten sion=".snp " mimeType ="applicat ion/octet- stream" /> | |
| 699 | <mimeMap fileExten sion=".spc " mimeType ="applicat ion/x-pkcs 7-certific ates" /> | |
| 700 | <mimeMap fileExten sion=".spl " mimeType ="applicat ion/future splash" /> | |
| 701 | <mimeMap fileExten sion=".spx " mimeType ="audio/og g" /> | |
| 702 | <mimeMap fileExten sion=".src " mimeType ="applicat ion/x-wais -source" / > | |
| 703 | <mimeMap fileExten sion=".ssm " mimeType ="applicat ion/stream ingmedia" /> | |
| 704 | <mimeMap fileExten sion=".sst " mimeType ="applicat ion/vnd.ms -pki.certs tore" /> | |
| 705 | <mimeMap fileExten sion=".stl " mimeType ="applicat ion/vnd.ms -pki.stl" /> | |
| 706 | <mimeMap fileExten sion=".sv4 cpio" mime Type="appl ication/x- sv4cpio" / > | |
| 707 | <mimeMap fileExten sion=".sv4 crc" mimeT ype="appli cation/x-s v4crc" /> | |
| 708 | <mimeMap fileExten sion=".svg " mimeType ="image/sv g+xml" /> | |
| 709 | <mimeMap fileExten sion=".svg z" mimeTyp e="image/s vg+xml" /> | |
| 710 | <mimeMap fileExten sion=".swf " mimeType ="applicat ion/x-shoc kwave-flas h" /> | |
| 711 | <mimeMap fileExten sion=".t" mimeType=" applicatio n/x-troff" /> | |
| 712 | <mimeMap fileExten sion=".tar " mimeType ="applicat ion/x-tar" /> | |
| 713 | <mimeMap fileExten sion=".tcl " mimeType ="applicat ion/x-tcl" /> | |
| 714 | <mimeMap fileExten sion=".tex " mimeType ="applicat ion/x-tex" /> | |
| 715 | <mimeMap fileExten sion=".tex i" mimeTyp e="applica tion/x-tex info" /> | |
| 716 | <mimeMap fileExten sion=".tex info" mime Type="appl ication/x- texinfo" / > | |
| 717 | <mimeMap fileExten sion=".tgz " mimeType ="applicat ion/x-comp ressed" /> | |
| 718 | <mimeMap fileExten sion=".thm x" mimeTyp e="applica tion/vnd.m s-officeth eme" /> | |
| 719 | <mimeMap fileExten sion=".thn " mimeType ="applicat ion/octet- stream" /> | |
| 720 | <mimeMap fileExten sion=".tif " mimeType ="image/ti ff" /> | |
| 721 | <mimeMap fileExten sion=".tif f" mimeTyp e="image/t iff" /> | |
| 722 | <mimeMap fileExten sion=".toc " mimeType ="applicat ion/octet- stream" /> | |
| 723 | <mimeMap fileExten sion=".tr" mimeType= "applicati on/x-troff " /> | |
| 724 | <mimeMap fileExten sion=".trm " mimeType ="applicat ion/x-mste rminal" /> | |
| 725 | <mimeMap fileExten sion=".ts" mimeType= "video/vnd .dlna.mpeg -tts" /> | |
| 726 | <mimeMap fileExten sion=".tsv " mimeType ="text/tab -separated -values" / > | |
| 727 | <mimeMap fileExten sion=".ttf " mimeType ="applicat ion/octet- stream" /> | |
| 728 | <mimeMap fileExten sion=".tts " mimeType ="video/vn d.dlna.mpe g-tts" /> | |
| 729 | <mimeMap fileExten sion=".txt " mimeType ="text/pla in" /> | |
| 730 | <mimeMap fileExten sion=".u32 " mimeType ="applicat ion/octet- stream" /> | |
| 731 | <mimeMap fileExten sion=".uls " mimeType ="text/iul s" /> | |
| 732 | <mimeMap fileExten sion=".ust ar" mimeTy pe="applic ation/x-us tar" /> | |
| 733 | <mimeMap fileExten sion=".vbs " mimeType ="text/vbs cript" /> | |
| 734 | <mimeMap fileExten sion=".vcf " mimeType ="text/x-v card" /> | |
| 735 | <mimeMap fileExten sion=".vcs " mimeType ="text/pla in" /> | |
| 736 | <mimeMap fileExten sion=".vdx " mimeType ="applicat ion/vnd.ms -visio.vie wer" /> | |
| 737 | <mimeMap fileExten sion=".vml " mimeType ="text/xml " /> | |
| 738 | <mimeMap fileExten sion=".vsd " mimeType ="applicat ion/vnd.vi sio" /> | |
| 739 | <mimeMap fileExten sion=".vss " mimeType ="applicat ion/vnd.vi sio" /> | |
| 740 | <mimeMap fileExten sion=".vst " mimeType ="applicat ion/vnd.vi sio" /> | |
| 741 | <mimeMap fileExten sion=".vst o" mimeTyp e="applica tion/x-ms- vsto" /> | |
| 742 | <mimeMap fileExten sion=".vsw " mimeType ="applicat ion/vnd.vi sio" /> | |
| 743 | <mimeMap fileExten sion=".vsx " mimeType ="applicat ion/vnd.vi sio" /> | |
| 744 | <mimeMap fileExten sion=".vtx " mimeType ="applicat ion/vnd.vi sio" /> | |
| 745 | <mimeMap fileExten sion=".wav " mimeType ="audio/wa v" /> | |
| 746 | <mimeMap fileExten sion=".wax " mimeType ="audio/x- ms-wax" /> | |
| 747 | <mimeMap fileExten sion=".wbm p" mimeTyp e="image/v nd.wap.wbm p" /> | |
| 748 | <mimeMap fileExten sion=".wcm " mimeType ="applicat ion/vnd.ms -works" /> | |
| 749 | <mimeMap fileExten sion=".wdb " mimeType ="applicat ion/vnd.ms -works" /> | |
| 750 | <mimeMap fileExten sion=".web m" mimeTyp e="video/w ebm" /> | |
| 751 | <mimeMap fileExten sion=".wks " mimeType ="applicat ion/vnd.ms -works" /> | |
| 752 | <mimeMap fileExten sion=".wm" mimeType= "video/x-m s-wm" /> | |
| 753 | <mimeMap fileExten sion=".wma " mimeType ="audio/x- ms-wma" /> | |
| 754 | <mimeMap fileExten sion=".wmd " mimeType ="applicat ion/x-ms-w md" /> | |
| 755 | <mimeMap fileExten sion=".wmf " mimeType ="applicat ion/x-msme tafile" /> | |
| 756 | <mimeMap fileExten sion=".wml " mimeType ="text/vnd .wap.wml" /> | |
| 757 | <mimeMap fileExten sion=".wml c" mimeTyp e="applica tion/vnd.w ap.wmlc" / > | |
| 758 | <mimeMap fileExten sion=".wml s" mimeTyp e="text/vn d.wap.wmls cript" /> | |
| 759 | <mimeMap fileExten sion=".wml sc" mimeTy pe="applic ation/vnd. wap.wmlscr iptc" /> | |
| 760 | <mimeMap fileExten sion=".wmp " mimeType ="video/x- ms-wmp" /> | |
| 761 | <mimeMap fileExten sion=".wmv " mimeType ="video/x- ms-wmv" /> | |
| 762 | <mimeMap fileExten sion=".wmx " mimeType ="video/x- ms-wmx" /> | |
| 763 | <mimeMap fileExten sion=".wmz " mimeType ="applicat ion/x-ms-w mz" /> | |
| 764 | <mimeMap fileExten sion=".wof f" mimeTyp e="font/x- woff" /> | |
| 765 | <mimeMap fileExten sion=".wof f2" mimeTy pe="applic ation/font -woff2" /> | |
| 766 | <mimeMap fileExten sion=".wps " mimeType ="applicat ion/vnd.ms -works" /> | |
| 767 | <mimeMap fileExten sion=".wri " mimeType ="applicat ion/x-mswr ite" /> | |
| 768 | <mimeMap fileExten sion=".wrl " mimeType ="x-world/ x-vrml" /> | |
| 769 | <mimeMap fileExten sion=".wrz " mimeType ="x-world/ x-vrml" /> | |
| 770 | <mimeMap fileExten sion=".wsd l" mimeTyp e="text/xm l" /> | |
| 771 | <mimeMap fileExten sion=".wtv " mimeType ="video/x- ms-wtv" /> | |
| 772 | <mimeMap fileExten sion=".wvx " mimeType ="video/x- ms-wvx" /> | |
| 773 | <mimeMap fileExten sion=".x" mimeType=" applicatio n/directx" /> | |
| 774 | <mimeMap fileExten sion=".xaf " mimeType ="x-world/ x-vrml" /> | |
| 775 | <mimeMap fileExten sion=".xam l" mimeTyp e="applica tion/xaml+ xml" /> | |
| 776 | <mimeMap fileExten sion=".xap " mimeType ="applicat ion/x-silv erlight-ap p" /> | |
| 777 | <mimeMap fileExten sion=".xba p" mimeTyp e="applica tion/x-ms- xbap" /> | |
| 778 | <mimeMap fileExten sion=".xbm " mimeType ="image/x- xbitmap" / > | |
| 779 | <mimeMap fileExten sion=".xdr " mimeType ="text/pla in" /> | |
| 780 | <mimeMap fileExten sion=".xht " mimeType ="applicat ion/xhtml+ xml" /> | |
| 781 | <mimeMap fileExten sion=".xht ml" mimeTy pe="applic ation/xhtm l+xml" /> | |
| 782 | <mimeMap fileExten sion=".xla " mimeType ="applicat ion/vnd.ms -excel" /> | |
| 783 | <mimeMap fileExten sion=".xla m" mimeTyp e="applica tion/vnd.m s-excel.ad din.macroE nabled.12" /> | |
| 784 | <mimeMap fileExten sion=".xlc " mimeType ="applicat ion/vnd.ms -excel" /> | |
| 785 | <mimeMap fileExten sion=".xlm " mimeType ="applicat ion/vnd.ms -excel" /> | |
| 786 | <mimeMap fileExten sion=".xls " mimeType ="applicat ion/vnd.ms -excel" /> | |
| 787 | <mimeMap fileExten sion=".xls b" mimeTyp e="applica tion/vnd.m s-excel.sh eet.binary .macroEnab led.12" /> | |
| 788 | <mimeMap fileExten sion=".xls m" mimeTyp e="applica tion/vnd.m s-excel.sh eet.macroE nabled.12" /> | |
| 789 | <mimeMap fileExten sion=".xls x" mimeTyp e="applica tion/vnd.o penxmlform ats-office document.s preadsheet ml.sheet" /> | |
| 790 | <mimeMap fileExten sion=".xlt " mimeType ="applicat ion/vnd.ms -excel" /> | |
| 791 | <mimeMap fileExten sion=".xlt m" mimeTyp e="applica tion/vnd.m s-excel.te mplate.mac roEnabled. 12" /> | |
| 792 | <mimeMap fileExten sion=".xlt x" mimeTyp e="applica tion/vnd.o penxmlform ats-office document.s preadsheet ml.templat e" /> | |
| 793 | <mimeMap fileExten sion=".xlw " mimeType ="applicat ion/vnd.ms -excel" /> | |
| 794 | <mimeMap fileExten sion=".xml " mimeType ="text/xml " /> | |
| 795 | <mimeMap fileExten sion=".xof " mimeType ="x-world/ x-vrml" /> | |
| 796 | <mimeMap fileExten sion=".xpm " mimeType ="image/x- xpixmap" / > | |
| 797 | <mimeMap fileExten sion=".xps " mimeType ="applicat ion/vnd.ms -xpsdocume nt" /> | |
| 798 | <mimeMap fileExten sion=".xsd " mimeType ="text/xml " /> | |
| 799 | <mimeMap fileExten sion=".xsf " mimeType ="text/xml " /> | |
| 800 | <mimeMap fileExten sion=".xsl " mimeType ="text/xml " /> | |
| 801 | <mimeMap fileExten sion=".xsl t" mimeTyp e="text/xm l" /> | |
| 802 | <mimeMap fileExten sion=".xsn " mimeType ="applicat ion/octet- stream" /> | |
| 803 | <mimeMap fileExten sion=".xtp " mimeType ="applicat ion/octet- stream" /> | |
| 804 | <mimeMap fileExten sion=".xwd " mimeType ="image/x- xwindowdum p" /> | |
| 805 | <mimeMap fileExten sion=".z" mimeType=" applicatio n/x-compre ss" /> | |
| 806 | <mimeMap fileExten sion=".zip " mimeType ="applicat ion/x-zip- compressed " /> | |
| 807 | </ staticCont ent> | |
| 808 | ||
| 809 | <t racing> | |
| 810 | ||
| 811 | <traceP roviderDef initions> | |
| 812 | <add name="WWW Server" g uid="{3a2a 4e84-4c21- 4981-ae10- 3fda0d9b0f 83}"> | |
| 813 | <areas> | |
| 814 | <clear /> | |
| 815 | <add n ame="Authe ntication" value="2" /> | |
| 816 | <add n ame="Secur ity" value ="4" /> | |
| 817 | <add n ame="Filte r" value=" 8" /> | |
| 818 | <add n ame="Stati cFile" val ue="16" /> | |
| 819 | <add n ame="CGI" value="32" /> | |
| 820 | <add n ame="Compr ession" va lue="64" / > | |
| 821 | <add n ame="Cache " value="1 28" /> | |
| 822 | <add n ame="Reque stNotifica tions" val ue="256" / > | |
| 823 | <add n ame="Modul e" value=" 512" /> | |
| 824 | <add n ame="Rewri te" value= "1024" /> | |
| 825 | <add n ame="FastC GI" value= "4096" /> | |
| 826 | <add n ame="WebSo cket" valu e="16384" /> | |
| 827 | </areas> | |
| 828 | </ad d> | |
| 829 | <add name="ASP " guid="{0 6b94d9a-b1 5e-456e-a4 ef-37c984a 2cb4b}"> | |
| 830 | <areas> | |
| 831 | <clear /> | |
| 832 | </areas> | |
| 833 | </ad d> | |
| 834 | <add name="ISA PI Extensi on" guid=" {a1c2040e- 8840-4c31- ba11-98710 31a19ea}"> | |
| 835 | <areas> | |
| 836 | <clear /> | |
| 837 | </areas> | |
| 838 | </ad d> | |
| 839 | <add name="ASP NET" guid= "{AFF081FE -0247-4275 -9C4E-021F 3DC1DA35}" > | |
| 840 | <areas> | |
| 841 | <add n ame="Infra structure" value="1" /> | |
| 842 | <add n ame="Modul e" value=" 2" /> | |
| 843 | <add n ame="Page" value="4" /> | |
| 844 | <add n ame="AppSe rvices" va lue="8" /> | |
| 845 | </areas> | |
| 846 | </ad d> | |
| 847 | </traceP roviderDef initions> | |
| 848 | ||
| 849 | <traceFa iledReques ts> | |
| 850 | <add path="*"> | |
| 851 | <traceArea s> | |
| 852 | <add p rovider="A SP" verbos ity="Verbo se" /> | |
| 853 | <add p rovider="A SPNET" are as="Infras tructure,M odule,Page ,AppServic es" verbos ity="Verbo se" /> | |
| 854 | <add p rovider="I SAPI Exten sion" verb osity="Ver bose" /> | |
| 855 | <add p rovider="W WW Server" areas="Au thenticati on,Securit y,Filter,S taticFile, CGI,Compre ssion,Cach e,RequestN otificatio ns,Module, Rewrite,We bSocket" v erbosity=" Verbose" / > | |
| 856 | </traceAre as> | |
| 857 | <failureDe finitions statusCode s="200-999 " /> | |
| 858 | </ad d> | |
| 859 | </traceF ailedReque sts> | |
| 860 | ||
| 861 | </ tracing> | |
| 862 | ||
| 863 | <u rlCompress ion /> | |
| 864 | ||
| 865 | <v alidation /> | |
| 866 | <w ebdav> | |
| 867 | <globalS ettings> | |
| 868 | <pro pertyStore s> | |
| 869 | <add name= "webdav_si mple_prop" image="%I IS_BIN%\we bdav_simpl e_prop.dll " image32= "%IIS_BIN% \webdav_si mple_prop. dll" /> | |
| 870 | </pr opertyStor es> | |
| 871 | <loc kStores> | |
| 872 | <add name= "webdav_si mple_lock" image="%I IS_BIN%\we bdav_simpl e_lock.dll " image32= "%IIS_BIN% \webdav_si mple_lock. dll" /> | |
| 873 | </lo ckStores> | |
| 874 | ||
| 875 | </global Settings> | |
| 876 | <authori ng> | |
| 877 | <loc ks enabled ="true" lo ckStore="w ebdav_simp le_lock" / > | |
| 878 | </author ing> | |
| 879 | <authori ngRules /> | |
| 880 | </ webdav> | |
| 881 | <w ebSocket / > | |
| 882 | <a pplication Initializa tion /> | |
| 883 | ||
| 884 | </syst em.webServ er> | |
| 885 | <locat ion path=" " override Mode="Allo w"> | |
| 886 | <s ystem.webS erver> | |
| 887 | <modules > | |
| 888 | <add name="Isa piFilterMo dule" lock Item="true " /> | |
| 889 | <add name="Bas icAuthenti cationModu le" lockIt em="true" /> | |
| 890 | <add name="Isa piModule" lockItem=" true" /> | |
| 891 | <add name="Htt pLoggingMo dule" lock Item="true " /> | |
| 892 | <!-- | |
| 893 | <add name="Htt pCacheModu le" lockIt em="true" /> | |
| 894 | --> | |
| 895 | <add name="Dyn amicCompre ssionModul e" lockIte m="true" / > | |
| 896 | <add name="Sta ticCompres sionModule " lockItem ="true" /> | |
| 897 | <add name="Def aultDocume ntModule" lockItem=" true" /> | |
| 898 | <add name="Dir ectoryList ingModule" lockItem= "true" /> | |
| 899 | ||
| 900 | <add name="Pro tocolSuppo rtModule" lockItem=" true" /> | |
| 901 | <add name="Htt pRedirecti onModule" lockItem=" true" /> | |
| 902 | <add name="Ser verSideInc ludeModule " lockItem ="true" /> | |
| 903 | <add name="Sta ticFileMod ule" lockI tem="true" /> | |
| 904 | <add name="Ano nymousAuth entication Module" lo ckItem="tr ue" /> | |
| 905 | <add name="Cer tificateMa ppingAuthe nticationM odule" loc kItem="tru e" /> | |
| 906 | <add name="Url Authorizat ionModule" lockItem= "true" /> | |
| 907 | <add name="Win dowsAuthen ticationMo dule" lock Item="true " /> | |
| 908 | <!-- | |
| 909 | <add name="Dig estAuthent icationMod ule" lockI tem="true" /> | |
| 910 | --> | |
| 911 | <add name="IIS Certificat eMappingAu thenticati onModule" lockItem=" true" /> | |
| 912 | <add name="Web MatrixSupp ortModule" lockItem= "true" /> | |
| 913 | <add name="IpR estriction Module" lo ckItem="tr ue" /> | |
| 914 | <add name="Dyn amicIpRest rictionMod ule" lockI tem="true" /> | |
| 915 | <add name="Req uestFilter ingModule" lockItem= "true" /> | |
| 916 | <add name="Cus tomLogging Module" lo ckItem="tr ue" /> | |
| 917 | <add name="Cus tomErrorMo dule" lock Item="true " /> | |
| 918 | <add name="Fai ledRequest sTracingMo dule" lock Item="true " /> | |
| 919 | <add name="Cgi Module" lo ckItem="tr ue" /> | |
| 920 | <add name="Fas tCgiModule " lockItem ="true" /> | |
| 921 | <!-- <add name="Web DAVModule" /> --> | |
| 922 | <add name="Rew riteModule " /> | |
| 923 | <add name="Out putCache" type="Syst em.Web.Cac hing.Outpu tCacheModu le" preCon dition="ma nagedHandl er" /> | |
| 924 | <add name="Ses sion" type ="System.W eb.Session State.Sess ionStateMo dule" preC ondition=" managedHan dler" /> | |
| 925 | <add name="Win dowsAuthen tication" type="Syst em.Web.Sec urity.Wind owsAuthent icationMod ule" preCo ndition="m anagedHand ler" /> | |
| 926 | <add name="For msAuthenti cation" ty pe="System .Web.Secur ity.FormsA uthenticat ionModule" preCondit ion="manag edHandler" /> | |
| 927 | <add name="Def aultAuthen tication" type="Syst em.Web.Sec urity.Defa ultAuthent icationMod ule" preCo ndition="m anagedHand ler" /> | |
| 928 | <add name="Rol eManager" type="Syst em.Web.Sec urity.Role ManagerMod ule" preCo ndition="m anagedHand ler" /> | |
| 929 | <add name="Url Authorizat ion" type= "System.We b.Security .UrlAuthor izationMod ule" preCo ndition="m anagedHand ler" /> | |
| 930 | <add name="Fil eAuthoriza tion" type ="System.W eb.Securit y.FileAuth orizationM odule" pre Condition= "managedHa ndler" /> | |
| 931 | <add name="Ano nymousIden tification " type="Sy stem.Web.S ecurity.An onymousIde ntificatio nModule" p reConditio n="managed Handler" / > | |
| 932 | <add name="Pro file" type ="System.W eb.Profile .ProfileMo dule" preC ondition=" managedHan dler" /> | |
| 933 | <add name="Url MappingsMo dule" type ="System.W eb.UrlMapp ingsModule " preCondi tion="mana gedHandler " /> | |
| 934 | <add name="Con figuration Validation Module" lo ckItem="tr ue" /> | |
| 935 | <add name="Web SocketModu le" lockIt em="true" /> | |
| 936 | <add name="Ser viceModel- 4.0" type= "System.Se rviceModel .Activatio n.ServiceH ttpModule, System.Ser viceModel. Activation ,Version=4 .0.0.0,Cul ture=neutr al,PublicK eyToken=31 bf3856ad36 4e35" preC ondition=" managedHan dler,runti meVersionv 4.0" /> | |
| 937 | <add name="Url RoutingMod ule-4.0" t ype="Syste m.Web.Rout ing.UrlRou tingModule " preCondi tion="mana gedHandler ,runtimeVe rsionv4.0" /> | |
| 938 | <add name="Scr iptModule- 4.0" type= "System.We b.Handlers .ScriptMod ule, Syste m.Web.Exte nsions, Ve rsion=4.0. 0.0, Cultu re=neutral , PublicKe yToken=31b f3856ad364 e35" preCo ndition="m anagedHand ler,runtim eVersionv4 .0" /> | |
| 939 | <add name="Ser viceModel" type="Sys tem.Servic eModel.Act ivation.Ht tpModule, System.Ser viceModel, Version=3 .0.0.0, Cu lture=neut ral, Publi cKeyToken= b77a5c5619 34e089" pr eCondition ="managedH andler,run timeVersio nv2.0" /> | |
| 940 | <add name="App licationIn itializati onModule" lockItem=" true" /> | |
| 941 | <add name="Asp NetCoreMod ule" lockI tem="true" /> | |
| 942 | </module s> | |
| 943 | <handler s accessPo licy="Read , Script"> | |
| 944 | <!-- <add name="Web DAV" path= "*" verb=" PROPFIND,P ROPPATCH,M KCOL,PUT,C OPY,DELETE ,MOVE,LOCK ,UNLOCK" m odules="We bDAVModule " resource Type="Unsp ecified" r equireAcce ss="None" /> --> | |
| 945 | <add name="AXD -ISAPI-4.0 _64bit" pa th="*.axd" verb="GET ,HEAD,POST ,DEBUG" mo dules="Isa piModule" scriptProc essor="%wi ndir%\Micr osoft.NET\ Framework6 4\v4.0.303 19\aspnet_ isapi.dll" preCondit ion="class icMode,run timeVersio nv4.0,bitn ess64" res ponseBuffe rLimit="0" /> | |
| 946 | <add name="Pag eHandlerFa ctory-ISAP I-4.0_64bi t" path="* .aspx" ver b="GET,HEA D,POST,DEB UG" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework64\v4 .0.30319\a spnet_isap i.dll" pre Condition= "classicMo de,runtime Versionv4. 0,bitness6 4" respons eBufferLim it="0" /> | |
| 947 | <add name="Sim pleHandler Factory-IS API-4.0_64 bit" path= "*.ashx" v erb="GET,H EAD,POST,D EBUG" modu les="Isapi Module" sc riptProces sor="%wind ir%\Micros oft.NET\Fr amework64\ v4.0.30319 \aspnet_is api.dll" p reConditio n="classic Mode,runti meVersionv 4.0,bitnes s64" respo nseBufferL imit="0" / > | |
| 948 | <add name="Web ServiceHan dlerFactor y-ISAPI-4. 0_64bit" p ath="*.asm x" verb="G ET,HEAD,PO ST,DEBUG" modules="I sapiModule " scriptPr ocessor="% windir%\Mi crosoft.NE T\Framewor k64\v4.0.3 0319\aspne t_isapi.dl l" preCond ition="cla ssicMode,r untimeVers ionv4.0,bi tness64" r esponseBuf ferLimit=" 0" /> | |
| 949 | <add name="Htt pRemotingH andlerFact ory-rem-IS API-4.0_64 bit" path= "*.rem" ve rb="GET,HE AD,POST,DE BUG" modul es="IsapiM odule" scr iptProcess or="%windi r%\Microso ft.NET\Fra mework64\v 4.0.30319\ aspnet_isa pi.dll" pr eCondition ="classicM ode,runtim eVersionv4 .0,bitness 64" respon seBufferLi mit="0" /> | |
| 950 | <add name="Htt pRemotingH andlerFact ory-soap-I SAPI-4.0_6 4bit" path ="*.soap" verb="GET, HEAD,POST, DEBUG" mod ules="Isap iModule" s criptProce ssor="%win dir%\Micro soft.NET\F ramework64 \v4.0.3031 9\aspnet_i sapi.dll" preConditi on="classi cMode,runt imeVersion v4.0,bitne ss64" resp onseBuffer Limit="0" /> | |
| 951 | <add name="svc -ISAPI-4.0 _64bit" pa th="*.svc" verb="*" modules="I sapiModule " scriptPr ocessor="% windir%\Mi crosoft.NE T\Framewor k64\v4.0.3 0319\aspne t_isapi.dl l" preCond ition="cla ssicMode,r untimeVers ionv4.0,bi tness64" / > | |
| 952 | <add name="rul es-ISAPI-4 .0_64bit" path="*.ru les" verb= "*" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework64\v4 .0.30319\a spnet_isap i.dll" pre Condition= "classicMo de,runtime Versionv4. 0,bitness6 4" /> | |
| 953 | <add name="xom l-ISAPI-4. 0_64bit" p ath="*.xom l" verb="* " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork64\v4.0 .30319\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv4.0, bitness64" /> | |
| 954 | <add name="xam lx-ISAPI-4 .0_64bit" path="*.xa mlx" verb= "GET,HEAD, POST,DEBUG " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork64\v4.0 .30319\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv4.0, bitness64" /> | |
| 955 | <add name="asp q-ISAPI-4. 0_64bit" p ath="*.asp q" verb="* " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork64\v4.0 .30319\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv4.0, bitness64" responseB ufferLimit ="0" /> | |
| 956 | <add name="csh tm-ISAPI-4 .0_64bit" path="*.cs htm" verb= "GET,HEAD, POST,DEBUG " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork64\v4.0 .30319\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv4.0, bitness64" responseB ufferLimit ="0" /> | |
| 957 | <add name="csh tml-ISAPI- 4.0_64bit" path="*.c shtml" ver b="GET,HEA D,POST,DEB UG" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework64\v4 .0.30319\a spnet_isap i.dll" pre Condition= "classicMo de,runtime Versionv4. 0,bitness6 4" respons eBufferLim it="0" /> | |
| 958 | <add name="vbh tm-ISAPI-4 .0_64bit" path="*.vb htm" verb= "GET,HEAD, POST,DEBUG " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork64\v4.0 .30319\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv4.0, bitness64" responseB ufferLimit ="0" /> | |
| 959 | <add name="vbh tml-ISAPI- 4.0_64bit" path="*.v bhtml" ver b="GET,HEA D,POST,DEB UG" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework64\v4 .0.30319\a spnet_isap i.dll" pre Condition= "classicMo de,runtime Versionv4. 0,bitness6 4" respons eBufferLim it="0" /> | |
| 960 | <add name="svc -Integrate d" path="* .svc" verb ="*" type= "System.Se rviceModel .Activatio n.HttpHand ler, Syste m.ServiceM odel, Vers ion=3.0.0. 0, Culture =neutral, PublicKeyT oken=b77a5 c561934e08 9" preCond ition="int egratedMod e,runtimeV ersionv2.0 " /> | |
| 961 | <add name="svc -ISAPI-2.0 " path="*. svc" verb= "*" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework\v2.0 .50727\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv2.0, bitness32" /> | |
| 962 | <add name="xom l-Integrat ed" path=" *.xoml" ve rb="*" typ e="System. ServiceMod el.Activat ion.HttpHa ndler, Sys tem.Servic eModel, Ve rsion=3.0. 0.0, Cultu re=neutral , PublicKe yToken=b77 a5c561934e 089" preCo ndition="i ntegratedM ode,runtim eVersionv2 .0" /> | |
| 963 | <add name="xom l-ISAPI-2. 0" path="* .xoml" ver b="*" modu les="Isapi Module" sc riptProces sor="%wind ir%\Micros oft.NET\Fr amework\v2 .0.50727\a spnet_isap i.dll" pre Condition= "classicMo de,runtime Versionv2. 0,bitness3 2" /> | |
| 964 | <add name="rul es-Integra ted" path= "*.rules" verb="*" t ype="Syste m.ServiceM odel.Activ ation.Http Handler, S ystem.Serv iceModel, Version=3. 0.0.0, Cul ture=neutr al, Public KeyToken=b 77a5c56193 4e089" pre Condition= "integrate dMode,runt imeVersion v2.0" /> | |
| 965 | <add name="rul es-ISAPI-2 .0" path=" *.rules" v erb="*" mo dules="Isa piModule" scriptProc essor="%wi ndir%\Micr osoft.NET\ Framework\ v2.0.50727 \aspnet_is api.dll" p reConditio n="classic Mode,runti meVersionv 2.0,bitnes s32" /> | |
| 966 | <add name="AXD -ISAPI-4.0 _32bit" pa th="*.axd" verb="GET ,HEAD,POST ,DEBUG" mo dules="Isa piModule" scriptProc essor="%wi ndir%\Micr osoft.NET\ Framework\ v4.0.30319 \aspnet_is api.dll" p reConditio n="classic Mode,runti meVersionv 4.0,bitnes s32" respo nseBufferL imit="0" / > | |
| 967 | <add name="Pag eHandlerFa ctory-ISAP I-4.0_32bi t" path="* .aspx" ver b="GET,HEA D,POST,DEB UG" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework\v4.0 .30319\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv4.0, bitness32" responseB ufferLimit ="0" /> | |
| 968 | <add name="Sim pleHandler Factory-IS API-4.0_32 bit" path= "*.ashx" v erb="GET,H EAD,POST,D EBUG" modu les="Isapi Module" sc riptProces sor="%wind ir%\Micros oft.NET\Fr amework\v4 .0.30319\a spnet_isap i.dll" pre Condition= "classicMo de,runtime Versionv4. 0,bitness3 2" respons eBufferLim it="0" /> | |
| 969 | <add name="Web ServiceHan dlerFactor y-ISAPI-4. 0_32bit" p ath="*.asm x" verb="G ET,HEAD,PO ST,DEBUG" modules="I sapiModule " scriptPr ocessor="% windir%\Mi crosoft.NE T\Framewor k\v4.0.303 19\aspnet_ isapi.dll" preCondit ion="class icMode,run timeVersio nv4.0,bitn ess32" res ponseBuffe rLimit="0" /> | |
| 970 | <add name="Htt pRemotingH andlerFact ory-rem-IS API-4.0_32 bit" path= "*.rem" ve rb="GET,HE AD,POST,DE BUG" modul es="IsapiM odule" scr iptProcess or="%windi r%\Microso ft.NET\Fra mework\v4. 0.30319\as pnet_isapi .dll" preC ondition=" classicMod e,runtimeV ersionv4.0 ,bitness32 " response BufferLimi t="0" /> | |
| 971 | <add name="Htt pRemotingH andlerFact ory-soap-I SAPI-4.0_3 2bit" path ="*.soap" verb="GET, HEAD,POST, DEBUG" mod ules="Isap iModule" s criptProce ssor="%win dir%\Micro soft.NET\F ramework\v 4.0.30319\ aspnet_isa pi.dll" pr eCondition ="classicM ode,runtim eVersionv4 .0,bitness 32" respon seBufferLi mit="0" /> | |
| 972 | <add name="svc -ISAPI-4.0 _32bit" pa th="*.svc" verb="*" modules="I sapiModule " scriptPr ocessor="% windir%\Mi crosoft.NE T\Framewor k\v4.0.303 19\aspnet_ isapi.dll" preCondit ion="class icMode,run timeVersio nv4.0,bitn ess32" /> | |
| 973 | <add name="rul es-ISAPI-4 .0_32bit" path="*.ru les" verb= "*" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework\v4.0 .30319\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv4.0, bitness32" /> | |
| 974 | <add name="xom l-ISAPI-4. 0_32bit" p ath="*.xom l" verb="* " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork\v4.0.3 0319\aspne t_isapi.dl l" preCond ition="cla ssicMode,r untimeVers ionv4.0,bi tness32" / > | |
| 975 | <add name="xam lx-ISAPI-4 .0_32bit" path="*.xa mlx" verb= "GET,HEAD, POST,DEBUG " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork\v4.0.3 0319\aspne t_isapi.dl l" preCond ition="cla ssicMode,r untimeVers ionv4.0,bi tness32" / > | |
| 976 | <add name="asp q-ISAPI-4. 0_32bit" p ath="*.asp q" verb="* " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork\v4.0.3 0319\aspne t_isapi.dl l" preCond ition="cla ssicMode,r untimeVers ionv4.0,bi tness32" r esponseBuf ferLimit=" 0" /> | |
| 977 | <add name="csh tm-ISAPI-4 .0_32bit" path="*.cs htm" verb= "GET,HEAD, POST,DEBUG " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork\v4.0.3 0319\aspne t_isapi.dl l" preCond ition="cla ssicMode,r untimeVers ionv4.0,bi tness32" r esponseBuf ferLimit=" 0" /> | |
| 978 | <add name="csh tml-ISAPI- 4.0_32bit" path="*.c shtml" ver b="GET,HEA D,POST,DEB UG" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework\v4.0 .30319\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv4.0, bitness32" responseB ufferLimit ="0" /> | |
| 979 | <add name="vbh tm-ISAPI-4 .0_32bit" path="*.vb htm" verb= "GET,HEAD, POST,DEBUG " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork\v4.0.3 0319\aspne t_isapi.dl l" preCond ition="cla ssicMode,r untimeVers ionv4.0,bi tness32" r esponseBuf ferLimit=" 0" /> | |
| 980 | <add name="vbh tml-ISAPI- 4.0_32bit" path="*.v bhtml" ver b="GET,HEA D,POST,DEB UG" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework\v4.0 .30319\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv4.0, bitness32" responseB ufferLimit ="0" /> | |
| 981 | <add name="Tra ceHandler- Integrated -4.0" path ="trace.ax d" verb="G ET,HEAD,PO ST,DEBUG" type="Syst em.Web.Han dlers.Trac eHandler" preConditi on="integr atedMode,r untimeVers ionv4.0" / > | |
| 982 | <add name="Web AdminHandl er-Integra ted-4.0" p ath="WebAd min.axd" v erb="GET,D EBUG" type ="System.W eb.Handler s.WebAdmin Handler" p reConditio n="integra tedMode,ru ntimeVersi onv4.0" /> | |
| 983 | <add name="Ass emblyResou rceLoader- Integrated -4.0" path ="WebResou rce.axd" v erb="GET,D EBUG" type ="System.W eb.Handler s.Assembly ResourceLo ader" preC ondition=" integrated Mode,runti meVersionv 4.0" /> | |
| 984 | <add name="Pag eHandlerFa ctory-Inte grated-4.0 " path="*. aspx" verb ="GET,HEAD ,POST,DEBU G" type="S ystem.Web. UI.PageHan dlerFactor y" preCond ition="int egratedMod e,runtimeV ersionv4.0 " /> | |
| 985 | <add name="Sim pleHandler Factory-In tegrated-4 .0" path=" *.ashx" ve rb="GET,HE AD,POST,DE BUG" type= "System.We b.UI.Simpl eHandlerFa ctory" pre Condition= "integrate dMode,runt imeVersion v4.0" /> | |
| 986 | <add name="Web ServiceHan dlerFactor y-Integrat ed-4.0" pa th="*.asmx " verb="GE T,HEAD,POS T,DEBUG" t ype="Syste m.Web.Scri pt.Service s.ScriptHa ndlerFacto ry, System .Web.Exten sions, Ver sion=4.0.0 .0, Cultur e=neutral, PublicKey Token=31bf 3856ad364e 35" preCon dition="in tegratedMo de,runtime Versionv4. 0" /> | |
| 987 | <add name="Htt pRemotingH andlerFact ory-rem-In tegrated-4 .0" path=" *.rem" ver b="GET,HEA D,POST,DEB UG" type=" System.Run time.Remot ing.Channe ls.Http.Ht tpRemoting HandlerFac tory, Syst em.Runtime .Remoting, Version=4 .0.0.0, Cu lture=neut ral, Publi cKeyToken= b77a5c5619 34e089" pr eCondition ="integrat edMode,run timeVersio nv4.0" /> | |
| 988 | <add name="Htt pRemotingH andlerFact ory-soap-I ntegrated- 4.0" path= "*.soap" v erb="GET,H EAD,POST,D EBUG" type ="System.R untime.Rem oting.Chan nels.Http. HttpRemoti ngHandlerF actory, Sy stem.Runti me.Remotin g, Version =4.0.0.0, Culture=ne utral, Pub licKeyToke n=b77a5c56 1934e089" preConditi on="integr atedMode,r untimeVers ionv4.0" / > | |
| 989 | <add name="svc -Integrate d-4.0" pat h="*.svc" verb="*" t ype="Syste m.ServiceM odel.Activ ation.Serv iceHttpHan dlerFactor y, System. ServiceMod el.Activat ion, Versi on=4.0.0.0 , Culture= neutral, P ublicKeyTo ken=31bf38 56ad364e35 " preCondi tion="inte gratedMode ,runtimeVe rsionv4.0" /> | |
| 990 | <add name="rul es-Integra ted-4.0" p ath="*.rul es" verb=" *" type="S ystem.Serv iceModel.A ctivation. ServiceHtt pHandlerFa ctory, Sys tem.Servic eModel.Act ivation, V ersion=4.0 .0.0, Cult ure=neutra l, PublicK eyToken=31 bf3856ad36 4e35" preC ondition=" integrated Mode,runti meVersionv 4.0" /> | |
| 991 | <add name="xom l-Integrat ed-4.0" pa th="*.xoml " verb="*" type="Sys tem.Servic eModel.Act ivation.Se rviceHttpH andlerFact ory, Syste m.ServiceM odel.Activ ation, Ver sion=4.0.0 .0, Cultur e=neutral, PublicKey Token=31bf 3856ad364e 35" preCon dition="in tegratedMo de,runtime Versionv4. 0" /> | |
| 992 | <add name="xam lx-Integra ted-4.0" p ath="*.xam lx" verb=" GET,HEAD,P OST,DEBUG" type="Sys tem.Xaml.H osting.Xam lHttpHandl erFactory, System.Xa ml.Hosting , Version= 4.0.0.0, C ulture=neu tral, Publ icKeyToken =31bf3856a d364e35" p reConditio n="integra tedMode,ru ntimeVersi onv4.0" /> | |
| 993 | <add name="asp q-Integrat ed-4.0" pa th="*.aspq " verb="GE T,HEAD,POS T,DEBUG" t ype="Syste m.Web.Http ForbiddenH andler" pr eCondition ="integrat edMode,run timeVersio nv4.0" /> | |
| 994 | <add name="csh tm-Integra ted-4.0" p ath="*.csh tm" verb=" GET,HEAD,P OST,DEBUG" type="Sys tem.Web.Ht tpForbidde nHandler" preConditi on="integr atedMode,r untimeVers ionv4.0" / > | |
| 995 | <add name="csh tml-Integr ated-4.0" path="*.cs html" verb ="GET,HEAD ,POST,DEBU G" type="S ystem.Web. HttpForbid denHandler " preCondi tion="inte gratedMode ,runtimeVe rsionv4.0" /> | |
| 996 | <add name="vbh tm-Integra ted-4.0" p ath="*.vbh tm" verb=" GET,HEAD,P OST,DEBUG" type="Sys tem.Web.Ht tpForbidde nHandler" preConditi on="integr atedMode,r untimeVers ionv4.0" / > | |
| 997 | <add name="vbh tml-Integr ated-4.0" path="*.vb html" verb ="GET,HEAD ,POST,DEBU G" type="S ystem.Web. HttpForbid denHandler " preCondi tion="inte gratedMode ,runtimeVe rsionv4.0" /> | |
| 998 | <add name="Scr iptHandler FactoryApp Services-I ntegrated- 4.0" path= "*_AppServ ice.axd" v erb="*" ty pe="System .Web.Scrip t.Services .ScriptHan dlerFactor y, System. Web.Extens ions, Vers ion=4.0.0. 0, Culture =neutral, PublicKeyT oken=31BF3 856AD364E3 5" preCond ition="int egratedMod e,runtimeV ersionv4.0 " /> | |
| 999 | <add name="Scr iptResourc eIntegrate d-4.0" pat h="*Script Resource.a xd" verb=" GET,HEAD" type="Syst em.Web.Han dlers.Scri ptResource Handler, S ystem.Web. Extensions , Version= 4.0.0.0, C ulture=neu tral, Publ icKeyToken =31BF3856A D364E35" p reConditio n="integra tedMode,ru ntimeVersi onv4.0" /> | |
| 1000 | <add name="ASP Classic" p ath="*.asp " verb="GE T,HEAD,POS T" modules ="IsapiMod ule" scrip tProcessor ="%IIS_BIN %\asp.dll" resourceT ype="File" /> | |
| 1001 | <add name="Sec urityCerti ficate" pa th="*.cer" verb="GET ,HEAD,POST " modules= "IsapiModu le" script Processor= "%IIS_BIN% \asp.dll" resourceTy pe="File" /> | |
| 1002 | <add name="ISA PI-dll" pa th="*.dll" verb="*" modules="I sapiModule " resource Type="File " requireA ccess="Exe cute" allo wPathInfo= "true" /> | |
| 1003 | <add name="Tra ceHandler- Integrated " path="tr ace.axd" v erb="GET,H EAD,POST,D EBUG" type ="System.W eb.Handler s.TraceHan dler" preC ondition=" integrated Mode,runti meVersionv 2.0" /> | |
| 1004 | <add name="Web AdminHandl er-Integra ted" path= "WebAdmin. axd" verb= "GET,DEBUG " type="Sy stem.Web.H andlers.We bAdminHand ler" preCo ndition="i ntegratedM ode,runtim eVersionv2 .0" /> | |
| 1005 | <add name="Ass emblyResou rceLoader- Integrated " path="We bResource. axd" verb= "GET,DEBUG " type="Sy stem.Web.H andlers.As semblyReso urceLoader " preCondi tion="inte gratedMode ,runtimeVe rsionv2.0" /> | |
| 1006 | <add name="Pag eHandlerFa ctory-Inte grated" pa th="*.aspx " verb="GE T,HEAD,POS T,DEBUG" t ype="Syste m.Web.UI.P ageHandler Factory" p reConditio n="integra tedMode,ru ntimeVersi onv2.0" /> | |
| 1007 | <add name="Sim pleHandler Factory-In tegrated" path="*.as hx" verb=" GET,HEAD,P OST,DEBUG" type="Sys tem.Web.UI .SimpleHan dlerFactor y" preCond ition="int egratedMod e,runtimeV ersionv2.0 " /> | |
| 1008 | <add name="Web ServiceHan dlerFactor y-Integrat ed" path=" *.asmx" ve rb="GET,HE AD,POST,DE BUG" type= "System.We b.Services .Protocols .WebServic eHandlerFa ctory,Syst em.Web.Ser vices,Vers ion=2.0.0. 0,Culture= neutral,Pu blicKeyTok en=b03f5f7 f11d50a3a" preCondit ion="integ ratedMode, runtimeVer sionv2.0" /> | |
| 1009 | <add name="Htt pRemotingH andlerFact ory-rem-In tegrated" path="*.re m" verb="G ET,HEAD,PO ST,DEBUG" type="Syst em.Runtime .Remoting. Channels.H ttp.HttpRe motingHand lerFactory ,System.Ru ntime.Remo ting,Versi on=2.0.0.0 ,Culture=n eutral,Pub licKeyToke n=b77a5c56 1934e089" preConditi on="integr atedMode,r untimeVers ionv2.0" / > | |
| 1010 | <add name="Htt pRemotingH andlerFact ory-soap-I ntegrated" path="*.s oap" verb= "GET,HEAD, POST,DEBUG " type="Sy stem.Runti me.Remotin g.Channels .Http.Http RemotingHa ndlerFacto ry,System. Runtime.Re moting,Ver sion=2.0.0 .0,Culture =neutral,P ublicKeyTo ken=b77a5c 561934e089 " preCondi tion="inte gratedMode ,runtimeVe rsionv2.0" /> | |
| 1011 | <add name="AXD -ISAPI-2.0 " path="*. axd" verb= "GET,HEAD, POST,DEBUG " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork\v2.0.5 0727\aspne t_isapi.dl l" preCond ition="cla ssicMode,r untimeVers ionv2.0,bi tness32" r esponseBuf ferLimit=" 0" /> | |
| 1012 | <add name="Pag eHandlerFa ctory-ISAP I-2.0" pat h="*.aspx" verb="GET ,HEAD,POST ,DEBUG" mo dules="Isa piModule" scriptProc essor="%wi ndir%\Micr osoft.NET\ Framework\ v2.0.50727 \aspnet_is api.dll" p reConditio n="classic Mode,runti meVersionv 2.0,bitnes s32" respo nseBufferL imit="0" / > | |
| 1013 | <add name="Sim pleHandler Factory-IS API-2.0" p ath="*.ash x" verb="G ET,HEAD,PO ST,DEBUG" modules="I sapiModule " scriptPr ocessor="% windir%\Mi crosoft.NE T\Framewor k\v2.0.507 27\aspnet_ isapi.dll" preCondit ion="class icMode,run timeVersio nv2.0,bitn ess32" res ponseBuffe rLimit="0" /> | |
| 1014 | <add name="Web ServiceHan dlerFactor y-ISAPI-2. 0" path="* .asmx" ver b="GET,HEA D,POST,DEB UG" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework\v2.0 .50727\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv2.0, bitness32" responseB ufferLimit ="0" /> | |
| 1015 | <add name="Htt pRemotingH andlerFact ory-rem-IS API-2.0" p ath="*.rem " verb="GE T,HEAD,POS T,DEBUG" m odules="Is apiModule" scriptPro cessor="%w indir%\Mic rosoft.NET \Framework \v2.0.5072 7\aspnet_i sapi.dll" preConditi on="classi cMode,runt imeVersion v2.0,bitne ss32" resp onseBuffer Limit="0" /> | |
| 1016 | <add name="Htt pRemotingH andlerFact ory-soap-I SAPI-2.0" path="*.so ap" verb=" GET,HEAD,P OST,DEBUG" modules=" IsapiModul e" scriptP rocessor=" %windir%\M icrosoft.N ET\Framewo rk\v2.0.50 727\aspnet _isapi.dll " preCondi tion="clas sicMode,ru ntimeVersi onv2.0,bit ness32" re sponseBuff erLimit="0 " /> | |
| 1017 | <add name="svc -ISAPI-2.0 -64" path= "*.svc" ve rb="*" mod ules="Isap iModule" s criptProce ssor="%win dir%\Micro soft.NET\F ramework64 \v2.0.5072 7\aspnet_i sapi.dll" preConditi on="classi cMode,runt imeVersion v2.0,bitne ss64" /> | |
| 1018 | <add name="AXD -ISAPI-2.0 -64" path= "*.axd" ve rb="GET,HE AD,POST,DE BUG" modul es="IsapiM odule" scr iptProcess or="%windi r%\Microso ft.NET\Fra mework64\v 2.0.50727\ aspnet_isa pi.dll" pr eCondition ="classicM ode,runtim eVersionv2 .0,bitness 64" respon seBufferLi mit="0" /> | |
| 1019 | <add name="Pag eHandlerFa ctory-ISAP I-2.0-64" path="*.as px" verb=" GET,HEAD,P OST,DEBUG" modules=" IsapiModul e" scriptP rocessor=" %windir%\M icrosoft.N ET\Framewo rk64\v2.0. 50727\aspn et_isapi.d ll" preCon dition="cl assicMode, runtimeVer sionv2.0,b itness64" responseBu fferLimit= "0" /> | |
| 1020 | <add name="Sim pleHandler Factory-IS API-2.0-64 " path="*. ashx" verb ="GET,HEAD ,POST,DEBU G" modules ="IsapiMod ule" scrip tProcessor ="%windir% \Microsoft .NET\Frame work64\v2. 0.50727\as pnet_isapi .dll" preC ondition=" classicMod e,runtimeV ersionv2.0 ,bitness64 " response BufferLimi t="0" /> | |
| 1021 | <add name="Web ServiceHan dlerFactor y-ISAPI-2. 0-64" path ="*.asmx" verb="GET, HEAD,POST, DEBUG" mod ules="Isap iModule" s criptProce ssor="%win dir%\Micro soft.NET\F ramework64 \v2.0.5072 7\aspnet_i sapi.dll" preConditi on="classi cMode,runt imeVersion v2.0,bitne ss64" resp onseBuffer Limit="0" /> | |
| 1022 | <add name="Htt pRemotingH andlerFact ory-rem-IS API-2.0-64 " path="*. rem" verb= "GET,HEAD, POST,DEBUG " modules= "IsapiModu le" script Processor= "%windir%\ Microsoft. NET\Framew ork64\v2.0 .50727\asp net_isapi. dll" preCo ndition="c lassicMode ,runtimeVe rsionv2.0, bitness64" responseB ufferLimit ="0" /> | |
| 1023 | <add name="Htt pRemotingH andlerFact ory-soap-I SAPI-2.0-6 4" path="* .soap" ver b="GET,HEA D,POST,DEB UG" module s="IsapiMo dule" scri ptProcesso r="%windir %\Microsof t.NET\Fram ework64\v2 .0.50727\a spnet_isap i.dll" pre Condition= "classicMo de,runtime Versionv2. 0,bitness6 4" respons eBufferLim it="0" /> | |
| 1024 | <add name="rul es-64-ISAP I-2.0" pat h="*.rules " verb="*" modules=" IsapiModul e" scriptP rocessor=" %windir%\M icrosoft.N ET\Framewo rk64\v2.0. 50727\aspn et_isapi.d ll" preCon dition="cl assicMode, runtimeVer sionv2.0,b itness64" /> | |
| 1025 | <add name="xom l-64-ISAPI -2.0" path ="*.xoml" verb="*" m odules="Is apiModule" scriptPro cessor="%w indir%\Mic rosoft.NET \Framework 64\v2.0.50 727\aspnet _isapi.dll " preCondi tion="clas sicMode,ru ntimeVersi onv2.0,bit ness64" /> | |
| 1026 | <add name="CGI -exe" path ="*.exe" v erb="*" mo dules="Cgi Module" re sourceType ="File" re quireAcces s="Execute " allowPat hInfo="tru e" /> | |
| 1027 | <add name="SSI NC-stm" pa th="*.stm" verb="GET ,HEAD,POST " modules= "ServerSid eIncludeMo dule" reso urceType=" File" /> | |
| 1028 | <add name="SSI NC-shtm" p ath="*.sht m" verb="G ET,HEAD,PO ST" module s="ServerS ideInclude Module" re sourceType ="File" /> | |
| 1029 | <add name="SSI NC-shtml" path="*.sh tml" verb= "GET,HEAD, POST" modu les="Serve rSideInclu deModule" resourceTy pe="File" /> | |
| 1030 | <add name="TRA CEVerbHand ler" path= "*" verb=" TRACE" mod ules="Prot ocolSuppor tModule" r equireAcce ss="None" /> | |
| 1031 | <add name="OPT IONSVerbHa ndler" pat h="*" verb ="OPTIONS" modules=" ProtocolSu pportModul e" require Access="No ne" /> | |
| 1032 | <add name="Ext ensionless Url-ISAPI- 4.0_32bit" path="*." verb="GET ,HEAD,POST ,DEBUG" mo dules="Isa piModule" scriptProc essor="%wi ndir%\Micr osoft.NET\ Framework\ v4.0.30319 \aspnet_is api.dll" p reConditio n="classic Mode,runti meVersionv 4.0,bitnes s32" respo nseBufferL imit="0" / > | |
| 1033 | <add name="Ext ensionless UrlHandler -ISAPI-4.0 _64bit" pa th="*." ve rb="GET,HE AD,POST,DE BUG" modul es="IsapiM odule" scr iptProcess or="%windi r%\Microso ft.NET\Fra mework64\v 4.0.30319\ aspnet_isa pi.dll" pr eCondition ="classicM ode,runtim eVersionv4 .0,bitness 64" respon seBufferLi mit="0" /> | |
| 1034 | <add name="Ext ensionless Url-Integr ated-4.0" path="*." verb="GET, HEAD,POST, DEBUG" typ e="System. Web.Handle rs.Transfe rRequestHa ndler" pre Condition= "integrate dMode,runt imeVersion v4.0" resp onseBuffer Limit="0" /> | |
| 1035 | <add name="Sta ticFile" p ath="*" ve rb="*" mod ules="Stat icFileModu le,Default DocumentMo dule,Direc toryListin gModule" r esourceTyp e="Either" requireAc cess="Read " /> | |
| 1036 | </handle rs> | |
| 1037 | </ system.web Server> | |
| 1038 | </loca tion> | |
| 1039 | </configur ation> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.