Activity overview
Latest activity by omerico
I sent you my applicationHost.config file under support call F0018321 / comments
I sent you my applicationHost.config file under support call F0018321
I download your console and ran it to get the following problem:
ANTSApplicationHost.exe /URL:"http://mydomain/myservice.svc" /PORT:8013 /BROWSE
Configuring web host.
URL to profile: http://mydomain/myservice.svc
Answering on port: 8013
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object.
at ANTSApplicationHost.HostConfig.CreateAlternateApplicationHostConfig(String
destination, Uri& url, Boolean profileOnNewPort, Int32 newPort) in C:\Users\Adm
inistrator\Documents\Visual Studio 2008\Projects\HostableWebCore\HostConfig.cs:l
ine 105
at ANTSApplicationHost.Program.Main(String[] args) in C:\Users\AdministratorDocuments\Visual Studio 2008\Projects\HostableWebCore\Program.cs:line 58
i look at the code a bit - and it seems it has some problem related to default app pool.
any idea? / comments
I download your console and ran it to get the following problem:
ANTSApplicationHost.exe /URL:"http://mydomain/myservice.svc" /PORT:8013 /BROWSE
Configuring web host.
URL to profile: http://m...
Brian,
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:
This problem can be caused by a variety of issues, including:
Internet connectivity has been lost.
The website is temporarily unavailable.
The Domain Name Server (DNS) is not reachable.
The Domain Name Server (DNS) does not have a listing for the website's domain.
If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
if i can supply more info please tell me.
thanks for your help - my evaluation time is ticking [image]
Omer / comments
Brian,
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.
th...
Can't profile WCF service on IIS7
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 optio...