Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    Out of box installation not working.

    Scheduled Pinned Locked Moved Support
    configuration-filesinstallationprogetiis
    3 Posts 1 Posters 17 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? This user is from outside of this forum
      Guest
      last edited by

      I did the following in my effort to evaluate ProGet:

      • created a fresh VM of Windows Server 2012
      • installed IIS
      • installed the latest ProGet (as of 9/9/2015)

      I used the SQL Server Express option and chose port 80 (though I suspected this would conflict with the existing, default IIS site). Otherwise I left the default install settings.

      Everything seemed to install successfully. Upon launching, the browser went to localhost/ and gave me the default IIS page (understandably since it was already on port 80). I went into IIS configuration and saw the new ProGet site and saw that it was stopped (again, no surprise there). I stopped the Default Web Site, and started the ProGet site. Refresh browser.

      Now I'm getting a 500.19 server error:

      Config Error: This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

      Config File:
      \?\C:\Program Files\ProGet\WebApp\web.config

      Config Source:

      33:     </security>
      34:     <handlers>
      35:       <remove name="rules-ISAPI-4.0_64bit" />
      

      Line 34 is the highlighted line.

      I have extensive experience with .NET and IIS application configuration and this one is throwing me off a bit. I did attempt a couple things:

      • created a default site sub directory application for ProGet (my ultimate goal)
      • switched the ProGet application pool to Integrated pipeline from Classic
      • commented out the offending configuration section (this resulted in error 403.14: can't list directory contents)

      None of these had any effects. I can't imagine that my choice of port 80 or the default of 81 would cause any problems beyond those I expected and ultimately got, but fixed. So I'm now at a loss as to why this isn't working.

      Product: ProGet
      Version: 3.8.0

      1 Reply Last reply Reply Quote 0
      • ? This user is from outside of this forum
        Guest
        last edited by

        500.19 often means that "ASP.NET" is not actually installed; this is different than ".NET Extensibility". You can configure this in the add role features in the server manager.

        You can of course use the Integrated Web Server if you're continuing to run into issues configuring IIS.

        1 Reply Last reply Reply Quote 0
        • ? This user is from outside of this forum
          Guest
          last edited by

          ProGet on IIS is only supported as a root level web site of IIS - it cannot be a virtual directory of another application. If this is not an option, you'll have to go with the built-in web server option.

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • 1 / 1
          • First post
            Last post
          Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation