« Previous Next »

Thread: handlers gone

Last post 07-24-2007 11:40 PM by mvolo. 5 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (6 items)

Sort Posts:

  • 07-23-2007, 11:51 AM

    • waxie
    • Top 500 Contributor
    • Joined on 07-04-2007, 2:29 PM
    • Posts 20

    handlers gone

    Hi,

     

    I installed framework 3.5 on iis7 (longhorn) and no it seems all my handlers for .net are gone.

    It's a farmsetup but even the local configuration file doesn't have all the handlers.

    Is there a document about what should be added in the handlers if you install 3.5?

    The override is turned to false so I don't get it.

     

    Kind regards,

     

    Bjorn

  • 07-23-2007, 10:43 PM In reply to

    • mvolo
    • Top 25 Contributor
    • Joined on 09-17-2003, 1:48 PM
    • Philadelphia, PA
    • Posts 584

    Re: handlers gone

    waxie,

    What do you get when you do:

    > %windir%\system32\inetsrv\appcmd.exe list config -section:handlers

    Thanks,


    Mike Volodarsky

    Program Manager
    IIS Core Server
    Visit mvolo.com for more inside information on IIS7, IIS and ASP.NET

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 07-24-2007, 3:10 AM In reply to

    • waxie
    • Top 500 Contributor
    • Joined on 07-04-2007, 2:29 PM
    • Posts 20

    Re: handlers gone

    <system.webServer>
      <handlers accessPolicy="Read, Script">
        <add name="PHP" path=".php" verb="*" modules="FastCgiModule" scriptProcessor
    ="D:\php5\php-cgi.exe" resourceType="File" />
        <add name="ASPClassic" path="*.asp" verb="GET,HEAD,POST" modules="IsapiModul
    e" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="File" />
        <add name="SecurityCertificate" path="*.cer" verb="GET,HEAD,POST" modules="I
    sapiModule" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="Fi
    le" />
        <add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" resourceTy
    pe="File" requireAccess="Execute" allowPathInfo="true" />
        <add name="CGI-exe" path="*.exe" verb="*" modules="CgiModule" resourceType="
    File" requireAccess="Execute" allowPathInfo="true" />
        <add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportM
    odule" requireAccess="None" />
        <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupp
    ortModule" requireAccess="None" />
        <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDo
    cumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read"
    />
      </handlers>
    </system.webServer>

  • 07-24-2007, 3:15 AM In reply to

    • waxie
    • Top 500 Contributor
    • Joined on 07-04-2007, 2:29 PM
    • Posts 20

    Re: handlers gone

    It seems that if you use shared configuration the config isn't changed.

    So i'll copy my configfile to 1 of my frontends, reinstall all framework stuff and copy the new config to the shared location and activate it again.

  • 07-24-2007, 8:46 AM In reply to

    • waxie
    • Top 500 Contributor
    • Joined on 07-04-2007, 2:29 PM
    • Posts 20

    Re: handlers gone

    That did the trick.

    So you can't have the shared configuration on if you install the framework because it doesn't update your config file.

    Hope this will be fixed in the final release.

  • 07-24-2007, 11:40 PM In reply to

    • mvolo
    • Top 25 Contributor
    • Joined on 09-17-2003, 1:48 PM
    • Philadelphia, PA
    • Posts 584

    Re: handlers gone

    Waxie,

    I am having the .NET setup guys look into this - they may ask you to provide some repro steps.

    Thanks,


    Mike

    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (6 items)
Microsoft Communities