configure app pool for my application

Discussion in 'Site Programming, Development and Design' started by BillWhite, Jun 26, 2013.

  1. browsing my application I get the following error
    ---------------------------
    Providers
    ---------------------------
    There was an error while performing this operation.

    Details:
    Filename: MACHINE/WEBROOT/APPHOST/ironspeed.us/acmeoms
    Line number: 12
    Error: There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
    ---------------------------
    OK
    ---------------------------
    This usually means the .net framework of the application pool is configured wrong.
    I need a 2.0 framework pool. How do I configure that?
    I will also need a 32bit enabled pool, so how can I check that?
    These are all options available in my local iis but not here.
     
  2. Elshadriel

    Elshadriel Winhost Staff

    It can also be related to web.config inheritance. Please see this link for more information:

    http://www.aspdotnetfaq.com/Faq/how...ld-applications-in-subfolders-in-asp-net.aspx

    A quick fix might be to remove the sub-directory as Application Starting Point. But to answer your question on how to change the ASP.NET version for your application pool:

    1) Log into the Winhost Control Panel at https://cp.Winhost.com
    2) Click on the Sites tab.
    3) Click on the Manage link next to the site you want to manage.
    4) Click on the ASP.NET Version button.
    5) Change the Framework and click on the Update button.

    32-bit is enabled by default.
     
    Last edited by a moderator: Oct 14, 2015

Share This Page