✅ ASP.NET CORE Web Application
I am using ASP.NET CORE in my web application and when I am trying to upload a file to an input field even if I don't upload a file and just click the upload button my iis express server just crashes does anyone have any idea?
15 Replies
Unknown User•3d ago
Message Not Public
Sign In & Join Server To View
Where do you recommened adding the try catch block? As this crashes the application before even a POST request is being sent?
I also changed the server over to http from IIS Express
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
Whenever I upload the file it just crashes? So I am confused on where I could put that try catch block
So which do you suggest?
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
I know I switched it to http?
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
The program '[8320] SDR-Test.exe' has exited with code 4294967295 (0xffffffff).
This is the only error I get
Which indicates a fatal error occurred but I don't even know where to put a exception block because nothing is happening server side just putting a file into a input box
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
GitHub
GitHub - TrpicalSky/SDR-Test
Contribute to TrpicalSky/SDR-Test development by creating an account on GitHub.
I have linked my code below if you believe that the problem could lie elsewhere
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
Wdym by prompt I have input box that takes files of type pdfs and when I try and use that input it just crashes
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
Well the one I uploaded was 67kbs but that shouldn't matter
because I am not even submitting the form to the server