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?
Related
I have a local web application which is running on IIS (on windows server 2012) since 2014 and using .NET framework.
Is there a way to host this web application in SharePoint Online ?
Thank you !
I don't think you can migrate your ASP.NET Web Application to SharePoint Online, you have to rebuild it from the scratch in SharePoint Online.
Thanks & Regards,
I have SQL Server 2012 Reporting services and want to integrate SSO functionality. Was thinking about using IIS to do so but then read something that IIS is not part of SSRS anymore. Can we still(in Sql server 2012 Reporting services) work with IIS in SSRS and then enable SSO in IIS?
When I Add new web site in IIS and open in browser it shows me the list of directory instead of web page in windows server 2008 R2. I am unable to run application (MVC Asp.net Application). Please help me where I am wrong Or guide me with the steps that I need to perform.
I'm trying to figure out how to host Team Foundation Server 2015 on the same IIS site as my SharePoint Server 2016. Currently, the SharePoint IIS site hosts my main SharePoint web application and a few other custom applications I've developed separate from SharePoint.
I want to use the same address and port for all of my applications (SharePoint, TFS, and custom) without using host headers. That is, http://www.example.com/sharepoint, http://www.example.com/custom, http://www.example.com/tfs.
I've managed to install TFS and move the /tfs IIS application it creates over to the SharePoint IIS site by modifying the applicationHost.config and changing some other settings. I'm prompted to login when I browse to http://www.example.com/tfs, but after I login I just get a blank page.
Does anyone know if this is even possible?
I want to know if there are any projects that use DNN 7 to interact with SharePoint 2013. The SharePoint 2013 is a Provider hosted. For the setup, DNN would be installed on the same server as the App server and SharePoint 2013 on a separate server. Normally, I would create a SharePoint app that would be installed on the App server. I want to do the same using DNN as the framework with the module as the SharePoint App. Is this possible? I would assume so since SP2013 uses client model. Should I create the SharePoint App project and included it in my DNN project?
Thanks in advance.
You can embed SharePoint apps in DotNetNuke by making use of a html module that embeds your app in an iframe element. But since your apps can be hosted on any web hosting stack, you can even probably create a DotNetNuke module that is a Sharepoint app.
You will have to register your app with Azure ACS and with the App Management Service of the SharePoint farm or SharePoint Online tenancy, to be able to establish communication.
Then, to access Sharepoint, you will have to pass an access token in each HTTP request that you can obtain from Microsoft Azure Access Control Service.
More info here.