Can't select a valid web path for asp.net mvc app
sydneyos
Posts: 2
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.
I've been able to profile using the Visual Studio add in menu, but just wanted to make a note of this.
Comments
You are able to enter the path to your mvc app, e.g.
"D:\Dev\ASP\NerdDinner_2.0_download\NerdDinner\"
Red Gate
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.