41 comments found.
How to publish it to IIS ?
Please read the documentation where we have already mentioned the steps to deploy on IIS.
I was looking at the latest October 2025 release updates for the UserManagement Project. I see the .NET API still uses MediatR and AutoMapper. With both of them moving to a commercial licensing model, are there plans to refactor the API project to remove their dependencies?
Thank you for contacting us. Currently, we don’t have any plans to remove the above library.
Hello, the listing states that the product targets .NET 8.0 (latest), yet after downloading and running it, the project is actually built on .NET 5.0. Is there an updated version of the code that aligns with 8.0, or does the description need correction? Kindly clarify so I can decide on the next step. Thank you.
Correction: I’ve just realized the code I have is indeed the latest version targeting .NET 8.0. Apologies for the earlier confusion—my mistake during the initial check.
Thank you for contacting us.
To identify where the application is using .NET 5, you can refer to the .csproj file of the respective project. For example, in a .NET 8 application, the .csproj file includes the following configuration:
<PropertyGroup> <TargetFramework>net8.0</TargetFramework> <UserSecretsId>59c02045-596a-4f38-9476-40995e33d270</UserSecretsId> </PropertyGroup> Similarly, if the application is targeting .NET 5, you will find a line like this:
<TargetFramework>net5.0</TargetFramework> Please check the .csproj file(s) of the application to verify the target framework version.
Let us know if you need any further assistance.
What is the latest update? I cant find it in changelogs..
Upgrade to angular 18 and .net 8 with new theme
Google and Facebook logins are missing..
As a start kit, Many users told us to remove from the project so it would be removed from the projects.
Thats weird.. Start Kit with Social Logins are better than nothing.. i dont get it.
its been more than a year with no update—this item is dead.
Firstly, I want to clarify that this project is not dead. It is a startup project template with a limited scope. Given its nature, we provide regular updates on .Net and Angular versions, security enhancements, and other improvements that we deem necessary.
We recently rolled out a new release featuring authorization at the REST API level, .NET 8 support, and other vulnerability fixes. Please check out our release notes for more details.
Once again, thank you for your continued support.
Waiting for update as the author told for one week, but still not got any update.
Sorry for late reply, Would you please direct connect us on skype mukesh.jambukiya. I’ll provide source code for backend,
Thank you for your patience. We recently rolled out a new release featuring authorization at the REST API level, .NET 8 support, and other vulnerability fixes. Please check out our release notes for more details.
Great, BUT security is fake, because any normal user token can do all admin operations through API directly, can you implement authorization in API server as well?? not just in angular
We already implemented in pos project. Next release you will get API authorisation
Thank you for your patience. We recently rolled out a new release featuring authorization at the REST API level, .NET 8 support, and other vulnerability fixes. Please check out our release notes for more details.
Hello, ClientApp folder was added in the last update. Is it possible to run the Angular Project in this folder?
Yes. build the Angular Project and copy all the files from dist -> user-management to ClientApp folder. by this configuration it will work on same domain,
Hi, WHen i try to Update database from package manager console, It says Update Failed without any specific error
this is error Your startup project ‘UserManagement.Data’ doesn’t reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is correct, install the package, and try again
when you run project locally you required to change connection string into appsettings.Development.json file. could you please make sure that you mode the right changes on same?
you can also connect to our Skype: live:.cid.3c98a2d74d74235d if you are not able to fix it.
Thanks!
when you run the migration please set API project as startup project and inside the package manager console please select the Domain Project.
Hi, Yes i did the changes still the same can you please connect to check, Thank you for your prompt response
Hi It is working fine now, Thanks man
Good to know that. Feel free to contact us in case any query.
its been a year.. any updates?
It’s been a year since you mention that you will have an update for this. Any update now? .Net 7/8 and Angular 15/16.
What is the installation requirement? Do you do customization?
To Host Application on Shared Linux hosting it is required standard user account with sudo privilege. as per our experience so far most of the Linux shared hosting providers are not providing root level access.
For Windows it will work on both Shared & dedicated server. it required to have .Net 5 install on the server. for the customization please send your requirement to skype: live:.cid.3c98a2d74d74235d
Hi, I am interested in purchasing your product, but I have some questions about its features and specifications. Specifically, I would like to know: 1- The Solution Structure. 2- Folder Structure of the Identity project. 3- Is there any plan to upgrade to core 7.0? Could you please share me an image of the solution and folder structure? I appreciate your time and assistance.
Definitely, we will provide the details your required. please contact us on skype: live:.cid.3c98a2d74d74235d
hello, in my previous account, my account was locked when I tried to buy your product. Any other method to buy your product?
No. We are selling only on this platform. You can purchase it from the new account that you created.
hello, can I view the xml files I created with devexpress dashboard creator in this panel?
We can’t get your point. Are you want to show XML data?
Currently in the project, There isn’t any feature to parse xml and show in the frontend. I think you need to write your logic and show in frontend.
When will you release the .Net 7 and Angular 14/15 update?
Above point is in our bucket but still haven’t defined any ETA.
is it possible to remove the MediatR feature?
Yes. You need to write all mediatr handler code into controller methods.
can you do that? we dont need mediatr
Unfortunate, We are not taking any customization work. You need to do it your self. We don’t have any plan to remove MediatR patterns from project
The UserManagement product description states: User Management also comes with fully documented JSON API which allows you to easily authenticate users from your mobile (or any other) application. Also states: Security is a prime focus. It is safe from SQL injection, CSRF attack, XSS attack and provides Token based Authentication and Authorization.
I found that the API service it not authorizing the users at all. Will this be fixed in the next release? When is the next release scheduled for? This is a big defect.
Also, when adding a user to a role, the permissions the role has does NOT get inherited by that user. Will this be fixed in next release? When is the next release scheduled for?
We have this on the todo list for one of the future updates. Unfortunately, We haven’t defined EOT on next release. However server side authorization implemented in the our another project (https://codecanyon.net/item/advanced-pos-with-inventory-management/38228862).
We also verify that role and permission api works fine.
Hi
Just downloaded my purchase, but I only see the angular project and the documentation folder. Where is the source for the API?
Would you please try to download again? There are build and source folders available. Still you are not able to download let me ping on skype mukesh.jambukiya, I’ll provide code there.
It is compatible with IIS?
Yes