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

Hi, I want to use AD authentication for Authenticating asp.net zero application.

Question:

  • How to signup active directory user in asp.net zero application?
  • Do I need to create user in asp.net zero application for each Active directory user? if yes how to map Active directory user and asp.net zero application user? OR asp.net zero will automatically create user in asp.net zero application?
  • Want to use asp.net zero authorization and AD authentication.

Please guide.

Thank you! Prashant

Hi, Created some POST and PUT methods those are working properly on local environment but that is not working when we deployed on production GET methods are working properly, but while PUT and POST getting 405 (Method Not Allowed) error

also getting , No 'Access-Control-Allow-Origin' after above error even CorsOrigins is configured properly in appsetting.json

Please help!

Thank you! 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!

Hi, I have downloaded latest asp.net zero and metronic 5x theme, But it looks metronics 4x is integrated with this downloaded version on asp.net zero.

I am not able to found proper documentation for changing entire theme, could you please provide some guide line for how to change entire them

I want to implement (Demo 5 - Modern Dashboard) metronics theme

Thank you!

Hi, I am able to run Web.Host server side successfully. but having issue with angular project

I have install

  • Nodes 8.9.4
  • npm 5.6.0
  • agnular cli

But getting module not found error on "npm start"

ERROR in ./src/app/main/main.module.ts Module not found: Error: Can't resolve '@node_modules/angular2-counto' in 'D:\FBM\FBMSalesDemo\angular\src\app\main' ERROR in ./src/app/app.module.ts Module not found: Error: Can't resolve '@node_modules/ng2-file-upload' in 'D:\FBM\FBMSalesDemo\angular\src\app' ERROR in ./src/app/admin/admin.module.ts Module not found: Error: Can't resolve '@node_modules/ng2-file-upload' in 'D:\FBM\FBMSalesDemo\angular\src\app\admin' ERROR in ./src/app/admin/settings/tenant-settings.component.ts Module not found: Error: Can't resolve '@node_modules/ng2-file-upload' in 'D:\FBM\FBMSalesDemo\angular\src\app\admin\settings' ERROR in ./src/app/shared/layout/profile/change-profile-picture-modal.component.ts Module not found: Error: Can't resolve '@node_modules/ng2-file-upload' in 'D:\FBM\FBMSalesDemo\angular\src\app\shared\layout\profile'

Thank you!

Showing 1 to 8 of 8 entries