Blazor Setup ASP.NET module not found in ISS Express - Rider IDE

so im trying to setup blazor, not going great. using rider as an IDE, im checking the tutorial, the path for the ASP.NET core isnt there in ISS express. so whats up with that? https://www.microsoft.com/en-us/download/details.aspx?id=48264 i downloaded it from here. nothing said 64 besides amd64 en-us, the x86 install didnt work because windows 11 so i had to go with the AMD one... unsure if thats related since i have an intel CPU.
Microsoft Store - Download Center
Download Internet Information Services (IIS) 10.0 Express from Offi...
IIS 10.0 Express is a simple and self-contained version of IIS 10.0 that is optimized for developers.
No description
16 Replies
Jimmacle
Jimmacle2mo ago
do you really need IIS? just run the program directly
UvuvwevweOnyetenye
thats what i tried to do tho i might be very wrong
Jimmacle
Jimmacle2mo ago
my point is you don't need IIS Express to run an ASP.NET Core app are you on .NET Framework?
UvuvwevweOnyetenye
im using blazor which i believe is a part of .net
Jimmacle
Jimmacle2mo ago
but what version of .NET are you on
Jimmacle
Jimmacle2mo ago
then you don't need IIS express just choose the "https" configuration instead of the one that says IIS express
UvuvwevweOnyetenye
i can do that after making a project right
Jimmacle
Jimmacle2mo ago
yeah it's just a run configuration, it's not really part of the project at all
UvuvwevweOnyetenye
oh yeah youre right its already there yeah it runs
UvuvwevweOnyetenye
ironic
Jimmacle
Jimmacle2mo ago
that's expected, self-signed certs used for development will trigger warnings in browsers
UvuvwevweOnyetenye
yum, UI thanks for the aid