Error installing TFS 2010 in Windows Server 2012 - iis

When I try to install Team Foundation Server 2010 on Windows Server 2012, It get following errors:
Error [ Application Tier ] TF255120: Compatibility mode for Internet
Information Services (IIS) 6.0 is not enabled. Team Foundation Server
requires this on this operating system.
Error [ Application Tier ]
TF255456: You must configure Internet Information Services (IIS) to
use the Static Content component. Team Foundation Server requires the
Static Content component in IIS.
Error [ Application Tier ] TF255397:
Windows Authentication has not been configured as a role service in
Internet Information Services (IIS). Team Foundation Server requires
that Windows Authentication is installed as one of the role services
in IIS.
Error [ Application Tier ] TF255397: Windows Authentication
has not been configured as a role service in Internet Information
Services (IIS). Team Foundation Server requires that Windows
Authentication is installed as one of the role services in IIS.
Error [ Application Tier ] TF255397: Windows Authentication has not
been configured as a role service in Internet Information Services
(IIS). Team Foundation Server requires that Windows Authentication is
installed as one of the role services in IIS.
I cant found the settings in ISS

Related

ERROR_SMO_NEEDED_FOR_SQL_PROVIDER when I'm trying to Web Deploy

When I try to publish project from Visual Studio 2019 to remote IIS server, I'm getting an error:
"The SQL provider cannot run because of a missing dependency. Please make sure that Microsoft SQL Server Management Objects (Version 10 or higher) is installed. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_SMO_NEEDED_FOR_SQL_PROVIDER".
This is the first time I installing software to server, so here is what I did, following instructions on the web:
Added features: Windows Deployment Services (with Deployment Server and Transport Server), IIS Management Console, IIS Management Scripts and Tools, Management Service, Logging Tools.
Installed SQL Server Management Objects (version 13.0.1601.5), Microsoft Web Deploy 3.6 (because of version 4.0 won't offer me to install IIS Deployment Handler and won't show me Deploy menu in the IIS).
Tried to configure Web Deploy Publishing for existing user from Active Directory with defining connection string to SQL server.
Allowed users in IIS Manager Permissions.
Some important information:
Server is in domain, connection to internet restricted. Application works in intranet.
Using Web Platform Installer permitted because of item 1. Any programs should be installed offline only.
Server haven't been used for Web Deploy before.
Before installing Microsoft Web Deploy 3.6, I was unable to check connection from Visual Studio and even hadn't current error.
I guess that error happens because of incorrect connnection strings (Enter SQL Server/MySQL connection string to be used for publishing).

Microsoft.Web.Configuration.AppHostFileProvider not found after configured Remote IIS Administration for Microsoft Azure Web App

A few months earlier I could successfully configure Remote IIS Administration for my Azure Web App. After changed the office, I found that after configured the Remote IIS Administration on my new computer, I encountered the following error when I try to click my website:
I use Internet Information Services (Version 10.0.16299.15) and installed IIS Manager for Remote Administration 1.2. And I followed Configure Remote IIS Administration for Microsoft Azure App Service to configure Remote IIS Administration.
I also checked that web app uses Microsoft-IIS/10.0 for now. As IIS Manager for Remote Administration 1.2 noted:
Works With: IIS 7, IIS 7.5, IIS 8, IIS 8.5
Does IIS Manager for Remote Administration not work under IIS 10.0? My previous working computer is Windows 10 and I do not remember the version of IIS, maybe IIS 8.5 or IIS 10.0.
Thanks in advance.
Late answer but for anyone else finding this:
IIS Manager support has been removed from Azure Web Apps.
Reference: https://feedback.azure.com/forums/169385-web-apps/suggestions/34379356-use-iis-manager-to-administrate-web-app
declined · AdminAzure App Service team (Product Owner, Microsoft
Azure) responded · February 28, 2019
Thank you for taking the time to submit and vote for this feature
request. The errors were thrown because we no longer support the IIS
manager. Going forward, please edit the web.config manually.
Thanks, Jason

How to install IIS Admin Service on Windows 10 Pro

I am trying to install TFS 2010 on my Windows 10 Pro box. It fails during the Readiness Checks, saying:
Error [ Application Tier ] TF255151: Service is not installed: IIS Admin Service
Error [ Application Tier ] TF255397: Windows Authentication has not been configured as a role service in Internet Information Services (IIS). Team Foundation Server requires that Windows Authentication is installed as one of the role services in IIS.
I cannot find IIS Admin Service anywhere. How do I install this service on Windows 10 IIS 10?
Thanks!

Integrating TFS 2012 with SharePoint 2013

Does anyone have a detailed write up on integrating Team Foundation Server 2012 (on premise) with SharePoint 2013 (on premise), specifically where SP is setup with separate Web and App Servers.
My understanding is that the TFS extensions need to be setup on the Web and App Server but installation on the Web Server is failing.
When configuring the SP web app on the TFS Server, do we point it to the Web Server or App Server?

How to select Windows Server 2012 for Web Sites Preview on Azure

How do I select Windows Server 2012 for a Web Sites Preview on Azure? Or is Server 2012 not available yet for Web Sites Preview?
You don't get to select Windows Server 2012 (or for that matter any OS type) for a Windows Azure Website. You only choose them when you deploy your application as a Cloud Service (PaaS) or when creating a Windows Azure Virtual Machine (IaaS).
I don't believe you can select an operating system version with Windows Azure Web Sites. If your application has OS specific needs, you should probably consider Cloud Services.

Resources