Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. ---------------------------
  2. Message from webpage
  3. ---------------------------
  4. <html>
  5.  
  6. <head>
  7.  
  8. <title>Runtime Error</title>
  9.  
  10. <style>
  11.  
  12. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  13.  
  14. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  15.  
  16. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  17.  
  18. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  19.  
  20. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  21.  
  22. pre {font-family:"Lucida Console";font-size: .9em}
  23.  
  24. .marker {font-weight: bold; color: black;text-decoration: none;}
  25.  
  26. .version {color: gray;}
  27.  
  28. .error {margin-bottom: 10px;}
  29.  
  30. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  31.  
  32. </style>
  33.  
  34. </head>
  35.  
  36.  
  37.  
  38. <body bgcolor="white">
  39.  
  40.  
  41.  
  42. <span><H1>Server Error in '/welcomehome' Application.<hr width=100% size=1 color=silver></H1>
  43.  
  44.  
  45.  
  46. <h2> <i>Runtime Error</i> </h2></span>
  47.  
  48.  
  49.  
  50. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  51.  
  52.  
  53.  
  54. <b> Description: </b>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.
  55.  
  56. <br><br>
  57.  
  58.  
  59.  
  60. <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>
  61.  
  62.  
  63.  
  64. <table width=100% bgcolor="#ffffcc">
  65.  
  66. <tr>
  67.  
  68. <td>
  69.  
  70. <code><pre>
  71.  
  72.  
  73.  
  74. &lt;!-- Web.Config Configuration File…
  75. ---------------------------
  76. OK
  77. ---------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement