我有一个完美的共享主机网站"生产".它有用户,到目前为止我没有问题.
我决定创建一个测试环境.我创建了另一个Azure应用程序并将代码从我的"生产"站点复制到此测试站点.这发生在今天.它没有用户.我创建了一个数据库,我同意每月支付5美元.所以这不是一个免费帐户.我上传了我的种子数据,其中一部分是40K行的邮政编码.没有问题,这很好.
但是,当我使用该网站时,我始终如一timeout error.我可以向你保证,这不是因为使用.我在连接字符串中将超时从30增加到90,但这没有什么区别.生产和测试之间没有代码差异.
我已经阅读了很多关于此的帖子但没有帮助.以下是一些示例:
post1 post2 post3 post4 post5 post6
有任何想法吗?
> [Win32Exception (0x80004005): The wait operation timed out]
>
> [SqlException (0x80131904): Timeout expired. The timeout period
> elapsed prior to completion of the operation or the server is not
> responding. This failure occurred while attempting to connect to the
> routing destination. The duration spent while attempting to connect to
> the original server was - [Pre-Login] initialization=27; handshake=25;
> [Login] initialization=0; …Run Code Online (Sandbox Code Playgroud)