Click here to Skip to main content
15,913,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Regarding MVC 6 and asp.net core Pin
Richard MacCutchan30-Nov-16 1:00
mveRichard MacCutchan30-Nov-16 1:00 
AnswerRe: Regarding MVC 6 and asp.net core Pin
jkirkerx2-Dec-16 10:19
professionaljkirkerx2-Dec-16 10:19 
AnswerRe: Regarding MVC 6 and asp.net core Pin
Vincent Maverick Durano7-Dec-16 2:30
professionalVincent Maverick Durano7-Dec-16 2:30 
QuestionHow to protect my web api against reply attack Pin
Tridip Bhattacharjee30-Nov-16 0:08
professionalTridip Bhattacharjee30-Nov-16 0:08 
AnswerRe: How to protect my web api against reply attack Pin
Nathan Minier30-Nov-16 1:14
professionalNathan Minier30-Nov-16 1:14 
GeneralRe: How to protect my web api against reply attack Pin
Tridip Bhattacharjee30-Nov-16 1:33
professionalTridip Bhattacharjee30-Nov-16 1:33 
GeneralRe: How to protect my web api against reply attack Pin
Nathan Minier30-Nov-16 1:40
professionalNathan Minier30-Nov-16 1:40 
QuestionTrouble accessing simpe WCF web service deployed to local IIS Pin
spkay29-Nov-16 8:34
spkay29-Nov-16 8:34 
The web service is deployed to IIS (it runs fine when I test which runs a temp iisexpress hosted session via debug menu) and then I try to access the URL for the service and get the following error:

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Info:
Moduele IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x80070021
Coding error This configuration file section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
Config file \\?\C:\inetpub\wwwroot\WCFService1\web.config
Requested URL http://localhost:80/WCFService1/
Physical Path C:\inetpub\wwwroot\WCFService1\
Logon Method Not yet determined
Logon User Not yet determined



The web.config file is:


<configuration>
<system.web>
<compilation targetframework="4.0">

<system.servicemodel>
<behaviors>
<servicebehaviors>
<behavior>

<servicemetadata httpgetenabled="true">

<servicedebug includeexceptiondetailinfaults="false">



<servicehostingenvironment multiplesitebindingsenabled="true">

<system.webserver>
<modules runallmanagedmodulesforallrequests="true">

<directorybrowse enabled="true">



I went according to the “publish” wizard from the “build” menu. And I created the profile for deployment and the deployment said success. So I am not sure what I need to do additionally or correct. I also am concerned I do not see any endpoints listed in the web.config file. I plead ignorance since this is WCF and I am not sure what happens behind the scenes.

Thanks in advance,
-Scott Kay
"Matthews... we're getting another one of those strange 'aw blah ess spa nol' sounds from dolphin number three?"


modified 29-Nov-16 14:44pm.

AnswerRe: Trouble accessing simpe WCF web service deployed to local IIS Pin
Afzaal Ahmad Zeeshan29-Nov-16 9:16
professionalAfzaal Ahmad Zeeshan29-Nov-16 9:16 
AnswerRe: Trouble accessing simpe WCF web service deployed to local IIS Pin
Richard Deeming29-Nov-16 9:30
mveRichard Deeming29-Nov-16 9:30 
QuestionNeed help creating a signature form Pin
Bootzilla3329-Nov-16 6:48
Bootzilla3329-Nov-16 6:48 
AnswerRe: Need help creating a signature form Pin
Afzaal Ahmad Zeeshan29-Nov-16 9:08
professionalAfzaal Ahmad Zeeshan29-Nov-16 9:08 
AnswerRe: Need help creating a signature form Pin
Richard Deeming29-Nov-16 9:28
mveRichard Deeming29-Nov-16 9:28 
QuestionError Bind is not declared Pin
Member 1103130429-Nov-16 2:30
Member 1103130429-Nov-16 2:30 
AnswerRe: Error Bind is not declared Pin
ZurdoDev29-Nov-16 2:36
professionalZurdoDev29-Nov-16 2:36 
GeneralRe: Error Bind is not declared Pin
Member 1103130429-Nov-16 2:53
Member 1103130429-Nov-16 2:53 
AnswerRe: Error Bind is not declared Pin
ZurdoDev29-Nov-16 3:09
professionalZurdoDev29-Nov-16 3:09 
GeneralRe: Error Bind is not declared Pin
Member 1103130429-Nov-16 3:24
Member 1103130429-Nov-16 3:24 
GeneralRe: Error Bind is not declared Pin
ZurdoDev29-Nov-16 4:10
professionalZurdoDev29-Nov-16 4:10 
GeneralRe: Error Bind is not declared Pin
Member 1103130430-Nov-16 19:26
Member 1103130430-Nov-16 19:26 
GeneralRe: Error Bind is not declared Pin
ZurdoDev1-Dec-16 0:53
professionalZurdoDev1-Dec-16 0:53 
GeneralRe: Error Bind is not declared Pin
Richard Deeming29-Nov-16 4:29
mveRichard Deeming29-Nov-16 4:29 
GeneralRe: Error Bind is not declared Pin
Member 1103130429-Nov-16 20:35
Member 1103130429-Nov-16 20:35 
GeneralRe: Error Bind is not declared Pin
Richard Deeming30-Nov-16 2:12
mveRichard Deeming30-Nov-16 2:12 
QuestionHow OAuth is used to secure web api Pin
Tridip Bhattacharjee28-Nov-16 3:36
professionalTridip Bhattacharjee28-Nov-16 3:36 

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.