How can we help you today? How can we help you today?

Can't select a valid web path for asp.net mvc app

Trying to run the profile, but if I want to profile against the web development server, the ASP.NET web application (path) dialog wants me to select a file. MVC apps don't have a default.aspx file or anything like that - just a web path.

I've been able to profile using the Visual Studio add in menu, but just wanted to make a note of this.
sydneyos
0

Comments

2 comments

  • dene.boulton
    Hi,

    You are able to enter the path to your mvc app, e.g.
    "D:\Dev\ASP\NerdDinner_2.0_download\NerdDinner\"
    dene.boulton
    0
  • Brian Donahue
    Without further information I'd say it's an issue with Profiler when you profile hosted in the development web server: http://www.red-gate.com/supportcenter/C ... 000504.htm

    Profiler doesn't make any attempt to try to work out what the default document is and development web server doesn't have the "default document" functionality as it's part of the IIS config manager.
    Brian Donahue
    0

Add comment

Please sign in to leave a comment.