HTTP 500

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?THVib21pcg==?=

    HTTP 500

    Hi,

    I created the IIS 7.0 hosted service (Vista Business OS). When I run the
    project from within VS 2008, the ASP.NET Development Server is launched and
    browser will show the *.svc page

    If I enter the url for *.svc file to the web browser (so it means I want to
    show *.svc page with IIS and not with ASP.NET Development Server), I get the
    error HTTP 500 - The website cannot display the page.

    Am I missing something regarding IIS configuration for WCF?

    Thanks,
    Lubomir
  • =?Utf-8?B?THVib21pcg==?=

    #2
    RE: HTTP 500

    In The meantime I found solution: There were missing permissions for
    IIS_IUSRS for the service directory.

    Lubomir



    "Lubomir" wrote:
    Hi,
    >
    I created the IIS 7.0 hosted service (Vista Business OS). When I run the
    project from within VS 2008, the ASP.NET Development Server is launched and
    browser will show the *.svc page
    >
    If I enter the url for *.svc file to the web browser (so it means I want to
    show *.svc page with IIS and not with ASP.NET Development Server), I get the
    error HTTP 500 - The website cannot display the page.
    >
    Am I missing something regarding IIS configuration for WCF?
    >
    Thanks,
    Lubomir

    Comment

    Working...