DEV Community

Discussion on: Welcome Thread - v124

 
ssukhpinder profile image
Sukhpinder Singh

Although it's not a correct thread for a solution.
But as per my understanding the problem seems like ur global.asax it's trying to reference an unknown Controller name.

Solution: Delete ur global.asax file if you are not using it.
Recommended Solution: Point global.asax route to correct controller.

Let me know if it works.