Profiling ASP.Net 4
JimS
Posts: 5
Hi,
I am trying to Profile an ASP.NET 4 wcf REST API Service running in IIS7.5 on server 2008 r2.
When I attach and access the service through IE I get ....
HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler.
Is there something I am missing, I can't see any other config options in the profiler.
When I stop the profiler all starts to work.
Any help much appreciated.
thanks
Jim
I am trying to Profile an ASP.NET 4 wcf REST API Service running in IIS7.5 on server 2008 r2.
When I attach and access the service through IE I get ....
HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler.
Is there something I am missing, I can't see any other config options in the profiler.
When I stop the profiler all starts to work.
Any help much appreciated.
thanks
Jim
Comments
ANTS Profiler does configure IIS when attaching. If you are actually launching rather than attaching, there is a possibility that the configuration is not being created correctly. When profiling normally (not attaching), Profiler has to create a cut-down applicationHost.config and start w3wp.exe using that config file.
In either case, we have had no reports of this message before. We may have to continue this discussion over email so we can troubleshoot it properly.
A bit worrying if you can't get APP to launch the website, though.