Server Error in '/salesb' Application.Cannot access the system temp folder. Please, make sure your application have Full Control rights on that folder or check 
RadUpload help --> Configuration --> RadUploadHttpModuleDescription: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.IOException: Cannot access the system temp folder. Please, make sure your application have Full Control rights on that folder or check 
RadUpload help --> Configuration --> RadUploadHttpModuleSource Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.Stack Trace: 
[IOException: Cannot access the system temp folder. Please, make sure your application have Full Control rights on that folder or check 
RadUpload help --> Configuration --> RadUploadHttpModule]
   Telerik.WebControls.RadUploadUtils.IO.PathHelper.CreateTempFileName() +103
   Telerik.WebControls.RadUploadUtils.RequestEntity.CreateFileBodyWriter() +14
   Telerik.WebControls.RadUploadUtils.RequestEntity..ctor(String rawHeaders, Encoding encoding, TextBodyWriter textWriter) +511
   Telerik.WebControls.RadUploadUtils.RequestParser.WriteProcessedPart(Int32 start, Int32 end) +310
   Telerik.WebControls.RadUploadUtils.RequestParser.ProcessRequest(RequestStream request) +83
   Telerik.WebControls.RadUploadHttpModule.Context_BeginRequest(Object sender, EventArgs e) +308
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
在vs2005运行正常,但是部署到iis上就有问题了?
    就是在excel中的数据上传到数据库中的时候,报的错

解决方案 »

  1.   

    现在部署在自己的机器上 xp sp3的
      

  2.   

    要把网站放在IIS的根目录下,不要放在虚拟目录~!!!
      

  3.   

    如果服务器在本地机房.试试远程上去.把c盘windows下的temp文件夹加上aspnet还是什么用户的权限.就是IIS哪个账户的.
    不知道加上everyone行不行...
    以前本地提示过这个问题.后来就没提示过了...
    具体可行与否就不知道了
      

  4.   

    设置权限everyone
    设置默认页面。
    版本选2.0
      

  5.   

     有一部分这个问题,在web.config还少了个配置。关键还是权限问题