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
 General SQL Server Forums
 New to SQL Server Programming
 .NET error when starting SSRS 2005

Author  Topic 

e2canoe
Starting Member

1 Post

Posted - 2006-03-30 : 10:43:22
I installed SQL Server 2005 a while back and just tried to use the ReportServer recently and ran into a problem.

I tried accessing using http://babby/ReportServer (my report server and db server are both on 'babby') and got an ASP.NET runtime error (which wasn't displayed to me). So next I accessed locally at the server (babby) and got this error:

The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.

I have done some searching on the Internet and there doesn't seem to be much info at all about SSRS 2005. I did found some MSDN info that suggested that NT AUTHORITY\NETWORK SERVICE is the correct account to use when running SSRS under Win Server 2003 which I am.

'babby' is a Windows Server 2003 machine running IIS 6.0.

Any ideas?

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2006-03-30 : 22:42:04
I think the problem is that NT AUTHORITY\NETWORK SERVICE does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.

Try giving that account the correct permissions.


Damian
"A foolish consistency is the hobgoblin of little minds." - Emerson
Go to Top of Page
   

- Advertisement -