.Net, ASP.NET, DevOps, IIS [Solved] Website shows only files and not the Website on IIS There is a easiest way to solve this problem, we have to enable some of the IIS features in our Windows Operating System. April 9, 2022.Net Devops
.Net, ASP.NET, DevOps [Solved] HTTP Error 403.14 – Forbidden The Web server is configured to not list the contents of this directory The issue Forbidden The Web server is configured to not list the contents of this directory occurred when I tried to deploy my ASP.NET Web App. April 9, 2022.Net Devops, IIS
.Net, ASP.NET, ASP.NET Core, Visual Studio [Solved] User canceled out of save dialog (Exception from HRESULT: 0x8004000C (OLE_E_PROMPTSAVECANCELLED)) Here is the simple way to solve this issue "User canceled out of save dialog". Close the Visual Studio and open as Administrator. April 2, 2022Visual Studio
.Net, ASP.NET, ASP.NET Core, C#, Entity Framework, SQL Server, Visual Studio How to create Insert (Post), Read(Get), Patch(Update) and Delete ASP.NET Core API using Entity framework core and SQL Server as a database? Procedure to create repository pattern ASP.net core web API get, post, patch, delete operations using Entity framework core and SQL server as database. October 4, 2021Entity Framework Core, LINQ, WEB API
.Net, ASP.NET, ASP.NET Core, C#, Visual Studio [Solved] Failed to launch debug adapter and Additional information may be available in the output window solution for this issue was very simple & most of the issues which will occur during debugging the application or running the application in VS September 10, 2021 3Visual Studio
.Net, ASP.NET, ASP.NET Core, C# [Solution 2] HTTP Error 500.19 – Internal Server Error in ASP.NET Core Application The issue "HTTP Error 500.19 - Internal Server Error " is the most common error, but there is a simple ways to fix this issue in most cases. September 9, 2021Visual Studio
.Net, ASP.NET, ASP.NET Core, C#, Visual Studio [Solved] Failed to launch debug adapter The program ” has exited with code -1 (0xffffffff) – Visual Studio Failed and Crashed Issue while running the Visual Studio 2019 with the project created in ASP.NET Core in C# language. The solution of this problem given here. July 4, 2021 1
.Net, ASP.NET, C# [Solved] C# Check the string contains special characters space or * / and how to replace them with some other value_ or %20 or some other characters. There is a requirement where we supposed to replaces space* with underscore. Example of requirement is given below July 3, 2021Regex
.Net, ASP.NET, IIS, SQL Server [Solved] Cannot open database requested by the login. The login failed. Login failed for user IIS APPPOOL To solve this issue we need to change the identity in the IIS, by doing this, we can solve this issue in few seconds March 1, 2021Microsoft SQL Server
.Net, ASP.NET, Entity Framework, SQL Server [Solved] Microsoft.Data.SqlClient.SqlException (0x80131904): The INSERT permission was denied on the object, database, schema ‘dbo’ Simplest way to solve this error is just to grant permission to Insert, select, update and delete. This issue can be resolved in few seconds March 1, 2021Microsoft SQL Server