Install error: Looking for IIS Version Failed
Moderator: SourceGear
-
- Posts: 7
- Joined: Tue Jun 24, 2008 1:14 pm
Install error: Looking for IIS Version Failed
Looking for IIS Version Failed. That's what I get installing in on Win Server 2003, SP 2.
Also, when I try to search for something in your forum using quotes, like "iis version", it does not work very well.
Thanks,
George
Also, when I try to search for something in your forum using quotes, like "iis version", it does not work very well.
Thanks,
George
Is that the exact wording? I hadn't seen an error phrased like that.
Do you have IIS installed?
Have you gone through the pre-install list before starting the install? All of that information is posted here:http://www.sourcegear.com/vault/support/install1.html
Also for version 4.x, the 2.0 .NET framework is required. Has that been installed?
--------------------------------
Before installing the Vault Server, verify that your system meets the following requirements:
* Server class machine with 1 GB RAM or greater.
Disk space requirements depend on size of your source code tree.
* Operating system of Windows 2000 (Service Pack 3) or above.
* IIS 5 or above with ASP.Net
* The .Net Framework 1.1 or 2.0 (For information on the system requirements and installation for .Net Framework, please refer to Microsoft.) - .Net Framework 1.1 - .Net Framework 2.0
* SQL Server 2000, MSDE 2000, SQL Server 2005 or SQL Server 2005 Express. (SQL Server or MSDE does not have to be on the Vault Server machine)
Guidelines for specific operating systems:
Windows 2000 and Windows XP: IIS must be installed before the .NET Framework to ensure the proper IIS mappings exist for ASP.NET file extensions. If there is a problem with the mappings, they can be repaired: http://support.microsoft.com/default.as ... us;q306005
Windows 2003 Server: Verify that IIS is installed and that ASP.NET is allowed: http://support.sourcegear.com/viewtopic.php?t=185
-----------------------------------------------
Do you have IIS installed?
Have you gone through the pre-install list before starting the install? All of that information is posted here:http://www.sourcegear.com/vault/support/install1.html
Also for version 4.x, the 2.0 .NET framework is required. Has that been installed?
--------------------------------
Before installing the Vault Server, verify that your system meets the following requirements:
* Server class machine with 1 GB RAM or greater.
Disk space requirements depend on size of your source code tree.
* Operating system of Windows 2000 (Service Pack 3) or above.
* IIS 5 or above with ASP.Net
* The .Net Framework 1.1 or 2.0 (For information on the system requirements and installation for .Net Framework, please refer to Microsoft.) - .Net Framework 1.1 - .Net Framework 2.0
* SQL Server 2000, MSDE 2000, SQL Server 2005 or SQL Server 2005 Express. (SQL Server or MSDE does not have to be on the Vault Server machine)
Guidelines for specific operating systems:
Windows 2000 and Windows XP: IIS must be installed before the .NET Framework to ensure the proper IIS mappings exist for ASP.NET file extensions. If there is a problem with the mappings, they can be repaired: http://support.microsoft.com/default.as ... us;q306005
Windows 2003 Server: Verify that IIS is installed and that ASP.NET is allowed: http://support.sourcegear.com/viewtopic.php?t=185
-----------------------------------------------
-
- Posts: 7
- Joined: Tue Jun 24, 2008 1:14 pm
Was IIS possibly installed after the 2.0 .NET framework?
You could try a repair install of that framework or try re-registering it with the following command line commands:
You could try a repair install of that framework or try re-registering it with the following command line commands:
Code: Select all
C:\Windows\Microsoft.NET\framework\v2.0.50727\aspnet_regiis -u
- and
Code: Select all
C:\Windows\Microsoft.NET\framework\v2.0.50727\aspnet_regiis -i
-
- Posts: 7
- Joined: Tue Jun 24, 2008 1:14 pm
-
- Posts: 7
- Joined: Tue Jun 24, 2008 1:14 pm
It just takes me to a IE with the url:
http://nssco-fs1.nssco.com/vaultservice/admin
IE says:
You are not authorized to view this page
You might not have permission to view this directory or page using the credentials you supplied.
--------------------------------------------------------------------------------
If you believe you should be able to view this directory or page, please try to contact the Web site by using any e-mail address or phone number that may be listed on the nssco-fs1.nssco.com home page.
You can click Search to look for information on the Internet.
HTTP Error 403 - Forbidden
Internet Explorer
http://nssco-fs1.nssco.com/vaultservice/admin
IE says:
You are not authorized to view this page
You might not have permission to view this directory or page using the credentials you supplied.
--------------------------------------------------------------------------------
If you believe you should be able to view this directory or page, please try to contact the Web site by using any e-mail address or phone number that may be listed on the nssco-fs1.nssco.com home page.
You can click Search to look for information on the Internet.
HTTP Error 403 - Forbidden
Internet Explorer
The cause of the error may be that IIS has reached its connections limit. In IIS 6, this is set in the Properties dialog of the website where Vault is installed. Right click on the website and choose->Properties->Performance.
Other things to check are:
Does the account used by the ASPNET process have read\write access to the Windows\Temp directory on the Vault server machine? It needs this to write out the server log.
Also check the VaultService properties in IIS and verify that VaultService is set as the application name and that execute permissions are "Scripts only."
Other things to check are:
Does the account used by the ASPNET process have read\write access to the Windows\Temp directory on the Vault server machine? It needs this to write out the server log.
Also check the VaultService properties in IIS and verify that VaultService is set as the application name and that execute permissions are "Scripts only."
-
- Posts: 7
- Joined: Tue Jun 24, 2008 1:14 pm
In IIS, Properties, Performance, it says unlimited.
I can write to windows/temp.
In IIS, I right-clicked on VaultService and changed the application name from blank to VaultService. Still not working. It says "Scripts only".
I also noticed that in IIS, VaultService is under "Default Web Site (stopped)". When I right-click on it to start it, I get "The process cannot access the file because it is being used by another process."
Thanks,
George
I can write to windows/temp.
In IIS, I right-clicked on VaultService and changed the application name from blank to VaultService. Still not working. It says "Scripts only".
I also noticed that in IIS, VaultService is under "Default Web Site (stopped)". When I right-click on it to start it, I get "The process cannot access the file because it is being used by another process."
Thanks,
George
I just noticed this part:
Then perform an iisreset by going to Start - Run and typing iisreset.
If the page still won't pull up, then lets take a step back and try these pages right on the server:
http://localhost/vaultservice/
and
http://localhost/vaultservice/vaultservice.asmx.
If localhost does not point to Vault, then try the machine name instead.
Please set that to allow.The other thing I noticed is that the Web Service Extensions in IIS does not include ASP.NET v2.0.
Then perform an iisreset by going to Start - Run and typing iisreset.
If the page still won't pull up, then lets take a step back and try these pages right on the server:
http://localhost/vaultservice/
and
http://localhost/vaultservice/vaultservice.asmx.
If localhost does not point to Vault, then try the machine name instead.
-
- Posts: 7
- Joined: Tue Jun 24, 2008 1:14 pm
In IIS Manager, right click vaultservice, select properties, and go to the directory security tab. Click the first Edit button. Do you have anonymous access allowed? If not, turn that on and click apply.
If you already had that set, then I think we need to look a little closer. Can you send an email to support at sourcegear.com (attn: Beth) with a link to this thread?
If you already had that set, then I think we need to look a little closer. Can you send an email to support at sourcegear.com (attn: Beth) with a link to this thread?