0

I have a simple web page on my intranet that I can use to upload a file toa "drop" folder. Some of my users aren't able to upload the files. How do I get details on what caused the upload failure?

I know it has something to do with rights but I need to get a little more detail.

Any suggestions?

TIA J

2
  • It could be permissions, it could be the size of the files, it could be a lot of things, hardly to say without the code, but You can save a log when you get an Exception in the upload process Commented Jun 30, 2011 at 22:14
  • 1
    The event log suggestion Ben made is the easiest, you can also wrap your code in a Try/Catch and log the error error yourself. You should consider implementing some type of global logging and error management solution (e.g. ELMAH, log4net, etc...). Most can now be downloaded and integrated using NUGET. Commented Jun 30, 2011 at 22:39

1 Answer 1

1

Look in the application event log on the web server and there will be details of any uncaught exceptions thrown by asp.net

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.