[SOLVED] Upload control - Error when using outside of debug environment

Answered Closed
0
0

Hello,

I am using the upload control to try and upload some files onto the server by the client. When I debug through Visual Studio, it works fine.

However, once I move everything over to IIS, I get an error when trying to upload files. Here is the error: https://i.imgur.com/JvK028U.png

 

  • You must to post comments
Best Answer
0
0

That’s a system error from your app trying to write to a path that doesn’t exist on the server.

  • Dade Layer
    It works fine when I run it using debug mode though? I can see the files being added to the folder, and the folder exists on the server. Ahh, maybe the IIS application that is running does not have permission to connect to the network drive.
  • You must to post comments
Showing 1 result