sttke

I'm trying to make the SQL Server Reporting Server to run. This needs IIS and the .NET framework.

First i installed the .NeT framework 1.0, thereafter 1.1 and thereafter 2.0, as the two first versions were not sufficient.

When I create a web page in wwwroot, I can access it in my browser, but I always see this in my eventlogs:
aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.

This causes the ReportingServer not to work.

Any Idea's
I'm primary not a .NET developer and this is all new for me.


Re: .NET Framework Setup aspnet_wp.exe could not be launched

Gabriel Lozano-Moran

This was a known bug in ASP.NET 1.0 when run on a Domain Controller but it should have been fixed in ASP.NET 1.1. Verify that the Reports and ReportServer web sites are configured for ASP.NET 2.0

If you need further assistance I recommend that you post your questions on the following forum:






Re: .NET Framework Setup aspnet_wp.exe could not be launched

sttke

in the source of this event in event logger i see ASP.NET 2.0.50727.0, so I suppose it is not ASP.NET 1.0 that is involved.

(remark; i have indeed three subfolders in C:\WINDOWS\Microsoft.NET\Framework:
v1.0.3705, v1.1.4322, v2.0.50727)




Re: .NET Framework Setup aspnet_wp.exe could not be launched

Gabriel Lozano-Moran

Here are some possible reasons:

  • The ASP.NET IIS extensions are not correctly registered
  • The ASPNET account is either disabled or locked out
  • Someone specified a username and password in the processModel element in the machine.config





Re: .NET Framework Setup aspnet_wp.exe could not be launched

sttke

i think all problems were caused by the fact that i changed the password for the ASPNET user via windows config / users.

it was not a really solution, but the problem is not there any more:
- i removed all .NET frameworks and reinstalled again the framework 2.xxx
(i saw that the ASPNET user was removed after removal of the .NET frameworks, so after installation it is created again, with the default values)