question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

On Azure hosted webapp logs are not getting through Seq, I had to set ServicePointManager.Expect100Continue to false

See original GitHub issue

I had to set ServicePointManager.Expect100Continue = false although this isn’t good, because it forces the whole app to use this since this is a global setting.

This sink should propose a setting to set ServicePointManager only for seq (https://stackoverflow.com/a/15341369/2047306)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
silversenscommented, May 16, 2018

Nick,

Just to be clear, I meant Azure in PaaS, so no virtual network configuration. You can try with free hosting.

Sÿl

0reactions
nblumhardtcommented, Sep 22, 2018

Hoping that the configuration-in-code approach is working well for you. I haven’t seen any further reports of this, so closing, but keen for anyone else who hits it to chime in here 😃 Cheers!

Read more comments on GitHub >

github_iconTop Results From Across the Web

On Azure hosted webapp logs are not getting through Seq ...
On Azure hosted webapp logs are not getting through Seq, I had to set ServicePointManager.Expect100Continue to false #107.
Read more >
ServicePointManager.Expect100Continue Property
Gets or sets a Boolean value that determines whether 100-Continue behavior is used.
Read more >
Does ServicePointManager.Expect100Continue = false ...
1 Answer 1 ... Probably not the answer. but you can set the expect100Continue value to your App.Config. Setting this will be applied...
Read more >
HttpWebRequest and the Expect: 100-continue Header Problem
The System. Net. ServicePointManager class has a static property named Expect100Continue . Setting this to false will stop the header “Expect: ...
Read more >
Azure Service Bus speed - appsloveworld.com
Coding example for the question Azure Service Bus speed. ... <system.net> <settings> <servicePointManager expect100Continue="false" ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found