Options

Profiling a ASP.NET website does not work

Hi,
I am trying to profile an ASP.NET 2.0 web site using ANTS Performance profiler 6.3. I am using the "web development server" option to profile as I don't have IIS on my local machine in office. When I click on "Start profiling", it spawns a new IE but doesnot open the page I mentioned in the ASP.NET web application (path) field. Instead, it displays the list of files in the browser as hyperlinks. When I click on any of the aspx page, it reports one or the other error(e.g. parser error - masterpage not found). When I run the same application from VS 2008, it works without any problem. Could you please help me on this?

Thanks & Regards,
Rahul

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello Rahul,

    The problem is that with development web server, the opening page is not opened and the default page is not opened, leading to a view of the directory list of files in the application root. We have logged this as a bug and the workaround is just to click on the default page or whatever page you want to use to start the session.
Sign In or Register to comment.