Reputation: 121
I have a .NET Core 3.0 Razor pages project. Is it possible for it to run in the local IIS express WITHOUT publishing?
Upvotes: 1
Views: 623
Reputation: 29976
For debugging in IIS without publishing, you could follow steps below:
Upvotes: 1