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.
Asked
Active
Viewed 2,062 times
5
-
Does this answer your question? [IIS Express stops suddenly when I click on a text box in my web app](https://stackoverflow.com/questions/50377950/iis-express-stops-suddenly-when-i-click-on-a-text-box-in-my-web-app) – Lex Li May 09 '22 at 15:13
1 Answers
8
ok, found the answer here: IIS Express stops suddenly when I click on a text box in my web app.
The checkbox was clear in VS 2017.

Rai Shahnawaz
- 188
- 11
-
1Good catch. Took me forever to figure out what was happening here. – James Sumner Feb 27 '23 at 21:54