Not able to load the application through profiler
kira6
Posts: 2
s/w:visual studio 2010
profiler : Redgate Ant's performance profiler 6
Asp.net web application
when iam putting the application link in Asp.net application url and clicking the start profile button the application opens with a blank page(message: internet explorer cannot display webpage) and therefore profiler is unable to record the performance.
what might be the cause of this issue?can you please help me in this?
profiler : Redgate Ant's performance profiler 6
Asp.net web application
when iam putting the application link in Asp.net application url and clicking the start profile button the application opens with a blank page(message: internet explorer cannot display webpage) and therefore profiler is unable to record the performance.
what might be the cause of this issue?can you please help me in this?
Comments
Your Internet Explorer may be running in protected mode, making your application start and quickly terminate. From our "Troubleshooting IIS Profiling" article (http://www.red-gate.com/supportcenter/C ... _start_iis):
To prevent this error:
•If possible, turn off Protected Mode in Internet Explorer before starting a profiling session.
•If you need to use Protected Mode, add localhost to the list of trusted sites, and try to profile your application again. For instructions on adding a site to Internet Explorer's Trusted Sites list, see Security zones: adding or removing websites (Microsoft).
I hope that helps!
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?