I'm having a difficult time determining if its possible to deploy a .net 7 Blazor WebAssembly (Full Client and Server projects) to an application under IIS. I can easily deploy it to the root of a new IIS site, but I need to deploy it to an Application under an existing IIS Web site.
For example https://example.com/Application
I can't find any example of how to do this.
Any help would be greatly appreciated.