Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 ASP.net not found

Author  Topic 

Ian Cockcroft
Starting Member

8 Posts

Posted - 2004-10-01 : 08:30:11
Hi, I am trying to install RS on my puter. I have IIS and .net installed. when i run the RS installation I get a warning.
"ASP.NET is not installed or is not registered with your web server"

It still instales, but I dont think the report server gets installed in IIS, because when I try deploy a test report to //localhost/reportserver it cant be found?

how do I register ASP?
What do I need to do?
Bearing in mind that I dont know IIS or .net very well.
Any help
Thanks
Ian

Make it idiot proof and they'll make a beter idiot.

chadmat
The Chadinator

1974 Posts

Posted - 2004-10-01 : 14:24:55
Try running: aspnet_regiis -i

You can find it under the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 (Assuming you are running 1.1.

You need to run it from a command prompt.

-Chad

http://www.clrsoft.com

Software built for the Common Language Runtime.
Go to Top of Page

Ian Cockcroft
Starting Member

8 Posts

Posted - 2004-10-04 : 03:21:17
worked like a charm,
thanks Chadster

Make it idiot proof and they'll make a beter idiot.
Go to Top of Page

gcowhsu
Starting Member

38 Posts

Posted - 2004-10-28 : 20:06:10
I have a similar problem because my
http://localhost/reportserver gives me a page not found error as well.
I think the bigger problem stems when I try to run the sample reports. I did not configure anything and I just ran it. Someone else in my company installed the software, so I don't know many of those preferences. When I press start in the debugger I get a
http://Localhost/reportserver
username:
Password:
I don't know what this username and password is for. I tried my login to the computer, I am an admin, and I tried the one for the sql database and other people in my company have tried their username and passwords for various things. I read somewhere that this might be tied to the installation and that a lot of factors need to be in place before I install. Since I didn't install it I am thinking about somehow trying to reinstall it.

I think my IIS is correct.

thanks,
Michael Hsu
Go to Top of Page
   

- Advertisement -