It seems problem occurs when i wrote "something.exe" Is there a limitation for "something.exe" usage?
Hi again,
The problem is not related about local storage. Source of the problem is about IIS Express localhost Certificate
Run this command under folder C:\Program Files\IIS Express; IisExpressAdminCmd .exe setupSslUrl -url:"https://localhost:44385" -UseSelfSigned to add a new certificate for the specified url.
If anyone encounters the problem, just change the url in the command for your needs.
For your information, Talha Zengin
I can answer this thread.
Hi again,
When i run db migrations from the console project "DbMigrator" it supplied seed data.
But should not we use the Package Manager Console?
Thanks.