Im running the eval version:
1): Created a simple test Web app with just the basic upload control requirements. Sample ran w/out error on dev machine, published to a test Website (IIS 6) and received the following error:
1): Created a simple test Web app with just the basic upload control requirements. Sample ran w/out error on dev machine, published to a test Website (IIS 6) and received the following error:
"Could not load file or assembly 'Telerik.Charting"
Once I copied that DLL to the BIN folder it worked properly. I am not using any of the charting functionality and its not referenced in the project (only Web.UI is referenced). Is this expected?
2): EDIT - Nevermind, I found the info on modifing web.config
Sample works fine on files upto around 4MB, but attempts to upload files over 5MB fail with: "Post size exceeded allowed limits.". All properties in the Upload control are default, no limit was set by me - I'm asssuming there is a limit with the eval? If so, can you advise what other limitations exist with the eval version so I don't spend time evaluating a problem vs a limitation?
Regards,
Tim