Tag: ASP.NET

The request was aborted: Could not create SSL/TLS secure channel -Error in Asp.net

I got this following error "Could not create SSL/TLS secure channel" in your ASP.NET MVC WebClient application.

Read Article

Object reference not set to an instance of an object | Opening edmx file [Solved]

While I tried to open the .edmx file in asp.net mvc project I got the following error. "object reference not …

Read Article

How to check Email Id already exists validation in Asp.net MVC c#?

In this video tutorial I will show you how to check Email Id already exists in Asp.net MVC.

Read Article

If page = 'home' then display content for asp.net MVC project

In this tutorial I will show you if it is home page then display content in asp.net MVC.

Read Article

Stream a video from blob JavaScript | HTML5 | Asp.net MVC

In this tutorial I will show you how to stream a video from blob JavaScript in Html5 Video tag using …

Read Article

Machine key feature is missing in IIS Manager | SOLVED

In this tutorial I will show how to enable machine key feature in IIS manager.

Read Article

How to generate machinekey for web.config?

In this tutorial I will show you how to generate machinekey for web.config file using windows powershell.

Read Article

How to set background for text using Graphics.DrawRectangle in c#?

In this tutorial I will show you how to set background for text using Graphics.DrawRectangle in c#.

Read Article

How to decode HTML character code in c#?

In this tutorial I will show you how to decode HTML characters in c#. Here, my string values contains HTML …

Read Article

How to save the xml file to a particular location?

In this tutorial I will show you how to save XML file to particular location. Here I m using System.IO.File.WriteAllText …

Read Article

How to programmatically modifying the AppSetting value in web.config using c#?

How to programmatically modifying the AppSetting value in web.config using c#?

Read Article

How to calculate days difference between two dates in c#?

In this tutorial I will show you how to calculate days difference between two days using c#.

Read Article

LINQ to Entities does not recognize the method 'System.String get_Item(System.String)' method, and this method cannot be translated into a store expression

I got the following error while executing the linq query "LINQ to Entities does not recognize and this method cannot …

Read Article

the relative virtual path is not allowed here

When I try to display the html file HostingEnvironment.MapPath I got the error. "An exception of type 'System.ArgumentException' occurred in …

Read Article

Compile time error, System.Web.HttpCors which has referenced higher version then reference assembly System.Web.Http

I created the project in MVC5 and added several nuget package. I got this error code CS1705 and the below …

Read Article

How to create autocomplete textbox search using asp .net MVC c# application.

In this tutorial I am going to implement autocomplete textbox for searching customer records using asp.net MVC c# application. When …

Read Article

Solved-The breakpoint will not be hit no symbols loaded for this document

"The breakpoint will not be hit no symbols loaded for this document" while i tried to debug the project using …

Read Article

C# method to determine whether the client disables cookies

For security reasons, some clients disable cookies. When you want to use cookies to store some information (especially some critical …

Read Article

Sql corresponds to the Asp.Net data type

During the development of the program, when creating SQL stored procedure parameters, you need to find the corresponding SQL data …

Read Article

Bootstrap Navbar Active Class to html.actionlink with MVC

In this tutorial I will show you how to implement bootstrap menu active on navabar using MVC. Here I applied …

Read Article

The difference between web applications and web sites

As the name implies, it is like an application, it can be accessed like a website, but once you change …

Read Article

SOLVED-This program is blocked by group policy. For more information, contact your system administrator.(godaddy server)

I got the following error “This program is blocked by group policy. For more information, contact your system administrator.” while …

Read Article

Create a design in web

Designing a website requires serious thought and planning. The most important thing is to know your visiting user.

Read Article

Website Construction Guide

What should a website developer have to master? HTML and CSS, Client-side script - JavaScript and the DOM Server-side script …

Read Article