Installing Reporting Services on XP Professional

  • How does one get Reporting Services installed on XP Professional. When I attempt to install I get an error saying .NET framework 1.1 not registered with IIS. Running the register with  IIS utility does not solve the problem. The installation also says the appropriate server tools are not available for this operating system.

  • Download and install the .NET Framerwok 1.1 SDK.

    Next register manually the two services with the following batch file:

    cd "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322"

    aspnet_regiis.exe -i

    pause

    regsvr32 aspnet_isapi.dll

    pause

    exit

     

    And that should do it.

    Cesar

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply