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

PLZZZ HELP не отображет ошибки в ASP

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

Зашли как: Guest
Все форумы >> [Веб-программинг] >> PLZZZ HELP не отображет ошибки в ASP
Имя
Сообщение << Старые топики   Новые топики >>
PLZZZ HELP не отображет ошибки в ASP - 2007-01-26 17:44:50.843333   
рысёнок

Сообщений: 37
Оценки: 0
Присоединился: 2004-05-25 13:40:11
Помогите пожалусто уже голову сломал вроде как всё сделал ну почему то не показевает где именно ошибка помогите кто может
я вроде как всё прописал
<!–  CUSTOM ERROR MESSAGES
          Set customErrors mode="On" or "RemoteOnly" to enable custom error messages, "Off" to disable.
          Add <error> tags for each of the errors you want to handle.
          "On" Always display custom (friendly) messages.
          "Off" Always display detailed ASP.NET error information.
          "RemoteOnly" Display custom (friendly) messages only to users not running
           on the local Web server. This setting is recommended for security purposes, so
           that you do not display application detail information to remote clients.
     
<customErrors
    mode="RemoteOnly"  defaultRedirect="/option/rus/error.aspx"
    />–>
    <customErrors mode="Off"/>
а отображет вот так :( не показевает где именно ошибка кроме файла гд имено я уже неделю голову ломаю помогите плззззз
Делал токже на mode  On
 
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: PLZZZ HELP не отображет ошибки в ASP - 2007-01-30 02:20:52   
nuxx

Сообщений: 7
Оценки: 0
Присоединился: 2006-11-26 00:50:28.200000
оставь  <customErrors mode="on"/>      и       убери     defaultRedirect=……
Post #: 2
RE: PLZZZ HELP не отображет ошибки в ASP - 2007-01-30 02:23:01.220000   
nuxx

Сообщений: 7
Оценки: 0
Присоединился: 2006-11-26 00:50:28.200000
и ваще ты какой web.config   редактируеш?
Post #: 3
Страниц:  [1]
Все форумы >> [Веб-программинг] >> PLZZZ HELP не отображет ошибки в ASP







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

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