Application Stuck on Loading in Visual Studio
Clear browser cache
In a nutshell, WebRequest—in its HTTP-specific implementation, HttpWebRequest—represents the original way to consume HTTP requests in .NET Framework. WebClient provides a simple but limited wrapper around HttpWebRequest. And HttpClient is the new and improved way…
Check the apirouteconfig file in App_Data folder of the web API
Razor Pages are a new feature of ASP.NET Core that makes coding page-focused scenarios easier and more productive. Razor pages use handler methods to deal with the incoming HTTP request (GET/POST/PUT/Delete). These are similar to Action…
Some times the apps didn’t work after we deploy it on azure and it shows errors like this:App cannot be started.NET Core 4.6.27817.03 X86 v4.0.0.0 | Microsoft.AspNetCore.Hosting version 2.2.0-rtm-35687 | Microsoft Windows 10.0.14393 try the following…
There are two types of environment block in your layout page, as you can see below, Most of times we add the css and js in include development environment but misses the exclude development environment.
Follow the following steps: Right Click the project (from solution Explorer) and click unload Now Right Click the project and click ‘Edit csproj’ Once you’re done, right click the project again and click reload