Search results for query: *

  1. L

    Routing issues. Identity pages. MVC App.

    That is currently what I am trying to do. Thank you for trying to help Skydiver. I am still fairly new, so the comparison is still a work in progress.
  2. L

    Routing issues. Identity pages. MVC App.

    Ideally, yes. However, in this case I am not using GIT.
  3. L

    Routing issues. Identity pages. MVC App.

    I don't know what changed in my code to cause the areas pages to become inaccessible. Apparently it is derived from a change in the routing. I cannot access my areas identity register or login page on my mvc app. I get the error 404. Or the response headers (post and action) just stays the same...
  4. L

    Question Unable to resolve service for type while attempting to activate. Services not / Incorrectly added?

    thank you jmcilhinney. The correct service (BlogUser) was registered, however I had forgotten to update the instances of IdentityUser in the LoginModel class to it's child class I created: BlogUser. The service registers now. private readonly UserManager<IdentityUser> _userManager...
  5. L

    Question Unable to resolve service for type while attempting to activate. Services not / Incorrectly added?

    I am not sure why I am getting the following Unhandled exception error while running my code...
Back
Top Bottom