Base solution for your next web application

Activities of "frei"

Thank you for your the reply.

I tried it, but it didn't help.

I modified

SessionAppService.cs GetCurrentLoginInformations() and ...AppServiceBase.cs GetCurrentUserAsync()

It throws exception because AbpSession.GetUserId() is null.

And the questions :) Is it possible :?: :?: And how :?:

Hi

I'm new in Abp. I use module-zero. It's very cool!!

The user Login is work perfectly, but I would like to use it without login or login at the end ofthe workflow.

So, I put a "Without login" button on the login page.

It call WithoutLogin method in AccountManager class.

public ActionResult WithoutLogin() {
return View("~/App/Main/views/layout/layout.cshtml"); //return Redirect(Url.Action("Index", "Home")); }

But the application response 'No user logged in!'

Showing 1 to 3 of 3 entries