Thank you for your answer ... I followed the steps as it was just on wiki and I set the UserFilesPath from webconfing I also tried your fix but still getting error.. Hope I can find the reason soon
Does your application run in the "Full Trust" security context? I know there is an issue with the ASP.NET file browser blowing up and giving that error if you are running in less-than "Full Trust". I stumbled across that issue deploying an application to a shared hosting provider that ran in "Medium Trust" mode.
Check both your web.config and the system.config on your server and verify that setting. If so, another user created a fix for this bug. If you search around the forum, you should be able to find the post.
RE: asp.net image upload
RE: asp.net image upload
RE: asp.net image upload
Thank you for your answer ... I followed the steps as it was just on wiki and I set the UserFilesPath from webconfing I also tried your fix but still getting error.. Hope I can find the reason soon
Thanx,
Cihan
RE: asp.net image upload
Does your application run in the "Full Trust" security context? I know there is an issue with the ASP.NET file browser blowing up and giving that error if you are running in less-than "Full Trust". I stumbled across that issue deploying an application to a shared hosting provider that ran in "Medium Trust" mode.
Check both your web.config and the system.config on your server and verify that setting. If so, another user created a fix for this bug. If you search around the forum, you should be able to find the post.
-- T
RE: asp.net image upload