This happens with a debugging project when you try to copy a successfully created project from the root (root folder of the project) and save a copy of it in the "Project" folder of the corresponding Visual Studio.
When you do the above step, the Visual Studio debug location sometimes continues to reference the built-in DLLs in the copy / backup folder.
The same can be changed ONE OF THE METHODS written here.
But if you use the IIS-EXPRESS built into Visual Studio, you need to go to the project properties "Properties | alt + enter" => "Web" => In the "Servers" section, select IIS Express => For the current project URL, click " Create virtual directory. "
This will warn you that the current project URL refers to some other project location (your copy / backup folder). Confirm your choice for the dialog box, and here you are, again CLICKING on your control points.
Pankaj shivalkar
source share