Ask a Question related to ASP.NET General, Design and Development.
-
Ken Cox [Microsoft MVP] #1
Re: Server Error in '/' Application
Try this?
[url]http://www.aspalliance.com/kenc/faq2.aspx[/url]
"yysiow" <yysiow@ytlesolutions.com> wrote in message
news:uY1NEotSDHA.2260@TK2MSFTNGP12.phx.gbl...
hi all ,
in my pc can run this aspx page, after i move to server can't run ,
how do sol this problem.thanks.
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>
Ken Cox [Microsoft MVP] Guest
-
Server Error in '/' Application ASPNET Error.
Hi Everyone, Just need any insight on this matter. My website works perfectly when intalled on my machine, but once i upload it to the... -
Application error in server
hi: someone has an idea about the cause of this error? it occurs with any ASP page TIA, manuel -
ASP Net - Server Application Error
Hello, I am after one week trying to make working IIS with ASP Net. I am really dissapointed about this situation. I tried every advice,... -
Server Application Error
It looks like we finally found the problem. It appears that the problem was that I had somehow been put in an AD Policy that didn't allow my IWAM... -
Server Error in '/' Application - Compilation Error - Temporary ASP.NET Files
I have a site that works fine on my local box. I then copy it to my production server (Win2003) and when I try to access the site I get: Server...



Reply With Quote

