About 9,980,000 results
Open links in new tab
  1. HTTP Error 500.30 - ASP.NET Core app failed to start

    Apr 22, 2021 · In my case, when I tried to deploy ASP.NET Core 5 application, it occurred due to not setting the change (read/write/delete) permission to the web application folder for the user …

  2. c# - How do I pick an Authentication Type in a new ASP.NET Core …

    Feb 27, 2023 · I would like to learn how to create an ASP.NET Core MVC 7 application that has Users. When I create a new ASP.NET Core Web App, I am asked what type of Authentication …

  3. asp.net - How to force Visual Studio to re-create the SSL certificate ...

    Dec 9, 2021 · 74 When a web project is created, Visual Studio automatically generates a SSL certificate and prompts you to install it. Everything works fine. That certificate has now expired …

  4. How to specify the port an ASP.NET Core application is hosted on?

    May 21, 2016 · 663 In ASP.NET Core 3.1, there are four main ways to specify a custom port: Using command line arguments, by starting your .NET application with --urls=[url]: Copy

  5. Does an ASP.NET Core 8 application use a StartUp.cs file?

    Dec 14, 2023 · In ASP.NET Core (which includes .NET 8), the Startup.cs class is still a central part of the application's configuration, but it's not the only way to set up your application.

  6. asp.net core - What is the difference between Blazor web app …

    Dec 20, 2023 · I do not understand the difference between Blazor Web App(new template in .net 8) and Blazor Server App. Even the description provided in Visual Studio, for example, just …

  7. c# - How to enable CORS in ASP.NET Core - Stack Overflow

    Aug 11, 2015 · 149 Applies to .NET Core 1 and .Net Core 2 If using .Net-Core 1.1 Unfortunately the docs are very confusing in this specific case. So I'll make it dead-simple: Add …

  8. Web Application vs Web Api project types in Asp.net Core

    The Web Application template will give you an MVC framework enabled project with some Razor views, the bootstrap CSS framework and jQuery library installed. If you want to create project …

  9. How to host multiple .NET Core apps under the same URL?

    When hosting the new ASP.NET Core applications, I host in IIS as well, and following the documentation for ASP.NET Core web site deployment, I host each .NET Core web app in a …

  10. asp.net core - Startup.cs class is missing in .NET 6 - Stack Overflow

    Feb 2, 2022 · I created REST API's in .NET 5 and everything was working perfectly, but recently I moved to .NET 6 and realized that no startup.cs class is present. How do I add the DB Context …