Search code examples
asp.netvisual-studiowebvisual-studio-2017iis-express

IIS Express in visual studio 2017 crashes when debugging app and selecting file input


I have a form with a file field. In VS 2017 the upload doesn’t work and it returns the error: "The program '[19000] iisexpress.exe' has exited with code 4294967295 (0xffffffff)." The upload operation when run from kills IIS Express, it basically evaporates. Any idea on how to fix this. Thanks in advance.


Solution

  • ok, found the answer here: IIS Express stops suddenly when I click on a text box in my web app.

    This did the trick: enter image description here

    The checkbox was clear in VS 2017.