❔ Aspnetcore Identity Override
Hi everyone i deleted generated aspnetcore identity files and move them. But they are still works in the url. How it can be happen? Is aspnetcore has virtual file system? The url : https://localhost:44374/identity/account/register
3 Replies
localhost:{port} is the url that is hosted on your pc and is not available for public, so no use of including it. better include the url to your github repository, where your code is located. regarding your question i think its hard to tell why its happening. possibly its still included in configuration somewhere and it doesn't really work as intended because you deleted the generated code
Isn't the default UI razor library used if you use
services.AddDefaultIdentity
?Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.