zoukankan      html  css  js  c++  java
  • 把系统生成了二维码图片,在打包下载时提示错误(本地可以,服务器上就报错)

    把捕获的到异常复制出来看了下

    Error Caught in PageBase_Error event  
    Error in:http://xxxxx.com/Member/MemList.aspx  
    Error Message:对路径“c:windowssystem32inetsrvDotNetZip-sldfb51v.tmp”的访问被拒绝。  
    Stack Trace:   
    在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)     
    在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)     
    在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)     
    在 System.IO.FileStream..ctor(String path, FileMode mode)     
    在 Ionic.Zip.SharedUtilities.CreateAndOpenUniqueTempFile(String dir, Stream& fs, String& filename)     
    在 Ionic.Zip.ZipFile.get_WriteStream()     
    在 Ionic.Zip.ZipFile.Save()     
    在 ChainStock.Member.MemList.Zip(String Directory, String SaveFileName)     
    在 ChainStock.Member.MemList.CreateQRCode()     
    在 System.Web.UI.WebControls.Button.OnClick(EventArgs e)     
    在 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     
    在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    后来查阅资料发现是应用池的问题,修改如下:

    1.找到系统使用的应用池

    将这里的值修改为:localSytem

    2.  64位服务器记着改启用32应用程序

  • 相关阅读:
    pytorch图像处理的问题
    MWCNN中使用的haar小波变换 pytorch
    GhostNet: More Features from Cheap Operations
    人脸检测和识别以及检测中loss学习
    人脸检测和识别以及检测中loss学习
    C++ string的find类函数的使用
    pytorch各个版本的.whl文件下载地址
    人脸识别和检测中loss学习
    人脸识别和检测中loss学习
    人脸识别和检测中错误数据的三种类别
  • 原文地址:https://www.cnblogs.com/LoveQin/p/9371677.html
Copyright © 2011-2022 走看看