Re: problem updating my database

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: chris (anonymous_at_discussions.microsoft.com)
Date: 04/10/04


Date: Sat, 10 Apr 2004 12:06:07 -0700

Server Error in '/pos_application' 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>
 

i am on a remote machine. if i am using the sa in connection string do i have to setup any security setting between iis and sql server?



Relevant Pages

  • Re: Intelligent mesage filter
    ... Michael Collins wrote: ... > I have the thing setup now, however, when i click on resubmit, delete ... > server error" Can you help on this?? ...
    (microsoft.public.exchange.misc)
  • Re: Database error
    ... FP: Server Error: Unable to Retrieve the List of Record Sources from a ... Database Using the Connection String ... > "Server error: Unable to retrieve the list of record> sources from a database using the connection string:> ...
    (microsoft.public.frontpage.client)
  • Q: why am I getting this
    ... I know the user I give in the connection string is the database admin, ... Server Error in '/' Application. ... requested URL. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Active sync fails from Mobile 5.0 device
    ... I Understand the error is actually a Server error ... I have setup many of these and ... this is the first problem i have had like this. ... exchange-oma that is created in SBS 2003 is in place. ...
    (microsoft.public.exchange.connectivity)
  • cannot download .txt or .doc file from website
    ... or .doc file from my homepage, I¡¦ll get the HTTP500 error ¡V internal ... server error. ... I guess maybe I should setup something in my ISA Server, ...
    (microsoft.public.isa)