Click here to Skip to main content
15,888,286 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: for developing website, is it essential to divide the area into some portion in defining frame set. Pin
ZurdoDev14-Oct-16 6:01
professionalZurdoDev14-Oct-16 6:01 
AnswerRe: for developing website, is it essential to divide the area into some portion in defining frame set. Pin
Richard Deeming14-Oct-16 6:07
mveRichard Deeming14-Oct-16 6:07 
AnswerRe: for developing website, is it essential to divide the area into some portion in defining frame set. Pin
David Mujica17-Oct-16 7:25
David Mujica17-Oct-16 7:25 
QuestionWhich java Concepts are important for Learning Android Pin
Member 122291026-Oct-16 11:12
Member 122291026-Oct-16 11:12 
AnswerRe: Which java Concepts are important for Learning Android Pin
Richard MacCutchan6-Oct-16 23:47
mveRichard MacCutchan6-Oct-16 23:47 
AnswerRe: Which java Concepts are important for Learning Android Pin
ZurdoDev14-Oct-16 6:02
professionalZurdoDev14-Oct-16 6:02 
AnswerRe: Which java Concepts are important for Learning Android Pin
Member 1222910214-Oct-16 8:19
Member 1222910214-Oct-16 8:19 
QuestionCustom Errors Pin
TML6-Oct-16 8:00
TML6-Oct-16 8:00 
When I request a .aspx page that is not on our site, I get redirected to a custom error page which is the designed behavior. When I request a pdf that is not on our site, however, I get a generic 404 error. My web.config has the following:

<customErrors mode="RemoteOnly" defaultRedirect="default.aspx">
        <error statusCode="403" redirect="dcg/PageNotFound.aspx" />
        <error statusCode="404" redirect="dcg/PageNotFound.aspx" />
    </customErrors>


On top of this, when I do get redirected to "dcg/PageNotFound.aspx" page, the browser is appending the page to itself over and over like it's in a continual error loop. I don't understand why this is happening. Any help would be appreciated.
AnswerRe: Custom Errors Pin
TML6-Oct-16 8:28
TML6-Oct-16 8:28 
GeneralRe: Custom Errors Pin
TML6-Oct-16 9:10
TML6-Oct-16 9:10 
Questionwhere can I find these css files? Pin
samflex4-Oct-16 6:16
samflex4-Oct-16 6:16 
AnswerRe: where can I find these css files? Pin
Richard Deeming4-Oct-16 11:14
mveRichard Deeming4-Oct-16 11:14 
GeneralRe: where can I find these css files? Pin
samflex5-Oct-16 11:23
samflex5-Oct-16 11:23 
Questionwebsite db Pin
Member 1276809629-Sep-16 18:37
Member 1276809629-Sep-16 18:37 
AnswerRe: website db Pin
Nathan Minier30-Sep-16 1:21
professionalNathan Minier30-Sep-16 1:21 
QuestionDrag And Drop Into An Iframe Pin
MadDashCoder28-Sep-16 12:15
MadDashCoder28-Sep-16 12:15 
QuestionJQuery Ajax error Pin
Member 815484516-Sep-16 1:05
Member 815484516-Sep-16 1:05 
GeneralRe: JQuery Ajax error Pin
Richard Deeming16-Sep-16 2:49
mveRichard Deeming16-Sep-16 2:49 
GeneralRe: JQuery Ajax error Pin
Member 815484516-Sep-16 6:40
Member 815484516-Sep-16 6:40 
QuestionRe: JQuery Ajax error Pin
ZurdoDev21-Sep-16 7:43
professionalZurdoDev21-Sep-16 7:43 
QuestionExposing API VS Stored Procedure Pin
Java Lead31-Aug-16 4:30
Java Lead31-Aug-16 4:30 
AnswerRe: Exposing API VS Stored Procedure Pin
Richard MacCutchan31-Aug-16 4:45
mveRichard MacCutchan31-Aug-16 4:45 
AnswerRe: Exposing API VS Stored Procedure Pin
ZurdoDev31-Aug-16 14:25
professionalZurdoDev31-Aug-16 14:25 
SuggestionRe: Exposing API VS Stored Procedure Pin
Harpreet05Kaur26-Sep-16 1:16
Harpreet05Kaur26-Sep-16 1:16 
QuestionFull Stack Developer Pin
TeffyDog26-Aug-16 2:19
TeffyDog26-Aug-16 2:19 

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

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