Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <system.webServer>
  4. <rewrite>
  5. <rules>
  6. <rule name="Imported Rule 1">
  7. <match url="^index(|/)$" ignoreCase="false" />
  8. <action type="Rewrite" url="/index.php" />
  9. </rule>
  10. <rule name="Imported Rule 2">
  11. <match url="^register(|/)$" ignoreCase="false" />
  12. <action type="Rewrite" url="/register.php" />
  13. </rule>
  14. <rule name="Imported Rule 3">
  15. <match url="^me(|/)$" ignoreCase="false" />
  16. <action type="Rewrite" url="/me.php" />
  17. </rule>
  18. <rule name="Imported Rule 5">
  19. <match url="^identity/email_change(|/)$" ignoreCase="false" />
  20. <action type="Rewrite" url="/identity.php?page=email&amp;do=edit" appendQueryString="false" />
  21. </rule>
  22. <rule name="Imported Rule 6">
  23. <match url="^identity/password_change(|/)$" ignoreCase="false" />
  24. <action type="Rewrite" url="/identity.php?page=password&amp;do=edit" appendQueryString="false" />
  25. </rule>
  26. <rule name="Imported Rule 7">
  27. <match url="^profile/([^/]+)(|/)$" ignoreCase="false" />
  28. <action type="Rewrite" url="/settings.php?page={R:1}" appendQueryString="false" />
  29. </rule>
  30. <rule name="Imported Rule 8">
  31. <match url="^identity/([^/]+)(|/)$" ignoreCase="false" />
  32. <action type="Rewrite" url="/identity.php?page={R:1}" appendQueryString="false" />
  33. </rule>
  34. <rule name="Imported Rule 9">
  35. <match url="^minimail/loadMessage(|/)$" ignoreCase="false" />
  36. <action type="Rewrite" url="/minimail-view.php" />
  37. </rule>
  38. <rule name="Imported Rule 10">
  39. <match url="^minimail/([^/]+)(|/)$" ignoreCase="false" />
  40. <action type="Rewrite" url="/minimail.php?cmd={R:1}" appendQueryString="false" />
  41. </rule>
  42. <rule name="Imported Rule 11">
  43. <match url="^client(|/)$" ignoreCase="false" />
  44. <action type="Rewrite" url="/client.php" />
  45. </rule>
  46. <rule name="Imported Rule 12">
  47. <match url="^play(|/)$" ignoreCase="false" />
  48. <action type="Rewrite" url="/client.php" />
  49. </rule>
  50. <rule name="Imported Rule 13">
  51. <match url="^community(|/)$" ignoreCase="false" />
  52. <action type="Rewrite" url="/community.php" />
  53. </rule>
  54. <rule name="Imported Rule 14">
  55. <match url="^articles(|/)$" ignoreCase="false" />
  56. <action type="Rewrite" url="/articles.php" />
  57. </rule>
  58. <rule name="Imported Rule 15">
  59. <match url="^articles/([^/]+)(|/)$" ignoreCase="false" />
  60. <action type="Rewrite" url="/articles.php?id={R:1}" appendQueryString="false" />
  61. </rule>
  62. <rule name="Imported Rule 16">
  63. <match url="^community/leaderboards(|/)$" ignoreCase="false" />
  64. <action type="Rewrite" url="/leaderboards.php" />
  65. </rule>
  66. <rule name="Imported Rule 17">
  67. <match url="^gangs/leaderboards(|/)$" ignoreCase="false" />
  68. <action type="Rewrite" url="/gangsleaderboards.php" />
  69. </rule>
  70. <rule name="Imported Rule 18">
  71. <match url="^account/logout(|/)$" ignoreCase="false" />
  72. <action type="Rewrite" url="/logout.php" />
  73. </rule>
  74. <rule name="Imported Rule 19">
  75. <match url="^community/staff(|/)$" ignoreCase="false" />
  76. <action type="Rewrite" url="/staff.php" />
  77. </rule>
  78. <rule name="Imported Rule 20">
  79. <match url="^shop(|/)$" ignoreCase="false" />
  80. <action type="Rewrite" url="/shop.php" />
  81. </rule>
  82. <rule name="Imported Rule 21">
  83. <match url="^creditflow/confirm/5102/9616/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
  84. <action type="Rewrite" url="creditflow.php?id={R:1}" appendQueryString="false" />
  85. </rule>
  86. <rule name="Imported Rule 22">
  87. <match url="^creditflow/validate/5102/([a-zA-Z0-9_-]+)(|/)/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
  88. <action type="Rewrite" url="creditflowverify.php?id={R:1}&amp;pmethod={R:2}" appendQueryString="false" />
  89. </rule>
  90. <rule name="Imported Rule 23">
  91. <match url="^creditflow/proceedWithPayment/5102/([0-9]+)/([0-9]+)/?$" ignoreCase="false" />
  92. <action type="Rewrite" url="creditflowpwp.php?id={R:1}&amp;pmethod={R:2}" appendQueryString="false" />
  93. </rule>
  94. <rule name="Imported Rule 24">
  95. <match url="^me/voted(|/)$" ignoreCase="false" />
  96. <action type="Rewrite" url="/me.php?voted={R:1}" appendQueryString="false" />
  97. </rule>
  98. <rule name="Imported Rule 25">
  99. <match url="^client/voted(|/)$" ignoreCase="false" />
  100. <action type="Rewrite" url="/client.php?voted={R:1}" appendQueryString="false" />
  101. </rule>
  102. <rule name="Imported Rule 26">
  103. <match url="^index/novote(|/)$" ignoreCase="false" />
  104. <action type="Rewrite" url="/index.php?novote={R:1}" appendQueryString="false" />
  105. </rule>
  106. <rule name="Imported Rule 27">
  107. <match url="^pollview(|/)$" ignoreCase="false" />
  108. <action type="Rewrite" url="/pollview.php" />
  109. </rule>
  110. <rule name="Imported Rule 28">
  111. <match url="^business/listing(|/)$" ignoreCase="false" />
  112. <action type="Rewrite" url="/business.php" />
  113. </rule>
  114. <rule name="Imported Rule 29">
  115. <match url="^gangs/random(|/)$" ignoreCase="false" />
  116. <action type="Rewrite" url="/gangs.php" />
  117. </rule>
  118. <rule name="Imported Rule 30">
  119. <match url="^gangs/([^/]+)(|/)$" ignoreCase="false" />
  120. <action type="Rewrite" url="/gangs-info.php?id={R:1}" appendQueryString="false" />
  121. </rule>
  122. <rule name="Imported Rule 31">
  123. <match url="^account/banned(|/)$" ignoreCase="false" />
  124. <action type="Rewrite" url="/banned.php" />
  125. </rule>
  126. <rule name="Imported Rule 32">
  127. <match url="^business/([^/]+)(|/)$" ignoreCase="false" />
  128. <action type="Rewrite" url="/business-view.php?id={R:1}" appendQueryString="false" />
  129. </rule>
  130. <rule name="Imported Rule 33">
  131. <match url="^reset-password/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
  132. <action type="Rewrite" url="identity-pwreset.php?token={R:1}" appendQueryString="false" />
  133. </rule>
  134. <rule name="Imported Rule 34">
  135. <match url="^account/password/resetIdentity/([a-zA-Z0-9_-]+)(|/)" ignoreCase="false" />
  136. <action type="Rewrite" url="/identity-pwreset.php?page=email&amp;do=edit&amp;token={R:1}" appendQueryString="false" />
  137. </rule>
  138. <rule name="Imported Rule 35">
  139. <match url="^games/timetable(|/)$" ignoreCase="false" />
  140. <action type="Rewrite" url="/games-timetable.php" />
  141. </rule>
  142. <rule name="Imported Rule 36">
  143. <match url="^games/leaderboards(|/)$" ignoreCase="false" />
  144. <action type="Rewrite" url="/games-leaderboards.php" />
  145. </rule>
  146. <rule name="Imported Rule 1-1">
  147. <match url="^myhabbo/save(|/)$" ignoreCase="false" />
  148. <action type="Rewrite" url="/myhabbo/save.php" />
  149. </rule>
  150. <rule name="Imported Rule 2-1">
  151. <match url="^home/(.*)/startSession/(.*)$" ignoreCase="false" />
  152. <action type="Rewrite" url="/startSession.php?id={R:2}" appendQueryString="false" />
  153. </rule>
  154. <rule name="Imported Rule 3-1">
  155. <match url="^home/([^/]+)/id(|/)$" ignoreCase="false" />
  156. <action type="Rewrite" url="/home.php?qryId={R:1}" appendQueryString="false" />
  157. </rule>
  158. <rule name="Imported Rule 4">
  159. <match url="^home/([^/]+)(|/)$" ignoreCase="false" />
  160. <action type="Rewrite" url="/home.php?qryName={R:1}" appendQueryString="false" />
  161. </rule>
  162. <rule name="Imported Rule 5-1">
  163. <match url="^myhabbo/cancel/(.*)(|/)$" ignoreCase="false" />
  164. <action type="Rewrite" url="/myhabbo/cancel.php?id={R:1}" appendQueryString="false" />
  165. </rule>
  166. <rule name="Imported Rule 6-1">
  167. <match url="^myhabbo/(.*)/(.*)(|/)$" ignoreCase="false" />
  168. <action type="Rewrite" url="/myhabbo/{R:1}_{R:2}.php" />
  169. </rule>
  170. <rule name="Imported Rule 1-2">
  171. <match url="^account/disconnected(|/)$" ignoreCase="false" />
  172. <action type="Rewrite" url="/client_error.php" />
  173. </rule>
  174. <rule name="Imported Rule 1-3">
  175. <match url="^client/ping(|/)$" ignoreCase="false" />
  176. <action type="Rewrite" url="/client.php?ping_session" />
  177. </rule>
  178. <rule name="Imported Rule 1-4">
  179. <match url="^community/statistics(|/)$" ignoreCase="false" />
  180. <action type="Rewrite" url="/statistics.php" />
  181. </rule>
  182. <rule name="Imported Rule 1-5">
  183. <match url="^radio(|/)$" ignoreCase="false" />
  184. <action type="Rewrite" url="/resources-ajax/radio/radio.php" />
  185. </rule>
  186. <rule name="Imported Rule 1-6">
  187. <match url="^community/lcmemorial(|/)$" ignoreCase="false" />
  188. <action type="Rewrite" url="/lc-memorial.php" />
  189. </rule>
  190. <rule name="Imported Rule 1-7">
  191. <match url="^community/lcmemorial/request(|/)$" ignoreCase="false" />
  192. <action type="Rewrite" url="/lcmemorial-request.php" />
  193. </rule>
  194. </rules>
  195. </rewrite>
  196. <httpErrors>
  197. <remove statusCode="404" subStatusCode="-1" />
  198. <error statusCode="404" prefixLanguageFilePath="" path="/not-found.php" responseMode="ExecuteURL" />
  199. </httpErrors>
  200. <handlers>
  201. <clear />
  202. <add name="PHP_via_FastCGI" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\v5.6\php-cgi.exe" resourceType="Either" />
  203. <add name="PHP53_via_FastCGI" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\v5.3\php-cgi.exe" resourceType="Either" />
  204. <add name="PHP55_via_FastCGI" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\v5.5\php-cgi.exe" resourceType="Either" />
  205. <add name="rules-64-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
  206. <add name="rules-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" />
  207. <add name="rules-Integrated" path="*.rules" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
  208. <add name="xoml-64-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
  209. <add name="xoml-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" />
  210. <add name="xoml-Integrated" path="*.xoml" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
  211. <add name="svc-ISAPI-2.0-64" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
  212. <add name="svc-ISAPI-2.0" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" />
  213. <add name="svc-Integrated" path="*.svc" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
  214. <add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />
  215. <add name="CGI-exe" path="*.exe" verb="*" modules="CgiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />
  216. <add name="AXD-ISAPI-4.0_64bit" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  217. <add name="PageHandlerFactory-ISAPI-4.0_64bit" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  218. <add name="SimpleHandlerFactory-ISAPI-4.0_64bit" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  219. <add name="WebServiceHandlerFactory-ISAPI-4.0_64bit" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  220. <add name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_64bit" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  221. <add name="HttpRemotingHandlerFactory-soap-ISAPI-4.0_64bit" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  222. <add name="aspq-ISAPI-4.0_64bit" path="*.aspq" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  223. <add name="cshtm-ISAPI-4.0_64bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  224. <add name="cshtml-ISAPI-4.0_64bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  225. <add name="vbhtm-ISAPI-4.0_64bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  226. <add name="vbhtml-ISAPI-4.0_64bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  227. <add name="TraceHandler-Integrated-4.0" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  228. <add name="WebAdminHandler-Integrated-4.0" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  229. <add name="AssemblyResourceLoader-Integrated-4.0" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv4.0" />
  230. <add name="PageHandlerFactory-Integrated-4.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" />
  231. <add name="SimpleHandlerFactory-Integrated-4.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" />
  232. <add name="WebServiceHandlerFactory-Integrated-4.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
  233. <add name="HttpRemotingHandlerFactory-rem-Integrated-4.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" />
  234. <add name="HttpRemotingHandlerFactory-soap-Integrated-4.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" />
  235. <add name="aspq-Integrated-4.0" path="*.aspq" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  236. <add name="cshtm-Integrated-4.0" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  237. <add name="cshtml-Integrated-4.0" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  238. <add name="vbhtm-Integrated-4.0" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  239. <add name="vbhtml-Integrated-4.0" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
  240. <add name="ScriptHandlerFactoryAppServices-Integrated-4.0" path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode,runtimeVersionv4.0" />
  241. <add name="ScriptResourceIntegrated-4.0" path="*ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode,runtimeVersionv4.0" />
  242. <add name="AXD-ISAPI-4.0_32bit" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  243. <add name="PageHandlerFactory-ISAPI-4.0_32bit" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  244. <add name="SimpleHandlerFactory-ISAPI-4.0_32bit" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  245. <add name="WebServiceHandlerFactory-ISAPI-4.0_32bit" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  246. <add name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_32bit" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  247. <add name="HttpRemotingHandlerFactory-soap-ISAPI-4.0_32bit" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  248. <add name="aspq-ISAPI-4.0_32bit" path="*.aspq" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  249. <add name="cshtm-ISAPI-4.0_32bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  250. <add name="cshtml-ISAPI-4.0_32bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  251. <add name="vbhtm-ISAPI-4.0_32bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  252. <add name="vbhtml-ISAPI-4.0_32bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  253. <add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportModule" requireAccess="None" />
  254. <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupportModule" requireAccess="None" />
  255. <add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
  256. <add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
  257. <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" responseBufferLimit="0" />
  258. <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" />
  259. </handlers>
  260. </system.webServer>
  261. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement