Previous Next

Thread: w2k8 RC0 -- 500 error

Last post 11-11-2007 10:14 PM by andy18. 23 replies.

Average Rating Rate It (5)

RSS

Page 2 of 2 (24 items) < Previous 1 2

Sort Posts:

  • 11-09-2007, 4:47 AM In reply to

    Re: w2k8 RC0 -- 500 error

    I'll dig that attribute up later today.

    Steve Schofield
    Windows Server MVP - IIS
    MCTS - Windows Hosting

    http://weblogs.asp.net/steveschofield
    http://www.iislogs.com
    http://www.orcsweb.com/
    Managed Hosting Solutions
    #1 in Service and Support
  • 11-09-2007, 8:52 AM In reply to

    • andy18
    • Top 100 Contributor
    • Joined on 09-10-2007, 12:33 AM
    • Posts 28
    • andy18

    Re: w2k8 RC0 -- 500 error

     Hi Steve,

     Thanks.
     

  • 11-09-2007, 5:00 PM In reply to

    Re: w2k8 RC0 -- 500 error

    If you look in the machine.config and for the attributed labeled with 'Identity'. Add the property allowDefinition="MachineOnly".  This is what caused my 500 error.

    Steve Schofield
    Windows Server MVP - IIS
    MCTS - Windows Hosting

    http://weblogs.asp.net/steveschofield
    http://www.iislogs.com
    http://www.orcsweb.com/
    Managed Hosting Solutions
    #1 in Service and Support
  • 11-09-2007, 7:44 PM In reply to

    • andy18
    • Top 100 Contributor
    • Joined on 09-10-2007, 12:33 AM
    • Posts 28
    • andy18

    Re: w2k8 RC0 -- 500 error

     Hi Steve,

     I suppose you are referring to this line

    <section name="identity" type="System.Web.Configuration.IdentitySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>

    I added the line as you proposed:

    <section name="identity" type="System.Web.Configuration.IdentitySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, allowDefinition="MachineOnly"/>

    but when I try to restart the IIS server, the following pops up:

    Error Parsing
    C:\Windows\Microsoft.Net\Framework\v2.0.50727\config\machine.config
    Parser returned error 0xC00CE509

    Any second thaughts?

     

  • 11-09-2007, 10:32 PM In reply to

    Re: w2k8 RC0 -- 500 error

    That is expected you are missing an double quote and remove the comma before the allowDefinition property.

                <section name="identity" type="System.Web.Configuration.IdentitySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineOnly" />

    Here is what I had.

    Steve Schofield
    Windows Server MVP - IIS
    MCTS - Windows Hosting

    http://weblogs.asp.net/steveschofield
    http://www.iislogs.com
    http://www.orcsweb.com/
    Managed Hosting Solutions
    #1 in Service and Support
  • 11-10-2007, 2:22 AM In reply to

    • andy18
    • Top 100 Contributor
    • Joined on 09-10-2007, 12:33 AM
    • Posts 28
    • andy18

    Re: w2k8 RC0 -- 500 error

     Hi Steve,

     Thanks for the heads up. Didnt realize there is a missing " in the config. :-) Anyhow, updated the machine.config but still no luck in connecting via the Remote Web Management Service, still throwing the 500 error
     

  • 11-10-2007, 5:56 AM In reply to

    Re: w2k8 RC0 -- 500 error

    I guess you might have misunderstood my post, the machineOnly config option is what broke my remote management option.  Once I removed it, mine started working.  If you can, run the steps Carlos posted, that is what solved my issue.

    Steve Schofield
    Windows Server MVP - IIS
    MCTS - Windows Hosting

    http://weblogs.asp.net/steveschofield
    http://www.iislogs.com
    http://www.orcsweb.com/
    Managed Hosting Solutions
    #1 in Service and Support
  • 11-10-2007, 7:15 AM In reply to

    • andy18
    • Top 100 Contributor
    • Joined on 09-10-2007, 12:33 AM
    • Posts 28
    • andy18

    Re: w2k8 RC0 -- 500 error

     Hi Steve,

    Argh... the option does not exist in the machine.conf on my RC0, I just remove the lines. Yep, I did ran the test and sent out the details to Nitasha and Carlos but so far have not received anything from them, perhaps I will post the output here:

     ** Nitasha / Carlos : If you guys ever see this post, please let me know, we may grant access for the RDP for you guys to further the dig if there's a need.

    C:\Users\Administrator>netsh http show sslcert

    SSL Certificate bindings:
    -------------------------

        IP:port                 : 0.0.0.0:8172
        Certificate Hash        : 85a8f9ab81ebdbadefd1b9602098c54a2faf3c16
        Application ID          : {d7d72267-fcf9-4424-9eec-7e1d8dcec9a9}
        Certificate Store Name  : MY
        Verify Client Certificate Revocation    : Enabled
        Verify Revocation Using Cached Client Certificate Only    : Disabled
        Usage Check    : Enabled
        Revocation Freshness Time : 0
        URL Retrieval Timeout   : 0
        Ctl Identifier          : (null)
        Ctl Store Name          : (null)
        DS Mapper Usage    : Disabled
        Negotiate Client Certificate    : Disabled

        IP:port                 : 192.168.0.123:8172
        Certificate Hash        : 4118bdc3ad43b68405ec4f6039cf833ee4a149a4
        Application ID          : {d7d72267-fcf9-4424-9eec-7e1d8dcec9a9}
        Certificate Store Name  : MY
        Verify Client Certificate Revocation    : Enabled
        Verify Revocation Using Cached Client Certificate Only    : Disabled
        Usage Check    : Enabled
        Revocation Freshness Time : 0
        URL Retrieval Timeout   : 0
        Ctl Identifier          : (null)
        Ctl Store Name          : (null)
        DS Mapper Usage    : Disabled
        Negotiate Client Certificate    : Disabled

    ######################################################################################

    C:\Users\Administrator>netsh http show urlacl

    URL Reservations:
    -----------------

        Reserved URL            : https://192.168.0.123:8172/
            User: NT SERVICE\WMSvc
                Listen: Yes
                Delegate: No
                SDDL: D:(A;;GX;;;S-1-5-80-257763619-1023834443-750927789-3464696139-1457670516)

        Reserved URL            : https://*:8172/
            User: NT SERVICE\WMSvc
                Listen: Yes
                Delegate: No
                SDDL: D:(A;;GX;;;S-1-5-80-257763619-1023834443-750927789-3464696139-1457670516)

    ###################################################################################

            <sites>
                <site name="WMSvc" id="1">
                    <bindings>
                        <binding protocol="https" bindingInformation="192.168.0.123:8172:" />
                    </bindings>
                    <application path="/" applicationPool="WMSvcAppPool" >
                        <virtualDirectory path="/" physicalPath="C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\WMSvc\Site" />
                    </application>
                    <logFile directory="%SystemDrive%\Inetpub\logs\WMSvc" />
                </site>
            </sites>


                <ipSecurity allowUnlisted="true">
                    <add ipAddress="127.0.0.1" allowed="true" />
                </ipSecurity>
    ##################################################################

    ModLoad: 73d60000 73d69000   C:\Windows\system32\inetsrv\wbhst_pm.dll
    ModLoad: 75c80000 75cf5000   C:\Windows\system32\NETAPI32.dll
    ModLoad: 64890000 6498c000   C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Configuration\e2df5c60df72ec508de753c941f3254e\System.Configuration.ni.dll
    ModLoad: 69170000 696a0000   System.Web.dll
    ModLoad: 05350000 05880000   System.Web.dll
    ModLoad: 69170000 696a0000   C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll
    ModLoad: 6ab40000 6ae20000   System.dll
    ModLoad: 05880000 05b60000   System.dll
    ModLoad: 6ab40000 6ae20000   C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll
    ModLoad: 79060000 790b6000   C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
    ModLoad: 71580000 715ec000   System.Configuration.dll
    ModLoad: 03fc0000 0402c000   System.Configuration.dll
    ModLoad: 71580000 715ec000   C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
    ModLoad: 69ed0000 6a0cc000   System.Xml.dll
    ModLoad: 05d60000 05f5c000   System.Xml.dll
    ModLoad: 69ed0000 6a0cc000   C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll
    (fe4.a30): CLR exception - code e0434f4d (first chance)
    First chance exceptions are reported before any exception handling.
    This exception may be expected and handled.
    eax=03add590 ebx=e0434f4d ecx=00000001 edx=00000000 esi=03add618 edi=04190988
    eip=777b026f esp=03add590 ebp=03add5e0 iopl=0         nv up ei pl nz ac pe nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000216
    kernel32!RaiseException+0x58:

     

  • 11-11-2007, 10:14 PM In reply to

    • andy18
    • Top 100 Contributor
    • Joined on 09-10-2007, 12:33 AM
    • Posts 28
    • andy18

    Re: w2k8 RC0 -- 500 error

     

    anyone from IIS.Net ? :-(
Page 2 of 2 (24 items) < Previous 1 2
Page view counter