I am installing Vault Professional in my company on a fresh Windows 2008 R2 machine and I would like to know the exact role services I need to add to IIS to support installing Vault Professional on the machine. I am guessing the default services which the wizard is offering plus enabling "ASP.NET" underneath the Application Development node, but I would appreciate some defintive guidance from SourceGear support on this. For example is the ".NET Extensibility" setting also required.
Regards,
PJ Naughter
Exact Role Services required by Vault Professional
Re: Exact Role Services required by Vault Professional
Most of the defaults that are already clicked when you click Web Server (IIS) is what you need. You are correct you need ASP.NET and you also need static content.
Here is a Microsoft article that may help you install IIS 7: http://learn.iis.net/page.aspx/29/insta ... r-2008-r2/
Another thing to note is that the .NET framework needs to be registered after IIS is installed. You can do that by just running the following command in an administrative command prompt: If you are on a 64-bit machine, then replace framework with framework64.
Here is a Microsoft article that may help you install IIS 7: http://learn.iis.net/page.aspx/29/insta ... r-2008-r2/
Another thing to note is that the .NET framework needs to be registered after IIS is installed. You can do that by just running the following command in an administrative command prompt:
Code: Select all
C:\Windows\Microsoft.net\framework\v2.0.50717\aspnet_regiis -i
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support