Что там у нас с Вебмани?

12
[Удален]
1035

Пытаюсь зайти в лайтовый кипер - выдаёт следующее:

Server Error in '/' Application.
Runtime Error
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 <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Я неудачник или я не один такой?

P
На сайте с 10.03.2008
Offline
168
#1

У меня работает.

[Удален]
#2

pistol, речь о лайте?

Walik
На сайте с 08.01.2008
Offline
75
#3

У меня не заходило в обычный кипер, минут 5 не подключалось. А щас зашло нормально.

M
На сайте с 05.10.2008
Offline
21
#4

У меня такая же проблема. 🙅

El_grapaduro
На сайте с 01.09.2008
Offline
315
#5

Речь о Лайте. Работает нормально.

[Удален]
#6

Это что? Тут помню - тут не помню?

Marchell, та же ошибка выдаётся?

kxk
На сайте с 30.01.2005
Offline
990
kxk
#7

Psycho, C европы (Амстердам, Прага, Берлин) нет пинга до вебманей, у них что-то с каналом.

Ваш DEVOPS
[Удален]
#8

Угу, тож проблемка была, вроде разрешилась.

M
На сайте с 05.10.2008
Offline
21
#9
Marchell, та же ошибка выдаётся?

Да то же самое.

[Удален]
#10
Marchell:
Да то же самое.

Понятно.

Значит, дело в канале, как верно заметил kxk.

12

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий