404 Error Hosting WCF Service via IIS 7.5 Shared Content
Posted
by Chad Gruka
on Stack Overflow
See other posts from Stack Overflow
or by Chad Gruka
Published on 2010-04-07T13:25:07Z
Indexed on
2010/04/07
13:33 UTC
Read the original article
Hit count: 579
We're attempting to host a WCF Service (.NET 3.5 SP1) using Shared Content on IIS 7.5. At the moment it's returning a 404 error. My assumption at this point is that WCF can not be hosted via a UNC path (See workaroundHosting WCF service in IIS6 using UNC).
Steps I've taken: - Established a FullTrust to/with the UNC path. - The service works hosting it on a local disk. - A basic HTML page renders without issue from the UNC path. - A ASPX page renders without issue from the UNC path. - Explicitly set "Full Control" permissions to the user running the service.
The reason for using Shared Content in IIS 7.5 to host this WCF Service, and several other websites, in a web farm. Using Shared Content avoids the need for file replication between the nodes in the farm. (Note we are also using Shared Configuration to support this environment.)
© Stack Overflow or respective owner