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 7674955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:51:09+00:00 2026-05-31T16:51:09+00:00

I recently followed Scott Hansleman’s instructions on setting up SSL locally using IIS Express

  • 0

I recently followed Scott Hansleman’s instructions on setting up SSL locally using IIS Express for my Azure Web App. That seemed to work fine (was able to access pages that required SSL) until I got to a page that queries out to Table Storage. It threw the following:

Error creating the Web Proxy specified in the
‘system.net/defaultProxy’ configuration section.

So I added this to my web.config:

    <defaultProxy>
        <proxy usesystemdefault="False"/>
    </defaultProxy>

Now it throws a different error on the same line:

The type initializer for ‘System.Net.ServicePointManager’ threw an
exception.

Drilling down in to that it references line 29 of my web.config and says:

Required attribute ‘type’ not found.

However, line 29 doesn’t seem to make any sense to me. Here is the relevant section:

25 <system.diagnostics>
26        <trace>
27            <listeners>
28              <add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name="AzureDiagnostics">
29                   <filter />
30                </add>
31            </listeners>
32        </trace>
33    </system.diagnostics>

I thought maybe the problem was in the IIS applicationhost.config, which if I open in VS gives me a bunch of errors for missing elements but I think it’s not using the right schema because I can’t find any documentation that says those elements (mostly configSection elements) even have those properties.

This is a bit out of my element and I’m not having much luck searching.

  • 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-05-31T16:51:11+00:00Added an answer on May 31, 2026 at 4:51 pm

    Apparently the error logs were correct. Even though it gives a warning of “Type attribute is not allowed” adding type=”” to the web.config on the filter node fixes the problem. I can even remove the defaultProxy node that I had added.

    Here is the new relevant section of the web config:

        <system.diagnostics>
            <trace>
                <listeners>
                    <add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" name="AzureDiagnostics">
                        <filter type="" />
                    </add>
                </listeners>
            </trace>
        </system.diagnostics>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

FireWatir I recently started using Firewatir for testing, I followed all the required steps
Using CKeditor on my project. Recently installed fmath plug-in . Followed all instruction and
I have recently switched to Django for a web app I'm developing and I
I'm writing an iPhone application using Monotouch and recently the app has started crashing
I recently followed Ray Wenderlich's Cocos2D tutorial for putting Cocos2D in a UIKit app.
I have recently upgraded an app from Rails 3.0 to 3.1. I have followed
I recently downloaded cakephp-1.3.4. I set it up on my web server. I followed
I recently followed a small tutorial on howto install apache on a systems where
Recently I ran into this error in my web application: java.lang.OutOfMemoryError: PermGen space It's
Right, hi guys, I recently followed a tutorial http://xnadevelopment.com/tutorials/thestateofthings/thestateofthings.shtml where I wanted to create

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.