Activity overview
Latest activity by amy_t
Redgate support pointed me toward looking at the Windows application event log, where we found errors like these:
Source: HostableWebCore
Error: The application '/' belonging to site '7' has an invalid AppPoolId 'Bds' set. Therefore, the application will be ignored.
Source: HostableWebCore
Error: Site 7 was disabled because the root application defined for the site is invalid. See the previous event log message for information about why the root application is invalid.
I was using a custom app pool for the website. I switched it to use DefaultAppPool and the profiler started up just fine.
Using the default app pool when profiling is just fine with me, so all is well. / comments
Redgate support pointed me toward looking at the Windows application event log, where we found errors like these:
Source: HostableWebCore
Error: The application '/' belonging to site '7' has an in...
Can't Profile Web Application
When I try to start profiling my web application in IIS, I get the error "Failed to connect to target process because an exception occurred: Could not start IIS. Please check your settings and try ...