Click here to Skip to main content
15,890,123 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Adverts overlaying video articles Pin
Chris Maunder19-Mar-12 6:36
cofounderChris Maunder19-Mar-12 6:36 
GeneralRe: Adverts overlaying video articles Pin
Chris Maunder19-Mar-12 7:23
cofounderChris Maunder19-Mar-12 7:23 
GeneralRe: Adverts overlaying video articles Pin
DaveAuld19-Mar-12 7:48
professionalDaveAuld19-Mar-12 7:48 
GeneralRe: Adverts overlaying video articles Pin
Chris Maunder19-Mar-12 9:24
cofounderChris Maunder19-Mar-12 9:24 
SuggestionShort Coming of Deleting Files on Article Pin
Andrew Rissing16-Mar-12 8:10
Andrew Rissing16-Mar-12 8:10 
QuestionApproving One's Own Article Pin
Andrew Rissing16-Mar-12 8:07
Andrew Rissing16-Mar-12 8:07 
AnswerRe: Approving One's Own Article Pin
Chris Maunder16-Mar-12 10:09
cofounderChris Maunder16-Mar-12 10:09 
BugWeird error page Pin
Peter_in_278015-Mar-12 14:27
professionalPeter_in_278015-Mar-12 14:27 
Clicked on the Database link in left bar, and got this page:
XML
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <title>Runtime Error</title>
        <style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Lucida Console";font-size: .9em}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
        </style>
    <script src="Database.aspx_files/loader_1063.js" type="text/javascript"></script></head>

    <body bgcolor="white">

            <span><h1>Server Error in '/' Application.<hr color="silver" size="1" width="100%"></h1>

            <h2> <i>Runtime Error</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <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.
            <br><br>

            <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 "web.config" configuration file
located in the root directory of the current web application. This
&lt;customErrors&gt; tag should then have its "mode" attribute set to
"Off".<br><br>

            <table bgcolor="#ffffcc" width="100%">
               <tbody><tr>
                  <td>
                      <code><pre>
&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;system.web&gt;
        &lt;customErrors mode="Off"/&gt;
    &lt;/system.web&gt;
&lt;/configuration&gt;</pre></code>

                  </td>
               </tr>
            </tbody></table>

            <br>

            <b>Notes:</b> The current error page you are seeing can be
replaced by a custom error page by modifying the "defaultRedirect"
attribute of the application's &lt;customErrors&gt; configuration tag to
 point to a custom error page URL.<br><br>

            <table bgcolor="#ffffcc" width="100%">
               <tbody><tr>
                  <td>
                      <code><pre>
&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;system.web&gt;
        &lt;customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/&gt;
    &lt;/system.web&gt;
&lt;/configuration&gt;</pre></code>

                  </td>
               </tr>
            </tbody></table>

            <br>



</font></body></html>
[If you want the attached files stuff, I've got that too - did a FF "save page as"]

Here are some for you: Blush | :O Blush | :O Blush | :O Blush | :O Blush | :O Blush | :O

[edit: Tried again after posting this, and it's OK now. Maybe a hangover from last week's solar flare.]

Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994.

GeneralRe: Weird error page Pin
Chris Maunder15-Mar-12 14:38
cofounderChris Maunder15-Mar-12 14:38 
SuggestionWhere's the insider gone? Pin
Pete O'Hanlon15-Mar-12 12:06
mvePete O'Hanlon15-Mar-12 12:06 
GeneralRe: Where's the insider gone? Pin
#realJSOP15-Mar-12 12:19
mve#realJSOP15-Mar-12 12:19 
GeneralRe: Where's the insider gone? Pin
Luc Pattyn15-Mar-12 13:10
sitebuilderLuc Pattyn15-Mar-12 13:10 
SuggestionRe: Where's the insider gone? Pin
AspDotNetDev15-Mar-12 13:34
protectorAspDotNetDev15-Mar-12 13:34 
GeneralRe: Where's the insider gone? Pin
Luc Pattyn15-Mar-12 13:40
sitebuilderLuc Pattyn15-Mar-12 13:40 
GeneralRe: Where's the insider gone? Pin
Chris Maunder15-Mar-12 14:39
cofounderChris Maunder15-Mar-12 14:39 
GeneralRe: Where's the insider gone? Pin
Pete O'Hanlon15-Mar-12 13:36
mvePete O'Hanlon15-Mar-12 13:36 
GeneralRe: Where's the insider gone? Pin
Luc Pattyn15-Mar-12 13:44
sitebuilderLuc Pattyn15-Mar-12 13:44 
GeneralRe: Where's the insider gone? Pin
AspDotNetDev15-Mar-12 13:35
protectorAspDotNetDev15-Mar-12 13:35 
GeneralRe: Where's the insider gone? Pin
AspDotNetDev15-Mar-12 14:24
protectorAspDotNetDev15-Mar-12 14:24 
SuggestionUnique Message ID in Reputation List Pin
AspDotNetDev15-Mar-12 9:47
protectorAspDotNetDev15-Mar-12 9:47 
GeneralRe: Unique Message ID in Reputation List Pin
Chris Maunder15-Mar-12 10:03
cofounderChris Maunder15-Mar-12 10:03 
SuggestionArticles needing approval Pin
Dave Kreskowiak15-Mar-12 7:10
mveDave Kreskowiak15-Mar-12 7:10 
GeneralRe: Articles needing approval Pin
RedDk16-Mar-12 6:31
RedDk16-Mar-12 6:31 
GeneralRe: Articles needing approval Pin
Chris Maunder16-Mar-12 7:46
cofounderChris Maunder16-Mar-12 7:46 
GeneralRe: Articles needing approval Pin
RedDk16-Mar-12 10:03
RedDk16-Mar-12 10:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: AnsweredFixedRejected

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.