Добро пожаловать! Это — архивная версия форумов на «Хакер.Ru». Она работает в режиме read-only.
 

Ошибка на форуме

Пользователи, просматривающие топик: none

Зашли как: Guest
Все форумы >> [Вопросы по сайту] >> Ошибка на форуме
Имя
Сообщение << Старые топики   Новые топики >>
Ошибка на форуме - 2007-02-05 11:23:54.336666   
okolobaxa

Сообщений: 65
Оценки: 0
Присоединился: 2007-01-24 22:54:38.773333
При открытии некоторых страниц выдается надпись

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>

чё эт значит?
Post #: 1
RE: Ошибка на форуме - 2007-02-05 11:59:20.246666   
DEimoSStrentaLL

Сообщений: 3181
Оценки: 0
Присоединился: 2005-06-24 18:00:33
а браузер у тебя какой?
Post #: 2
RE: Ошибка на форуме - 2007-02-05 12:07:10.246666   
Lex_Voodoo

Сообщений: 7328
Оценки: 0
Присоединился: 2004-12-07 13:55:12
http://forum.xakep.ru/m_822188/tm.htm
Post #: 3
Страниц:  [1]
Все форумы >> [Вопросы по сайту] >> Ошибка на форуме







Связаться:
Вопросы по сайту / xakep@glc.ru

Предупреждение: использование полученных знаний в противозаконных целях преследуется по закону.