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.
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 helpThanksIanMake 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 -iYou 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.-Chadhttp://www.clrsoft.comSoftware built for the Common Language Runtime. |
 |
|
Ian Cockcroft
Starting Member
8 Posts |
Posted - 2004-10-04 : 03:21:17
|
worked like a charm, thanks ChadsterMake it idiot proof and they'll make a beter idiot. |
 |
|
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 ahttp://Localhost/reportserverusername: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 |
 |
|
|
|
|