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

А чё это такое?

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

Зашли как: Guest
Все форумы >> [Вопросы по сайту] >> А чё это такое?
Имя
Сообщение << Старые топики   Новые топики >>
А чё это такое? - 2007-01-26 14:22:02.333333   
guestovskiy

Сообщений: 136
Оценки: 0
Присоединился: 2006-12-13 10:46:32.236666
Вот это да, что за пиз!а. 
 
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 &lt;customErrors&gt; tag within a "web.config" configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its "mode" attribute set to "Off".





&lt;!– Web.Config Configuration File –&gt;

&lt;configuration&gt;
&lt;system.web&gt;
&lt;customErrors mode="Off"/&gt;
&lt;/system.web&gt;
&lt;/configuration&gt;
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 &lt;customErrors&gt; configuration tag to point to a custom error page URL.





&lt;!– Web.Config Configuration File –&gt;

&lt;configuration&gt;
&lt;system.web&gt;
&lt;customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/&gt;
&lt;/system.web&gt;
&lt;/configuration&gt;
Post #: 1
RE: А чё это такое? - 2007-01-26 14:29:35.653333   
Pupkin-Zade

Сообщений: 9398
Оценки: 1489
Присоединился: 2004-03-10 13:54:16
Мега ошибка
Post #: 2
RE: А чё это такое? - 2007-01-26 14:34:37.483333   
guestovskiy

Сообщений: 136
Оценки: 0
Присоединился: 2006-12-13 10:46:32.236666
Я уж думал всё моему броузеру хана, фух:@!
Post #: 3
Страниц:  [1]
Все форумы >> [Вопросы по сайту] >> А чё это такое?







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

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