create a directory - for example Bakery2022 (the name does not matter)
change into that directory and run dotnet new webapp and dotnet build and dotnet run
expected: a new webapp is shown (see screenshot of firefox)
actual: in edge i tries to load the blazor workshop, in firefox it works as expected
Could anyone help me please to ghostbust the blazor pizza workshop from my edge?
In other words what do i have to do or delete so that edge will show the current run webapp?
I was able to get the blazor workshop running.
But now it won't get away in edge.
Steps to reproduce
Bakery2022
(the name does not matter)dotnet new webapp
anddotnet build
anddotnet run
Could anyone help me please to ghostbust the blazor pizza workshop from my edge? In other words what do i have to do or delete so that edge will show the current run webapp?