Difference between revisions of "User:Pgmurphy/Project Server 2007"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | * Install IIS Web | + | * Install IIS World Wide Web Service |
* Install [http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en .NET Framework 3.0] | * Install [http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en .NET Framework 3.0] | ||
* Enable ASP.NET 2.0.50727 in Internet Information Services (IIS). | * Enable ASP.NET 2.0.50727 in Internet Information Services (IIS). | ||
− | %windir%\Microsoft.net\Framework\v2.0.50727\aspnet_regiis.exe | + | %windir%\Microsoft.net\Framework\v2.0.50727\aspnet_regiis.exe -i -enable |
+ | * Install Project Server 2007 | ||
* Fix DCOM Error | * Fix DCOM Error | ||
The application-specific permission settings do not grant Local Activation | The application-specific permission settings do not grant Local Activation | ||
Line 12: | Line 13: | ||
# Browse through the Local Computer’s DCOM Config to the IIS WAMREG admin service | # Browse through the Local Computer’s DCOM Config to the IIS WAMREG admin service | ||
# Add the Network Service account to the Launch & Activation Permissions list, with Local Launch and Local Activation permissions. | # Add the Network Service account to the Launch & Activation Permissions list, with Local Launch and Local Activation permissions. | ||
+ | |||
+ | * URL's | ||
+ | ** SharePoint Root - http://plan.ece.ncsu.edu | ||
+ | ** SharePoint Central Administration - http://plan.ece.ncsu.edu:25031 | ||
+ | ** Project Web Access - http://plan.ece.ncsu.edu/pwa | ||
+ | |||
+ | * For more info, see http://technet2.microsoft.com/Office/en-us/library/c9531164-2705-4233-84d1-78bd728dd7611033.mspx?mfr=true |
Latest revision as of 17:32, 7 December 2006
- Install IIS World Wide Web Service
- Install .NET Framework 3.0
- Enable ASP.NET 2.0.50727 in Internet Information Services (IIS).
%windir%\Microsoft.net\Framework\v2.0.50727\aspnet_regiis.exe -i -enable
- Install Project Server 2007
- Fix DCOM Error
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {61738644-F196-11D0-9953-00C04FD919C1} to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20). This security permission can be modified using the Component Services administrative tool.
- Open Component Services management console
- Browse through the Local Computer’s DCOM Config to the IIS WAMREG admin service
- Add the Network Service account to the Launch & Activation Permissions list, with Local Launch and Local Activation permissions.
- URL's
- SharePoint Root - http://plan.ece.ncsu.edu
- SharePoint Central Administration - http://plan.ece.ncsu.edu:25031
- Project Web Access - http://plan.ece.ncsu.edu/pwa