-
I have been trying to get mime maps working on this repository.
Every http request to unknown mime types (On IIS Express and Azure web apps) results in 404 error.
Steps.
1. Clone/Download repo.…
-
Hi! Great module btw. I was able to get this working on IIS via iisnode. I only had to make one hack and that was hard coding express's listening port to: process.env.PORT. I would like to contribute …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Hosting ASP.NET Core Application on IIS/IIS Express cause the Application URLs to be Uppercas…
-
I am getting the below error, Unable to load DLL 'libwkhtmltox'. Given below are the configurations
Application is working fine with development server in IIS express. but while deployed in IIS(win…
-
I built the solution in vs2013 update 2. Updated all the nuget packages,
Commented out one package in packages.config as it couldn't be found to download.
Running under IIS Express and IIS I get …
-
I have below dockerfile/docker image. When I run `docker run` with environmental variables, they do end up in the container (checked using PowerShell command `Get-Childitem env:`) but the IIS app in i…
-
Whenever I try to establish a secure connection `(wss://localhost:49475)` the server shows this error:
`Error Accepting clients: Not GET request`
**The server establishes the connection after tha…
-
I have some trouble making chunked encoding work on an express app running on Azure Websites.
This is the example code that I'm using:
``` javascript
app.all("/test", function(req, res) {
res.write…
-
I have strange issue with server address.
I dont have problem with
> http://localhost:29567/Browse/index.htm
but this is not working for me
> http://127.0.0.1:29567/Browse/index.htm
I …
-
When using a vscode workspace with multiple web sites, it can only run one site at a time.
Is there a way to start the IIS Express with all web sites of the workspace ?
bbaia updated
2 years ago