Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9100717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T00:56:11+00:00 2026-06-17T00:56:11+00:00

I have a web role that is configured to be hosted in IIS when

  • 0

I have a web role that is configured to be hosted in IIS when deployed locally in Compute Emulator. Now I want to run it under IIS Express in order to profile the web site more easily.

Thus I switched development server in the Cloud Project properties (for precise steps refers to this post) and I started the web role in the Compute Emulator. Instead of my home page, IIS Express displays an HTTP 500 error page. The site run fine under IIS and I don’t know why IIS Express is complaining, since it should behave like IIS.

I’m using .NET 4.0, Visual Studio 2010, Windows Azure SDK 1.8 for the Compute Emulators and 1.7 for the runtime libraries, IIS Express 8, all installed under Windows 7.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T00:56:12+00:00Added an answer on June 17, 2026 at 12:56 am

    I followed these instructions to force IIS Express to display detailed error information. This way I found more easily that my site wasn’t loading because of a problem in Web.config.

    More precisely, I had this section to enable the tracing of failed requests:

      <system.webServer>
        <modules runAllManagedModulesForAllRequests="true" />
        <tracing>
          <traceFailedRequests>
            <add path="*">
              <traceAreas>
          ...
    

    IIS Express was complaining that there was already an element under traceFailedRequests with key *. I modified the section in order to first remove this section and then my home page finally loaded correctly.

      <system.webServer>
        <modules runAllManagedModulesForAllRequests="true" />
        <tracing>
          <traceFailedRequests>
            <remove path="*" />
            <add path="*">
              <traceAreas>
          ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web role configured with SSL, which has a ReportViewer control that
I have a Web Role that is using the ASP.NET SQL Membership provider. Currently
We have a Web Role that we are hosting in Windows Azure that uses
I have some code that I use in both my Worker Role and Web
We have a Web Role which used to run in a single instance for
I have recently deployed my web role to Windows Azure. In the properties of
In my web.config I have the Role Manager configured as follows: <roleManager enabled=true cacheRolesInCookie=true
So, the question is how to configure Web role on Azure Compute Emulator to
I have a web role that talks to Azure Storage, Azure Shared Cache Service
We have a Windows Azure Web Role on two extra-small instances that has been

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.