Showing posts with label register. Show all posts
Showing posts with label register. Show all posts

Monday, March 12, 2012

Install

Hello,
I'm trying install the evalution version of Reportingservices, but I recieve
an error message that says that I must register ASP.NET 1.1 on my web server.
What shall I do?I think that just means you need to run aspnet_regiis -i from a command prompt.
--
Message posted via http://www.sqlmonster.com|||This is from reporting services books online.
To register ASP.NET 1.1.4322, follow these steps:
From a command prompt, run
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
Give the accounts <Computername>\ASPNET and Network Service (for Windows
Server 2003 systems only) read-write permission to two folders:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files
C:\WINDOWS\Temp
Re-run setup.
During setup, clear the Use Secure Socket Layer checkbox (if you do not have
a certificate for your Web server)
Hope this helps.
Nick Colebourn
"Mickeman" wrote:
> Hello,
> I'm trying install the evalution version of Reportingservices, but I recieve
> an error message that says that I must register ASP.NET 1.1 on my web server.
> What shall I do?
>|||Now it works, thank you for quick answer
Micke
"Nick Colebourn" wrote:
> This is from reporting services books online.
> To register ASP.NET 1.1.4322, follow these steps:
> From a command prompt, run
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
> Give the accounts <Computername>\ASPNET and Network Service (for Windows
> Server 2003 systems only) read-write permission to two folders:
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files
> C:\WINDOWS\Temp
> Re-run setup.
> During setup, clear the Use Secure Socket Layer checkbox (if you do not have
> a certificate for your Web server)
>
> Hope this helps.
> Nick Colebourn
> "Mickeman" wrote:
> > Hello,
> > I'm trying install the evalution version of Reportingservices, but I recieve
> > an error message that says that I must register ASP.NET 1.1 on my web server.
> > What shall I do?
> >