Project Server service application missing - ms-project-server-2013

I just installed SharePoint and Project Server. When I run configuration wizard to configure service applications, I do not find "Project Server" service application in the list. What could be the reason for that?

You need to configure Project server application separately.
1. Go to System Settings section in CA, click Manage services on server
2. On the Service list, click Start next to Project Server Application Service.
3. Create a Project Server service application in CA or using PowerShell.

Related

Visual Studio 2019 Azure KeyVault configuration error when publish

I want to deploy my project to Azure in an App Service I have just created. Also, I created a KeyVault for all my settings.
When I try to deploy to app to the service, I have to configure the connection strings for the databases.
I click on Configure and follow the instruction and select the right app service or KeyVault. Then, in the last step, I receive this error.
Dependency configuration progress
Failed to resolve token 'ProfileResourceId'.
ErrorEmpty parameter 'resourceId'...
ErrorFailed to configure Azure AppService settings.
Failed to configure dependency Azure Key Vault secrets1
How can I fix it?
More details
I didn't follow any documentation. Usually, I use Azure DevOps to deploy application to Azure. In this case, I prefer to deploy the application from my laptop.
For that, I downloaded the publish profile from the portal and added in Visual Studio.
Then, I see some alert. At the beginning I ignored the alert but the deployed application doesn't work. So, I tried to configure each dependence.
If I press on the + to add a new service dependency, I select Azure Key Vault. Select the Azure subscription and the keyvault. Then, the local variable and review the setting. Then Finish.
In the solution I see some files for ServiceDependencies
What it is strange to me is that in the project I successful configured the Connected Services.
I had a similar issue with Application Insights. I was able to resolve by clicking "Restore service dependencies and their settings" in the Publish window.
After clicking, I was able to configure my dependencies without the "Failed to resolve token 'ProfileResourceId'." error.

Why is my WCF hosted in IIS not working unless I am debugging?

I have hosted a WCF application in IIS on my local machine. The host name in IIS and host file is "serv.xxxx.local". My appl pool is running in IIS and my net.tcp Port Sharing Service is is also running in my Service.
However when i try to consume this wcf service from my MVC application, it doesnt work, unless I attach my WCF project to the process in Visual Studio.
Why can I just consume my WCF service without debugging in Visual Studios
I am running WINDOWS 10 by the way, i noticed there is no start automatically for the website in IIS.
The issue with this was that the app pool configured for my WCF service did not have the access to my SQL Server database. I had to add the app pool the list of Logins in SQL Server.
To do this:
1) Open SQL Server
2) Expand the Security tree
3) Right click on "Logins"
4) Add your app pool. e.g "IIS AppPool\" and click OK,
5) Right click on the login you just created and click on Properties, then in the UserMappings tab, select the database you wish to access and then, select datareader and datawriter, click ok.
Everything should be fine after that.

Azure VSTS deployment related issue (Deploying a laravel app)

I'm using azure to deploy my web application, Laravel application
laravel uses site\wwwroot\public as entry point
For that reason I'm using "site\wwwroot\public" in Virtual applications and directories under application settings
Where can I find the setting of the location where the code will deploy that will arrive from VSTS (deployment source)
Application settings on Azure
Right now this is the link where whenever my project arrives from VSTS is deployed
I don't want that, I want it to be deployed in "site\wwwroot\" yet keep entry point of application same as above in bullet

Webmatrix Site Publish on Azure VM through Web Deploy

I am unable to publish my web application through Webmatrix 2. Can anyone throw some light?
I followed these steps:
a) Created a VM through Azure portal
b) Created endpoints for Web deploy on port 8172 and tcp port 80
c) RDPed to Win Server-08-R2-Sp1-Jun-12 and installed Web Platform 4.0
d) Installed IIS 7 Recommended Configuration
e) Installed Webmatrix 2 on Server which in turn installed Dot Net 4.0, Web Deploy
f) Installed IIS Role Services - Management Services and changed property to [Auto Start] and restarted
g) Edited [Permissions] for the Default Website Folder and added [Network Service] and set [Read/Write/Manage] permissions.
h) Verified that Web deploy and Web Management Service are running in Services.
i) Checked the website from browser and can see the IIS start up page
j) Ran ServerValidator UI application on the Server and it confirms that web management service etc. are running fine
k) After these steps when I put in all parameters in Webmatrix Publish Settings (my ac/ is Admin on Server) I get "Unable to establish connection" error.
Thanks in advance.
My guess is that the Web Deploy "handler" (or WMSvc) component was not installed becuase when you installed Web Deploy you had not yet enabled WMSvc (Management Service). The installer only tries the handler component when WMSvc is already installed. You should be able to remedy this by Changing the Web Deploy installation (from Add Remove Programs) and selecting the "IIS 7 Deployment Handler" (with child components Configure for Non-Administrator publishing and Management Service Delegation UI).
One way to avoid this in future would be to install instead the "Recommended Configuration for Hosting Servers" product in WebPI (a very large bundle of server-side items) or at least use the "Web Deploy for Hosting Servers" product (which will automatically make sure to install IIS with Management Service first). If you don't see "Web Deploy for Hosting Servers" by default, try searching for products with "Web Deploy" using the search box.

how do I add a test web service to my project in Visual Studio?

I have a test web service replicating a live web service that hasn't been made public yet (It will be public when the app is released).
I added a new ASP.NET Web Service Application to my solution. Now when I try and add a web reference from the main project and choose "Browse To Web services in this solution" it doesn't find the test web service.
Am I missing an important step here?
Maybe the webservice you're trying to connect to isn't running . Do an F5, verify that the service has started by checking the address in the browser then try to add the refference again.
If it doesn't work, just specify the address by hand.

Resources