About 1,750,000 results
Open links in new tab
  1. Creating a hosted console application in .NET 8.0

    Jan 15, 2024 · I am using .NET 8.0. Using stable packages as of Jan 2024, what does a console application look like that creates an application host, configures Logging/DI/Configuration, and …

  2. c# - How to set hosting environment name for .NET Core console …

    Sep 25, 2019 · In Visual Studio, you configure the application arguments with the same ones as being used by dotnet run which is --environment, e.g. dotnet run --environment Test. Without …

  3. How to get the Development/Staging/production Hosting …

    Sep 13, 2015 · Thus, you could configure Startup for development, but have a separate StartupProduction that would be used when the app is run in production. Or vice versa. In …

  4. How to run .NET Core Console app using generic host builder

    Jul 15, 2021 · I am trying to figure out how to use hostbuilder pattern to run a console app (not a windows service). Intent is to keep the flow as similar to a WebApi to keep development …

  5. Where and how to deploy a Java Spring Boot application for free?

    Apr 24, 2020 · I want to know where and how can I deploy a Java web application made with Spring Boot or an app built with servlets or JSP. Consider me a beginner in this topic.

  6. HTTP Error 500.30 - ASP.NET Core app failed to start

    Apr 22, 2021 · Deployment mode: Framework-Dependent Target Runtime: Win-x64 or Portable In my case, when I tried to deploy ASP.NET Core 5 application, it occurred due to not setting the …

  7. how to deploy angular app to IIS and what to write in the url (for ...

    Apr 7, 2020 · you could try below steps to create and host the angular site in iis: first, make sure you installed node in your machine by running below command: node --version install Angular …

  8. host node js on windows server (iis) - Stack Overflow

    Install these on your server hosting IIS. In IIS create an application that points to the directory where your node application is running (although this path is not actually used!): In this new …

  9. apache - Difference between web server, application server and …

    Oct 24, 2012 · Application Server - Server on which your created applications which are utilizing your database, web service, etc. This application server will host business layer (wrapped with …

  10. iis - ASP.NET Core 8 is missing from application pool selection …

    Mar 28, 2024 · We have installed .NET 8.0 Hosting Bundle but when we go to change an application pool to enable it, it is missing from the list. How do we get this to appear? It is also …