IIS app profiling is odd.
sseely
Posts: 7
Environment: Win7 x64, IIS 7.5
Memory Profiler Version: 5.1.0.15
Tried running Memory Profiler as limited user and as admin, results are identical.
Steps to repro:
1. Install BuggyBits example from here as a web app in IIS: http://blogs.msdn.com/tess/pages/net-de ... tions.aspx (buggybits site is an attachment at the end of the post)
2. In App Settings, select application type to profile: ASP.NET web application (hosted in IIS)
URL: http://127.0.0.1:80/BuggyBits
Profile On: Original Port (IIS will reset)
3. Click on 'Start Profiling'
Memory Profiler is stuck on 'Starting application...' and won't go to the next stage until I navigate to a few pages within the app. Why?
Memory Profiler Version: 5.1.0.15
Tried running Memory Profiler as limited user and as admin, results are identical.
Steps to repro:
1. Install BuggyBits example from here as a web app in IIS: http://blogs.msdn.com/tess/pages/net-de ... tions.aspx (buggybits site is an attachment at the end of the post)
2. In App Settings, select application type to profile: ASP.NET web application (hosted in IIS)
URL: http://127.0.0.1:80/BuggyBits
Profile On: Original Port (IIS will reset)
3. Click on 'Start Profiling'
Memory Profiler is stuck on 'Starting application...' and won't go to the next stage until I navigate to a few pages within the app. Why?
Comments
I have the following settings:
App type to profile: ASP.NET Web Application (hosted in IIS)
ASP.NET web application URL: http://localhost/BuggyBits
Profile on: Original port
The profiling still doesn't kick in (that is, I can't select Take Memory Snapshot) until I navigate to a new page, like http://localhost/BuggyBits/News.aspx.
There's actually no memory being used by .NET at all until this happens, which is why the take snapshot button remains disabled.
Software Developer
Red Gate Software Ltd.