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.
16 Replies
do you really need IIS? just run the program directly
thats what i tried to do
tho i might be very wrong
my point is you don't need IIS Express to run an ASP.NET Core app
are you on .NET Framework?
im using blazor which i believe is a part of .net
but what version of .NET are you on
8
then you don't need IIS express
just choose the "https" configuration instead of the one that says IIS express
i can do that after making a project right
yeah
it's just a run configuration, it's not really part of the project at all
oh yeah youre right
its already there
yeah it runs
ironic
that's expected, self-signed certs used for development will trigger warnings in browsers
yum, UI
thanks for the aid