I'm using this profiler (trial version) to track down some performance issues occured in a web application. Locally it works fine and I see methods in a call tree. I want it to work also on remote server, to collect a performance profile there.
So I deployed the website (debug configuration) to remote server, and checked that *.pdb files are also in /bin directory.
Then via remote desktop tried to do the same,i.e. attach to .NET process (w3wp). I checked the process ID so that it matches IIS pool. However, when started profiling, I don't see my methods, but The profiler did not find any methods with the source code. To see all profiled methods, in Display Options below select "All methods"
.
I guess it happens when you attach to wrong app pool. What do I do wrong?