Can't profile WCF service on IIS7
omerico
Posts: 5
hey everybody,
I'm new to ANTS, just download the evaluation version.
I installed it on Windows Server 2008 and aim the profiler on the svc with the original url (without using different port option), what cause the iis web site to be stopped.
the problem is that i can't get to the service anymore once i start the profiling.
I also try the different port and it didn't help - can't get to the new url (with the port specified) by http request nor by wcf client .
as i understand from reading in the "How to" in the knowledge base, the ANTS profiler is opening listener outside the iis, so why i can't reach the new iis worker? I also noticed that the web browser opened by ANTS get 404 Error!
i need your help guy to figure out what i did wrong!
thanks,
Omer
I'm new to ANTS, just download the evaluation version.
I installed it on Windows Server 2008 and aim the profiler on the svc with the original url (without using different port option), what cause the iis web site to be stopped.
the problem is that i can't get to the service anymore once i start the profiling.
I also try the different port and it didn't help - can't get to the new url (with the port specified) by http request nor by wcf client .
as i understand from reading in the "How to" in the knowledge base, the ANTS profiler is opening listener outside the iis, so why i can't reach the new iis worker? I also noticed that the web browser opened by ANTS get 404 Error!
i need your help guy to figure out what i did wrong!
thanks,
Omer
Comments
All I can think of is that you may have run into a bug that happens when profiling ASP .NET 1.1 web applications on IIS 7. If you click the "more details" in IE and see the error code is 404.17, then it's because Profiler does not configure the app pool properly to run ASP .NET 1.1.
There is one workaround described for that here to install the 2.0 handlers:
http://www.red-gate.com/supportcenter/C ... 000314.htm
but if you want the website to run in 1.1, the only way to do it is using the ANTS Application Host 1.1.
If this is not the problem, please let us know.
Thanks for your quick reply.
i guess it's not the case - my application pool running under v2.0 framework, in it's WCF service that's works properly so no intend to run under ASP.NET 1.1.
the more details in IE7 don't give me the number of the error, so i can't know what is the exact error, this is the details i get from IE7:
if i can supply more info please tell me.
thanks for your help - my evaluation time is ticking
Omer
The usage is fairly simple, you tell ANTS Profiler to profile a console application, point it at ANTSApplicationHost.exe, and enter the /URL and /PORT arguments in the arguments box.
i look at the code a bit - and it seems it has some problem related to default app pool.
any idea?
Sorry I don't know what's wrong. Maybe if I could see the applicationPools node of your applicationHost.config file, I could try to replicate the problem on my test computer.