Not Authentication but the app works independently of SolarWinds
Issues I am running into:
A. If I add my app as a child application of the SolarWinds Application under IIS - I am trying to avoid touching the web.config under the SW root
1. I get errors under the web.config when the system.serviceModel (WFC) section is parsed in my application - specifically <binding name="Core.NetTcpStreamedBinding"> section - I have tried disabling inheritance for the entire system.serviceModel section in the SW web.config and this works but it breaks SWQL Studio.
2. I cannot decrypt the .ASPXAUTH cookie to identify username
B. Run as a separate App under IIS on separate web site
1. Need additional IP/Cert
Question 1: Is it possible to have Solarwinds a sub application of another website? I tried this briefly and it broke
Question 2: Anyone know how to disable inheritance for the system.serviceModel at the child application web.config level (<clear/>; <remove/> don't seem to work)
Question 3: Is there any way I can get login information from .NET objects in play when running as a child application or not?
Tech Support suggested enabling Single Sign On and I will try this as well but I really would like the application to run as a child application.