❔ running an mvc in .net framework(not core) whose output type is a library?
How to do it? I get ""Unable to run your project. The "RunCommand" property is not defined.""
https://github.com/MiniProfiler/dotnet/tree/main/samples/Samples.Mvc5
This is the one.
GitHub
dotnet/samples/Samples.Mvc5 at main · MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites - MiniProfiler/dotnet
10 Replies
what is project system>
if i remember correctly, for the framework ASP.NET stuff (this includes MVC), u need to either set up a site in the IIS or IIS Express.
So if open it in Visual Studio and have the web development workload installed, there should be some start button drop down where u can select IIS Express or something similar
never heard of "project system", only "project settings"
yes but it doesn't comes up
has to do with project using sdk
well, worst case u can simply build it and set up iis, i guess
build it and use its dll?
No IIS
whats in the web browser sub menu?
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.