Click here to Skip to main content
15,886,806 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Test Driven Dev in MVC5 Pin
F-ES Sitecore27-Jun-19 5:44
professionalF-ES Sitecore27-Jun-19 5:44 
GeneralRe: Test Driven Dev in MVC5 Pin
#realJSOP27-Jun-19 6:12
mve#realJSOP27-Jun-19 6:12 
QuestionOutlook Current User Context Pin
Member 1106951823-Jun-19 22:08
Member 1106951823-Jun-19 22:08 
AnswerRe: Outlook Current User Context Pin
Richard MacCutchan23-Jun-19 22:47
mveRichard MacCutchan23-Jun-19 22:47 
QuestionASP.Net Web API2 in IIS Pin
Kevin Marois18-Jun-19 8:10
professionalKevin Marois18-Jun-19 8:10 
AnswerRe: ASP.Net Web API2 in IIS Pin
Richard Deeming18-Jun-19 8:44
mveRichard Deeming18-Jun-19 8:44 
GeneralRe: ASP.Net Web API2 in IIS Pin
Kevin Marois18-Jun-19 8:53
professionalKevin Marois18-Jun-19 8:53 
GeneralRe: ASP.Net Web API2 in IIS Pin
Richard Deeming18-Jun-19 10:52
mveRichard Deeming18-Jun-19 10:52 
That should work, assuming the relevant IIS features are installed, and you're not using .NET Core.

If you're not getting a detailed error message when you access the page on the server, then Failed Request Tracing is the way to go. It's really not that difficult to set up. Smile | :)
  1. Enable FRT:
    1. Open IIS Manager and select your site;
    2. On the right-hand side, click on "Failed request tracing..." under "Configure";
    3. Tick the "Enabled" box;
    4. Click "OK";
  2. Configure a tracing rule for 404 errors:
    1. In the main pane, double-click "Failed request tracing rules";
    2. On the RHS, click "Add...", and set up the rule:
      • All content - Next
      • Status codes: 404 - Next
      • Leave all providers ticked - Finish
  3. Generate an error and view the log file:
    1. Open the URL which isn't working in a browser;
    2. Open the %systemdrive%\inetpub\logs\FailedReqLogFiles\... folder in Windows Explorer;
    3. Open the XML file in Internet Explorer;




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: ASP.Net Web API2 in IIS Pin
Kevin Marois18-Jun-19 10:54
professionalKevin Marois18-Jun-19 10:54 
GeneralRe: ASP.Net Web API2 in IIS Pin
Mycroft Holmes18-Jun-19 12:30
professionalMycroft Holmes18-Jun-19 12:30 
GeneralRe: ASP.Net Web API2 in IIS Pin
Richard Deeming19-Jun-19 0:43
mveRichard Deeming19-Jun-19 0:43 
GeneralRe: ASP.Net Web API2 in IIS Pin
Mycroft Holmes19-Jun-19 12:24
professionalMycroft Holmes19-Jun-19 12:24 
GeneralRe: ASP.Net Web API2 in IIS Pin
Kevin Marois19-Jun-19 7:49
professionalKevin Marois19-Jun-19 7:49 
QuestionAnyone has chrome debugging issue today.... Pin
Super Lloyd17-Jun-19 17:33
Super Lloyd17-Jun-19 17:33 
AnswerRe: Anyone has chrome debugging issue today.... Pin
OriginalGriff18-Jun-19 2:02
mveOriginalGriff18-Jun-19 2:02 
GeneralRe: Anyone has chrome debugging issue today.... Pin
Super Lloyd18-Jun-19 2:12
Super Lloyd18-Jun-19 2:12 
GeneralRe: Anyone has chrome debugging issue today.... Pin
OriginalGriff18-Jun-19 2:23
mveOriginalGriff18-Jun-19 2:23 
GeneralRe: Anyone has chrome debugging issue today.... Pin
Super Lloyd18-Jun-19 14:20
Super Lloyd18-Jun-19 14:20 
Questionjquery chatbot code example for static answers Pin
byka17-Jun-19 8:40
byka17-Jun-19 8:40 
AnswerRe: jquery chatbot code example for static answers Pin
Mycroft Holmes17-Jun-19 12:15
professionalMycroft Holmes17-Jun-19 12:15 
Questiondoes anyone here use ELMAH? Pin
#realJSOP14-Jun-19 9:08
mve#realJSOP14-Jun-19 9:08 
QuestionDraw 3*3 Rubik’s cube Pin
Member 1449931913-Jun-19 6:53
Member 1449931913-Jun-19 6:53 
AnswerRe: Draw 3*3 Rubik’s cube Pin
#realJSOP13-Jun-19 7:48
mve#realJSOP13-Jun-19 7:48 
AnswerRe: Draw 3*3 Rubik’s cube Pin
ZurdoDev17-Jun-19 11:33
professionalZurdoDev17-Jun-19 11:33 
QuestionProblems Calling Asp.Net WebAPI 2 Pin
Kevin Marois11-Jun-19 12:07
professionalKevin Marois11-Jun-19 12:07 

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.