Base solution for your next web application
Open Closed

Amazing Logined Return Json Data #259


User avatar
0
yuanjingxp created

Running Module-Zero Sample , Login Sucessed Watch AccountController.cs.

Line 67, funcation Task<JsonResult> Login Returned Json data:

Create new project use Module-Zero, Login Sucessed Watch Login Returned Json data:

The same of Returned Data Content , But Json data key-name of different for first-letter. The first capital letter the json data , result in login page blocking.

There is a configuration file Settings?


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    I created a new template from <a class="postlink" href="http://www.aspnetboilerplate.com/Templates">http://www.aspnetboilerplate.com/Templates</a> and tested, no problem. Properties are camelCase, not PascalCase. Have you overrided configuration somehow? Can you try to create template from beginning?