I have a problem with hosting my web app. I am using DigitalOcean ubuntu 14.04 as my server and I am following this http://blog.jsinh.in/hosting-asp-net-5-web-application-on-linux/#.VxNtBPmLSUl tutorial. The problem I get is that I don't know how to "put" my project to the server. I already published it using dnu and including dnx-coreclr-win-x64.1.0.0-rc1-update1 . I have it on my github https://github.com/ziombo/KISDNU but I still dont know how to deploy it to my linux server and what to do next.
Please see :
Official doc: https://docs.asp.net/en/latest/getting-started/installing-on-linux.html
Digital Ocean related walkthrough: https://blog.theobjectifiedprogrammer.com/install-vnext-on-digitalocean-ubuntu-droplet/
Related
I'm trying to add SonarQube into a CI pipeline on Azure DevOps.
My project is .Net Core 2.2 application. The error is related to Agent JDK. I don't know how can I specify the JDK of Microsoft Hosted Agent.
All the tutorials of SonarQube and .NET core pipelines are the same, but none mentioned anything about this issue.
Here's a snapshot about how my pipeline looks like:
Here's the error that's always happening with me. Shouldn't Microsoft Hosted Agent know what capabilities to use by its own?
Anyone have an idea about how we can solve this error?
The problem was in the JDK used in Micorosft Hosted Machine, for some reason the JDK used was not the supposed one.
The solution was following these steps:
Uploading a JDK zipfile to Azure blob storage
Running Java Tool Installer in my Pipeline, giving it the Uploaded zip file as resource
Run Code Analysis successfully finished then and results was published to my SonarQube server
Here's how my pipeline looks like right now:
I have set up .Netcore on my Linux VPS running Ubuntu 14.04. It would be great if I could get a sample web app to test it out. I have tried the one on Microsoft's website but it only works locally (localhost:5000) and I couldn't figure out how to change that. If you guys can tell me how to do it that would be really great.(https://docs.asp.net/en/latest/getting-started.html)
After Parse.com announced they're closing I've decided to find a new mbaas, and I found Backednless.
I downloaded their standalone version and installed it on my PC.
I would like to configure it in some way, in order to be able to deploy my custom Java/PHP server code from CodeRunner on InteliJ IDE to the Standalone version running on my PC.
Could show me how do you configure the config files properly, please?
in visual studio 2015 i have a asp.net 5 web application which runs fine on windows. But i like to run it under linux. I already set up a linux vm with centOS 7 and installed the needed resources as described under installing-on-centos-7.
Now i like to publish the web application into the linux vm. How can i do this? What i have to do to publish it, any hints?
I already read many sites about using docker with azure but this is not an option (because of company reasons).
Thank you for your help.
Run dnx publish or dotnet publish and you'll get the published app. Then copy all the files in docker container or add the copy step to the dockerfile
I have a dedicated server and I am trying to install MS Web Deploy 3 using the Web Platform Installer running as administrator.
It fails to install with the message:
We're sorry. The following products have failed to install.
**Web Deploy 3.0 - July 2012**
This product did not install successfully: Service 'Web Management Service' (WMSvc)
failed to start.
Verify that you have sufficient privileges to start system services.
I have tried running the installer using 'Run As Administrator' but this error comes up each time. Does any one know how I can verify or fix this issue?
Thanks! Sorry for any noobness!
I found a possible answer to this as I wouldn't give up. go to your iis installation and select the server so you get the options, go to management service. you can try checking "Remote Connections" and restarting if that doesn't help, select the certificate you have installed in the ssl certificate dropdown. I was able to install the web deploy software after this.
Having the same problem. Seems to be a problem with Web Deploy v3. I installed Web Deploy v2 without problems. It looks like they both can coexist. Just make sure to change the path for the Web Deploy Agent Service from C:\Program Files\IIS\Microsoft Web Deploy V3 to C:\Program Files\IIS\Microsoft Web Deploy V2
I also found a possible answer to this issue. It seems that WebPI doesn't install the IIS Management Service as a dependency for Web Deploy.
After installing IIS Management Service (and re-installing Web Deploy) it began working.