自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 IIS 发布后出现 System.ComponentModel.Win32Exception: 拒绝访问解决办法

项目在IIS发布后,出现System.ComponentModel.Win32Exception: 拒绝访问。那么就试试下面的办法。步骤如下:        应用程序池=》设置应用程序池默认设置  将标识:改为LocalSystem 即可。...

2018-08-08 17:50:49 25566 1

转载 Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046}

环境及异常信息说明环境说明: Win2008 R2(中文版) x64 、IIS 7.0功能说明:上传Excel到服务器,并在服务器端读取Excel中的数据;异常信息:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to ...

2018-08-08 17:41:27 2050

原创 关于 <customErrors> 标记的“mode”属性设置为“Off”的问题的解决方案

Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely ...

2018-08-08 17:39:24 13366

原创 MD5加密

using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace getMD5{    //示例:     // MD5.Encrypt("a");            ...

2018-08-07 17:40:00 123

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除