Bruno Baia
Results
12
comments of
Bruno Baia
I couldn't reproduce your problem. Can you tell me what version of the following components you are using : - nodejs - expressjs - connect-owin - Microsoft.Owin - Microsoft.Owin.StaticFiles
In `server.js` file, if you comment the connect-owin middleware and configure the express static middleware like this : ``` javascript app.use(express.static(__dirname)); ``` You'll get the same problem. The F12 panel...