Secret Server is built on the Microsoft .NET framework, which means that it can be installed on a 64-bit system and take advantage of its greater processing power without any additional configuration; provided of course that the .NET framework is correctly installed and configured.
There is a known issue with 64-bit systems, where ASP .NET is not correctly configured and needs to be re-registered. This involves running "
aspnet_regiis.exe -i" in the command prompt at this location: %SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\
So in the command prompt, the command should look like this:
%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
After running that command, make sure that ASP.NET v2.0.50727 is allowed in the web service extensions list in IIS. Follow these steps up with an IIS reset to verify that the changes are applied to the site.
Note that these are instructions for version 2.0.50727 of the .NET framework. Modify the preceding commands for whatever specific build you are running by replacing v2.0.50727 with the correct build number.Article ID: 28, Created On: 6/9/2008, Modified: 7/9/2008