Multi-Vendor App in ASP.NET MVC - 7 - Add Administrator Registration page .

preview_player
Показать описание
@Netcode-Hub
These tutorial videos will teach you everything you need to get started. By the end of watch this playlist, you would be able to design your own website. Please subscribe, like, share and comment as well.
@Netcode-Hub
Others channels are:
Apps Explorer Hub

Ahenfie Twi Tutorials

Annet Musical Lyrics
Рекомендации по теме
Комментарии
Автор

It all worked up until the last step, I noticed my register page wasn't being redirected back to "Login" page, but eventually figured out that it was because the Register Action Method in AdminController should be: return RedirectToAction("Index") rather than "Login"

leaparwell