3
From trying and searching I think I’ve disfigured something important, so I can’t make the routes work.
In this image it appears that the form is being posted to the Loginprofessional controller in the Logon action. I am not using Renderbody to load this login form, the idea is to use only the controller action without using view, because it is already in the correct location
It appears that there is an Action Logon in the Loginprofessional controller
Routes file, the home page of the site enters normally, but I want to access the controller Loginprofessional and after login done, redirect to within an Area.
You changed the route? because you really got it wrong !!! by the drawings, also pass in the question the route file [
RouteConfig
]. For the drawing be see the route file would be/Home/Logon
– user6026
How is the Registration method of your Global.asax file?
– gabsferreira
@Fccdias Edited with Routeconfig print....
– Luiz Negrini
@moustache this in the original version.
– Luiz Negrini
That’s what I told you is
/Home/Logon
, at least by the images ...– user6026