Driving myself nuts here. I have an #asp_net #razor_pages website that runs fine when launched from Visual Studio but from #JetBrainsRider it is serving 404 for all Razor Pages and successfully serving static content. I see the message "Request reached the end of the middleware pipeline without being handled by application code." from IIS Express when I use that Run/Debug configuration (from `launchsettings.json`) in Rider, but not in Visual Studio.
Where do I need to be looking in #Rider to diagnose the issue? Note that this seems to have started occurring after I updated to 2024.1.1 from 2023.something-or-other-fairly-recent.