C
C#8mo ago
KidKai25

❔ 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
KidKai25
KidKai258mo ago
what is project system>
cap5lut
cap5lut8mo ago
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
No description
cap5lut
cap5lut8mo ago
never heard of "project system", only "project settings"
KidKai25
KidKai258mo ago
yes but it doesn't comes up has to do with project using sdk
cap5lut
cap5lut8mo ago
well, worst case u can simply build it and set up iis, i guess
KidKai25
KidKai258mo ago
build it and use its dll?
KidKai25
KidKai258mo ago
No description
KidKai25
KidKai258mo ago
No IIS
cap5lut
cap5lut8mo ago
whats in the web browser sub menu?
Accord
Accord8mo ago
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.
Want results from more Discord servers?
Add your server
More Posts
✅ WPF TreeView only shows icon and only for the root itemhave a tree declared with the following XAML and added from code behind a single item for the root. ✅ Deferred Execution or Forcing Immediate ExecutionSo I was reading the documentation on LINQ and I came across the two concepts i wrote in the title, ❔ Possible to copy value of object in debugger and generate code which will recreate this objectI have an awfully complicated class and wish I could copy an object in the debugger, and use that da❔ How to fix this problem. I am new to both VS Code and Unity.I am trying to get C# scripts of unity to open in VS Code. Please feel free to ping me and u can add❔ How do I initialize a static list with objects? (Quidditch app)I am feeling completely lost on this. I have a playermanager which contains a static list of Player ✅ Transparent BackgroundI'm trying to use AvaloniaUI in my project (linux, mac, and windows only) but I'm not sure how to cr✅ EF Core long running query causing concurrency issuesHello. I have a .NET application that uses a DbContext with PostgreSQL. To test the performance of m❔ (Beginner) Seeking Advice on Distributing Items Equally in C# ProgramHey everyone! I hope you're doing well. I'm still pretty new around here and not exactly a pro in t❔ ENV var dump collection not working on some machinesI'm using these env vars to collect dumps from my .net core macOS app (docs: https://learn.microsoft❔ How to play music files from resources/relative paths in wpf c# ?I have spend good 2 to 3 hours trying to get a sound file played from relative path, it just doesnt