CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of IIS7
XML
<configuration>
<httpHandlers>
   <add verb="*" path="*.jsp" type="HinoCentral.Website.AppCode.JSPHandler"/>
   <add verb="*" path="*.jspf" type="HinoCentral.Website.AppCode.JSPHandler"/>
</httpHandlers>
<system.webServer>
    <handlers>
      <add name="JSPHandler_jsp"  path="*.jsp" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
      <add name="JSPHandler_jspf" path="*.jspf" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv2.0,bitness64" />
    </handlers>
by Egli   October 25, 2011 @ 2:36pm
116 Views
no comments
 
<?xml version="1.0" encoding="UTF-8"?>
 
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
 
<configuration>
 
    <system.web>
by joe911   June 14, 2011 @ 3:24am
166 Views
no comments
 
 
C:\Users\administrator.OSM>dism /online /enable-feature /featurename:IIS-WebServ
erRole
 
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
 
Image Version: 6.1.7600.16385
 
Enabling feature(s)
by nobodybutca   September 04, 2009 @ 1:38am
519 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate