|
|
Question : Project Server 2007 install asp.net error
|
|
I am installing a clean Project Server 2007 on a Windows 2003 Server Dell precision 690. I ran windows update and installed all updates. I am following the directions to go and check for the ASP.NET v2.0 to have permission for web service extensions, it is not even listed. I have added the v2.0.50727 and hit allow. When I place the install CD in the drive and go install it gives me the following error:
Setup is unable to proceed due to the following error(s): This product requires ASP.NET v2.0 to be set to 'Allow' in the IIS web server extensions. correct the issue(s) listed above and re-run setup.
|
Answer : Project Server 2007 install asp.net error
|
|
As you probably saw, ASP.NET 2.0.5050727 is installed as part of .NET framework version 3.0
I would first reinstall that.
Make sure that you've registered the asp.net IIS handler with the command line: aspnet_regiis.exe -i -enable (in c:\windows\Microsoft.net\framework\v2.0.50727 )
James Fraser
|
|
|
|