'Blank page with no error after i scaffolded Identity
After i scaffolded identity when i run my project it gives me a blank page and the project doesn't have any errors, manually going to a page doesn't work either and when i try to view in browser a page view it gives me the same blank page.enter image description here
Solution 1:[1]
You have not given enough information for the question to be answered. If you are using Areas then the answer can be simply that you have not defined the Area Attribute at the beginning of your controller, such as
[Area("Landing")]
If this doesn't work then post extract of your code such as the program.cs, the HomeController.cs etc.. Then someone may be able to answer your question. :)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Shane Atkinson |