I want to edit user information in AspNetUser table by using Scaffolding. When I added scaffolded item from AspNetUser table, a controller and views are created. However, I cannot access the any views, but I only get an error, "The resource cannot be found."
Is there any way to fix this error?