Unable to profile IIS Express when using SSL and custom port
Lexicon
Posts: 76 Bronze 3
Hi, sorry for the newbie question. I am trying to profile my site but I cannot see it in the list under IIS Express. I then tried to point the session details to where it is hosting (and running) on IIS Express which is https://localhost:44388 but I cannot seem to get Profiler to connect or recognise the url. Any tips / documents in place for this scenario?
Paul.
Tagged:
Comments
ANTS gets the list of sites that you can choose to profile by checking for which sites are already configured in IIS Express. It checks this from your IIS Express applicationhost.config file in %userprofile%\Documents\IISExpress\config.
if you launch your site from Visual Studio though, then VS will create a separate "applicationHost.config" file for the project that it uses to run your application and ANTS doesn't pick up on this.
Normally, you could use the "Profile an application not shown in this list" option and point ANTS to the location of the site you need to profile, but you can't set the SSL option from here.
With that, what you could do to profile the site with SSL:
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?