Current location: Hot Scripts Forums » Programming Languages » Other Languages » Runtime error


Runtime error

Reply
  #1 (permalink)  
Old 08-22-07, 02:02 PM
Rosie Rosie is offline
New Member
 
Join Date: Aug 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Runtime error

I have a MAC and I am trying to log in this certian site but it keeps saying this: Plz help me!! lilia055@yahoo.com

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>
Reply With Quote
  #2 (permalink)  
Old 08-23-07, 07:14 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by Rosie View Post
I have a MAC and I am trying to log in this certian site but it keeps saying this: Plz help me!! lilia055@yahoo.com

Server Error in '/' Application.
--------------------------------------------------------------------------------
It's not you, it's the site.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote
  #3 (permalink)  
Old 08-23-07, 01:47 PM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
You need to contact the web site's owner, there is nothing you can do if you don't own this site.
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Runtime Error 3075 ashruss Visual Basic 1 11-20-06 09:39 AM
UserForm Runtime Error 424: Object required shalouys Visual Basic 1 05-23-06 04:19 PM
Runtime Error while upload my file nikhiljain27 ASP.NET 0 01-06-06 05:47 AM
Runtime Error 3075 bellfamous Windows .NET Programming 0 10-12-04 09:03 AM


All times are GMT -5. The time now is 03:41 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.