http.sys Questions

11

I'm building a web server and trying to test things. The server is running on localhost:888, and the first time I load the web app, everything works. But if I try to reload the page, a bunch of Xml...
Endoenzyme asked 26/3, 2014 at 15:11

4

What's the best way to know if my app is running under Kestrel or HTTP.sys. All that I have found so far is to check for "Kestrel" in one of the HttpConext property class names. Within an...
Xiomaraxiong asked 14/3, 2022 at 20:28

1

Update: Just tried the official example https://github.com/aspnet/AspNetCore.Docs/tree/master/aspnetcore/fundamentals/servers/httpsys/samples/3.x/SampleApp and it doesn't work. Brower message: This...

1

I want to access the site from another machine, like 192.168.1.11:10369 I found a solution for it, that is: http://bendetat.com/access-iis-express-from-another-machine.html It's working wel...
Look asked 17/2, 2018 at 11:24

4

Solved

I need to enable CORS in Reporting Services so that I can download reports from my web application using ajax. What I've learned so far is, that SSRS is no longer using IIS, but http.sys to serve ...
Cistern asked 1/9, 2015 at 8:25

4

I just need to create an extremely basic web server that will basically allow me to go to http://1.2.3.4:8080 and browse a list of files in C:\web or something. I found this http://mikehadlow.blog...
Julee asked 9/2, 2011 at 23:1

2

I have an ASP.Net 4.0 application using Windows Integrated Authentication on IIS7.5 on Windows 2003. Some users are reporting errors with this message: Bad Request - Request Too Long HTTP Error 40...
Fetishist asked 2/3, 2016 at 13:54

2

First, I have ServiceStack as my server which provides RESTful HTTP API. Here is an example. public void GET(XXXXXRequest request) { System.Threading.Thread.Sleep(2000); } Then I use System.Ne...
Colloquium asked 13/8, 2015 at 11:15

1

I'm building a C# console app that'll: [1.] Generate a self-signed certificate. [2.] Add it to the Personal (Local Computer Store) [3.] And finally assign that certificate to a port number on t...
Mulch asked 11/9, 2015 at 23:11

1

Solved

What is the difference between kernel mode caching and user mode caching and how to track both ?
Vulturine asked 4/4, 2016 at 14:50

1

I want to know How to Forcefully Redirect the Error Page for HTTP 400 Bad Request Error in Windows Server HTTP.SYS or IIS levels ,As per my knowledge IIS supporting greater than 400 only,, Is there...
Cutanddried asked 15/8, 2015 at 4:33

1

When testing on Windows 10 we were seeing lots of browser incompatibilities that I hadn't seen before with earlier Windows versions. Some browsers would work, but others would report ERR_SPDY_PROTO...
Toothpaste asked 30/7, 2015 at 8:17

2

Solved

What are the differences between these two prefixes in terms of HttpListener or any other? http://+:8080/ http://*:8080/
Coadjutrix asked 27/2, 2012 at 3:23

2

Solved

I have installed RavenDB 2.5.0 as Windows Service. When I try to run Raven.Server.exe as Administrator or not I receive this: Trying to revoke rights for http.sys runas netsh http delete urlacl ur...
Cofferdam asked 10/2, 2014 at 13:19

0

I'm trying to get a deeper understanding of how IIS works. http.sys i understand is one its major components. However, i have been having trouble finding easily digestible information about ...
Alodee asked 23/3, 2014 at 23:6

1

I have an application that uses the HttpListener class in .Net 4.0 to service http requests. Under load I have noticed that I get 503 - QueueFull - errors reported in the log. A search for this er...
Legitimize asked 14/3, 2013 at 18:13

1

I've got a self-hosted WCF service listening on port 80. When I attempt to connect to it, I get a 503 Service Unavailable. My WCF process is running, IIS is running. My URL ACLs are correct. Contr...
Chiang asked 3/2, 2012 at 11:38

1

Solved

I'm currently reading a lot about node.js. There is a frequent comparison between servers using a traditional thread per request model (Apache), and servers that use an event loop (Nginx, node, Tor...
Saporous asked 29/1, 2011 at 21:46

1

Solved

When using a HTTP binding in WCF, I need to grant myself special permissions to be able to bind to that port/path. I understand this is because WCF accepts HTTP traffic through the http.sys driver....
Magenta asked 23/8, 2010 at 14:39

2

I'm building a tool that transfers very large streaming data sets (possibly on the order of terabytes in a single stream; routinely in the tens of gigabytes) from one server to another. The client ...
Wynellwynn asked 5/5, 2010 at 23:10
1

© 2022 - 2024 — McMap. All rights reserved.