In one of my ASP.NET apps, all of a sudden I am unable to run it in Visual Studio 2013 due to the error displayed below. It appears that it is trying to open the web.config from
Most simplest way to solve this issue.
Approximate reason to arise this error is copy project from another pc.
Solution:
C:\Users\Sydur Rahman\Documents\My Web Sites\MyProjectName-Site to C:\Users\hp\Documents\My Web Sites\MyProjectName-Site
Note: Please make sure you have changed in both applicationhost file.
That's all. Now your project will run as expected!