Превышено время выполнения в ASP.NET. С чем это может быть связано?
На локальной машине ASP.NET сайт работает отлично. Но как только я выложил его на Azure, начались проблемы. А именно: при обращении к любой странице .aspx (даже если страница ничего не делает и никуда не обращается) сервер выдаёт ошибку о том, что превышено время выполнения.
С чем это может быть связано?
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".
Артур Нуруллин: Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ComponentModel.Win32Exception: The system cannot find the file specified
А трассировка выдаёт перечень методов классов для работы с базой.