Ok that last one I was just using the wrong Application Pool (and
hence the wrong .NET framework).
Now I get a new error that appears to me to be a problem with the
config that Castle constructs? I follow everything the same as the no
config demo, as you can see in my code posted previously.
Error:
Handler "svc-Integrated" has a bad module "ManagedPipelineHandler" in
its module list</h3> </fieldset> </div> <div class="content-
container"> <fieldset><legend>Detailed Error Information</legend>
<div id="details-left"> <table border="0" cellpadding="0"
cellspacing="0"> <tr class="alt"><th>Module</th><td>IIS Web Core</
td></tr> <tr><th>Notification</th><td>ExecuteRequestHandler</td></
tr> <tr class="alt"><th>Handler</th><td>svc-Integrated</td></
tr> <tr><th>Error Code</th><td>0x8007000d</td></tr> </
table> </div> <div id="details-right"> <table border="0"
cellpadding="0" cellspacing="0"> <tr class="alt"><th>Requested
URL</th><td>
http://localhost:95/MyService.svc?wsdl</td></tr>
<tr><th>Physical Path</th><td>C:\_APPLICATION\BTLRSPLY.Local
\WebRoot.Wcf\SapNotificationService.svc</td></tr> <tr
class="alt"><th>Logon Method</th><td>Anonymous</td></tr>
<tr><th>Logon User</th><td>Anonymous</td></tr> </table>
<div class="clear"></div> </div> </fieldset> </div> <div
class="content-container"> <fieldset><legend>Most likely causes:</
legend> <ul> <li>Managed handler is used; however,
ASP.NET is not
installed or is not installed completely.</li> <li>There is a
typographical error in the configuration for the handler module list.</
li> </ul> </fieldset> </div> <div class="content-container">
<fieldset><legend>Things you can try:</legend> <ul> <li>Install
ASP.NET if you are using managed handler.</li> <li>Ensure that the
handler module's name is specified correctly. Module names are case-
sensitive and use the format
modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule".</
li> </ul> </fieldset> </div> <div class="content-container">
<fieldset><legend>Links and More Information</legend> IIS core does
not recognize the module.
On Feb 22, 9:27 am, RyanL <
rlangto...@gmail.com> wrote:
> I believe this may be a problem with IIS. It runs locally in debug.
> First, I did need to install WCF in IIS, following the instructions in
> this article:
http://www.dotnetthoughts.net/2010/04/23/deploying-wcf-service-in-iis...