Skip to main content
Participating Frequently
April 8, 2010
Question

ColdFusion and .NET coexisting?

  • April 8, 2010
  • 2 replies
  • 1312 views

From what I understand both languages should be able to run concurrently on the same IIS server, but I can't get my configuration settings working properly for .NET. Is there an easy way to do this? At the moment, .aspx pages simply result in a 500 error.

    This topic has been closed for replies.

    2 replies

    Participating Frequently
    April 19, 2010

    To anyone else having this issue, I followed the instructions here: http://blog.laksha.net/2009/08/http-error-50019-internal-server-error.html (in case that link dies, the gist of it is I had to reinstall the .NET components from the add/remove features menu) and that fixed my error.

    ilssac
    Inspiring
    April 8, 2010

    This has always just worked out of the box for me.

    Is there anything more informative in any of the relevant logs?  IIS, Windows Event, something from .Net?

    Participating Frequently
    April 9, 2010

    I'm not familiar with .NET, but I'm trying to get it set up so I can learn some of it.

    This is the detailed error:

    HTTP Error 500.19 - Internal Server Error

    The requested page cannot be accessed because the related configuration data  for the page is invalid.

    Detailed Error Information
    ModuleIIS Web Core
    NotificationBeginRequest
    HandlerNot yet determined
    Error Code0x80070021
    Config ErrorThis 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\\?\D:\inetpub\wwwroot\NET\web.config
    Requested URLhttp://localhost:80/NET
    Physical PathD:\inetpub\wwwroot\NET
    Logon MethodNot yet determined
    Logon UserNot yet determined
    Config Source
       97:           </modules>
       98:           <handlers>
       99:                <remove name="WebServiceHandlerFactory-Integrated"/>