Base solution for your next web application

Activities of "vrpatlola"

In logs it showing following message

Hosting environment: Production Content root path: C:\inetpub\wwwroot\ad_fbmwebapi Now listening on: <a class="postlink" href="http://localhost:20156">http://localhost:20156</a> Application started. Press Ctrl+C to shut down.

In Chrome console showing : .../api/TokenAuth/Authenticate 500 (Internal Server Error)

Thank you! Prashant

<cite>ismcagdas: </cite> Hi @vrpatlola,

When a user logins with LDAP, a user will be created on AspNet Zero automatically. After user creation on AspNet Zero, if you set a password for this user using user edit modal, user can login both with AD and regular AspNet Zero login.

By default, you can use LDAP is single tenant mode but it is possible to use it multi-tenant mode if you would like to by changing a few lines of code.

If you don't know how to enable LDAP, please go to <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide">https://aspnetzero.com/Documents/Development-Guide</a>, select your version and in the opening page go to "Enabling LDAP (Active Directory) Authentication".

I am using asp.net zero (Angular + Asp.Net Core ) and Target framework is 4.6.1 I have enabled LDAP , but when I try to login with AD account is showing me "An internal error occurred during your request!" Please guide !

Thank you!

Able to resolved this issue by adding following lines in web.config

<modules runAllManagedModulesForAllRequests="true"> <remove name="WebDAVModule"/> </modules>

Thank you All! Prashant

<cite>alirizaadiyahsi: </cite> Hi @vrpatlola, what is your project version? Could you remove node_modules folder, then run yarn command before npm start command?

I am using v5.1.0 Also tried removing node_moduels folder too but no luck. Steps I followed

  • npm install
  • npm install angular cli
  • npm install yarn
  • npm start

Thank you!

Showing 1 to 4 of 4 entries