Hi There,
I have a problem regarding hosting of a WCF service on IIS 6.
My host is fine, I assume, and I can connect to it from a normal app, and get my stuff done. But now I want to stress test the service and I wanna do it from a web client, normal aspx page calling the wcf service with a click of a button, and being able to scale it up and down.
My problem is that I am getting a timeout when connecting/retrieving data from the service. I think it could have something to do with authentication, but I'm not really sure...
I am using WShttpbindings on the server and on my normal clients... and I call the WCF service as a service reference directly in my web test project!
thanks in advance,
Christian