开发者

MVC cold startup not connecting

开发者 https://www.devze.com 2023-03-21 20:17 出处:网络
Notice how I say not connecting rather than just being slow. This has been very difficult to reproduce, I am yet to get it to happen consistently and even went to far as to move the application on t

Notice how I say not connecting rather than just being slow.

This has been very difficult to reproduce, I am yet to get it to happen consistently and even went to far as to move the application on to a fresh开发者_运维问答 machine thinking it was hardware related but alas, new machine - same issue.

Some captures with Fiddler seems to indicate that the connection is never completed.

Any suggestions on further investigative measures?

Apologies in advance for the vagueness of the question, I am just at a loss.


Can you instrument it from the IIS side? Request tracing could tell you if something is taking so long that the request times out before it returns . . .


Are you attempting to connect via HTTPS? I've had issues in the past when trying to run on my local box and I initiate a HTTPS connection which isn't supported by cassini. When a HTTPS connection fails it's not always obvious why.

0

精彩评论

暂无评论...
验证码 换一张
取 消