The request was aborted: Could not create SSL/TLS secure channel -Error in Asp.net By: Mohamed Rasik 2 May 2024 I got this following error "Could not create SSL/TLS secure channel" in your ASP.NET MVC WebClient application. Read More
HTTP Error 404.3 - Not Found in Asp.net MVC Application | SOLVED By: Mohamed Rasik 23 July 2023 In this tutorial I will show you how to solve the HTTP Error 404.3 - Not Found in Asp.net MVC Application. Read More
Object reference not set to an instance of an object | Opening edmx file [Solved] By: Mohamed Rasik 16 July 2023 While I tried to open the .edmx file in asp.net mvc project I got the following error. "object reference not set to an instance of an object" Read More
How to check Email Id already exists validation in Asp.net MVC c#? By: Mohamed Rasik 30 June 2023 In this video tutorial I will show you how to check Email Id already exists in Asp.net MVC. Read More
If page = 'home' then display content for asp.net MVC project By: Mohamed Rasik 28 June 2023 In this tutorial I will show you if it is home page then display content in asp.net MVC. Read More
How to generate machinekey for web.config? By: Mohamed Rasik 17 June 2023 In this tutorial I will show you how to generate machinekey for web.config file using windows powershell. Read More
Could not find a part of the path ... bin\roslyn\csc.exe | Server Error in ASP.net application By: Mohamed Rasik 14 June 2023 I got this following error while running the asp.net mvc project "Could not find a part of the path '...\bin\roslyn\csc.exe'" Read More
One or more projects in the solution were not loaded correctly in Visual Studio 2019 | FIXED By: Mohamed Rasik 13 April 2023 I got this following error when I attempt to open an asp.net MVC Project in vs2019. "One or more projects in the solution were not loaded correctly." Read More
How to calculate the age from jQuery ui datepicker using c#? By: Mohamed Rasik 5 April 2022 In this tutorial I will show how to calculate age from date of birth using c#. Read More
Compile time error, System.Web.HttpCors which has referenced higher version then reference assembly System.Web.Http By: Mohamed Rasik 23 July 2020 I created the project in MVC5 and added several nuget package. I got this error code CS1705 and the below error description when I compiled the project. Read More