I've had this problem and I fix it with by simply changing the
<customErrors mode="off"/> of the web.config file to off as you can see.
(But) This work at first but now it showing the message again and I?m
pretty sure the web.config and machine.config files are set right. So I
could do with any suggestions that anyone has.
Thanks
Paul.
> I have created a new website and a virtual directory.When im executing a
> HTML or ASP page result is ok.But when i execute a ASP+ page i get the
> following error is occuring.Please suggest the error and how to
> rectify.Thank you all.
> I have installed Windows 2000 server
> .Net Framework.SDk Beta.
>
> *************************Error Message******************************
> Application Error
> -------------------------------------------------------------------------
--
>
> Runtime Error
> Description: An application error occured on the server. The current
> customerror settings for this application prevents 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
the config.web
> configuration file located in the root directory of the current web
> application. This <customerrors> tag should then have its "mode"
attribute set to "off".
>
>
> <configuration>
> <customerrors mode="off"/>
> </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> config.web tag to point to a custom error
page URL.
>
>
> <configuration>
> <customerrors mode="remoteonly" defaultredirect="mycustompage.htm"/>
> </configuration>
> -------------------------------------------------------------------------
--
>
> Version Information: Runtime Build: 1.0.2204.21; ASP.NET Build:
> 1.0.2204.21
>