Exact Role Services required by Vault Professional

If you are having a problem using Vault, post a message here.
Post Reply
stevep

Exact Role Services required by Vault Professional

Post by stevep » Mon Mar 14, 2011 8:32 am

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

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Exact Role Services required by Vault Professional

Post by Beth » Mon Mar 14, 2011 10:29 am

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:

Code: Select all

C:\Windows\Microsoft.net\framework\v2.0.50717\aspnet_regiis -i
If you are on a 64-bit machine, then replace framework with framework64.
Beth Kieler
SourceGear Technical Support

Post Reply