Re: How do i remove this Default Error Message

From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 07/28/04


Date: Wed, 28 Jul 2004 11:11:46 +1000

Unload button unloads the web application. It is greyed out if the
application is not currently loaded.

(when you issue the first request for an ASP page in the app, the
application is loaded and the button becomes available). When the last
session has timed out, Application_Unload is fired, and then the application
is unloaded from memory.)

Cheers
Ken

"Niel" <nandip2k4@vippowernet.com> wrote in message
news:eVa$VG$cEHA.3392@tk2msftngp13.phx.gbl...
> Hello Ken,
> Thanks for the reply. Well i didn't do exactly what you told but it
> certainly did help me in deciding the 'cause of the problem. I didn't
Unload
> it as i was not sure if that could make any effect on my other websites
> where we have ISAPI filters loaded. However i restarted the services
> "iisreset /restart" 'cause as we have done this before so i was pretty
> confident not to have any problem by this method. Can you exactly let me
> know what does the "Unload" thing do. Also on my local server the Unload
> button is disabled so i can't even test it locally to see what it would
do.
> Thanks once again for the reply
>
> Regards
> Niel
>
>
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> news:uUdHc43cEHA.688@TK2MSFTNGP11.phx.gbl...
> > Did you unload the application after making these changes? (shouldn't be
> > necessary, but it might help. There should be an "unload" button on the
> > "Home Directory" tab in the properties dialogue for the website).
> >
> > Cheers
> > Ken
> >
> > "Niel" <nandip2k4@vippowernet.com> wrote in message
> > news:OuVzAy0cEHA.3944@tk2msftngp13.phx.gbl...
> > > Hello friends,
> > > I am trying to fetch certain information from the database (MS SQL
> 2000)
> > > through ASP. The webserver we have is IIS 5.0
> > > Now everything was working fine but just few days before our network
> admin
> > > had made this change in the IIS settings with respect to handling the
> > error
> > > message as a result of which any time there is an error it won't show
> the
> > > raw message to client but instead show following message
> > > An error occurred on the server when processing the URL. Please
contact
> > the
> > > system administrator
> > > However later on i told him to remove is as we were testing few things
> and
> > i
> > > was to see the real error messages and the line number. So he remvoe
> that
> > > option.
> > > Howerver still i am getting the same message instead of detailed
> message.
> > > The admin is not here right now and this thing needs to be resolved.
> > > I checked in the website properties -> Home Directory (Tab) ->
> > Configuration
> > > (button) -> App Debugging (Tab).
> > > In that the first two options (checkboxes) under Debugging Flags
namely
> > > a) Enable ASP Server-side debugging
> > > b) Enable ASP Client-side debugging
> > > are unchecked
> > > while under Script Error Message, the first option (radio) i.e. Send
> > > detailed ASP error messages to client is checked. So as the first
option
> > is
> > > checked here so the
> > > detailed error message should be displayed so far as i have idea.
> Howerver
> > > still the error message that is there in the another option "Send text
> > error
> > > message to client": is being showed up in the browser
> > > Please help me if anyone has an idea about what could be the possible
> > reason
> > > for the same as everything seems fine but still the problem is there.
> > > Are there any other settings besides this that need to be checked?
> > >
> > > Thank you
> > > Niel
> > >
> > >
> >
> >
>
>