counter hit make
CM12 : Issue with ASP.Net when installing the Application Catalog Website Point Role - sccm

SCCM - System Center Configuration Manager

Blog about SCCM 2007 aka SMS v4

Recent Posts

Tags

News

Community

Email Notifications

    Blogs

    Archives

    CM12 : Issue with ASP.Net when installing the Application Catalog Website Point Role

    Yesterday I faced an issue at one of my customers when installing CM12 in a lab environment. I wanted to install the Application Catalog Website Point Role .

    Scenario :

    • My CM12 site is installed and running
    • I am adding the necessary roles such as Fallback status point , Application Catalog website point and the Application Web Service Point.

    To do that I added in IIS the ASP.net component as stated in the prerequisites here :

    http://technet.microsoft.com/en-us/library/gg682077.aspx

    SCCMprim018

    Then I added the necessary roles and after looking in the appropriate log file , I discovered an error : “ Error: IIS Asp.net is NOT registered . Setup failed - Error 126. “

    SCCMprim020

    To solve this , you will need to navigate to "%systemroot%\Microsoft.NET\Framework\v.4.0\” and run “aspnet_regiis.exe –i “

    Make sure that you register the latest version of Dot.net framework . In this case it is would be version 4 of dot net framework.

    SCCMprim021

    After restarting the CM12 services , the role reinstalled correctly without any issues .

    Hope it Helps ,

    Kenny Buntinx