I wanted to link other port's site with 80 port
So i setted reverse proxy that pattern like "(example.*)" url rewrite inside IIS
to link blazor server with "https://www.site.com/example"
but i found that if i do this blazor server can't get resource of itself
Blazor wants to get resource of itself but it doesn't try to get by localhost or it's own port.
I heard there's a way to connect IIS with nodeJS server with reverse proxy settings.
(https://docs.microsoft.com/en-us/answers/questions/507816/can-static-iis-php-server-and-nodejsexpress-server.html)
And is there a way to reverse proxy with Blazor server project?