浏览模式: 标准 | 列表 2013年12月4日的文章

IWMS系统之Unable to load DLL 'rasapi32.dll'...

有个基于iwms系统的网站,某天登录后台提示错误信息如下:

  • Unable to load DLL 'rasapi32.dll': 动态链接库(DLL)初始化例程失败。

解决方法:

修改web.config文件中的<configuration>……</configuration>之间添加如下代码

添加到</system.web>之后即可

  • <system.net>
  •     <defaultProxy>
  •         <proxy usesystemdefault="False" />
  •     </defaultProxy>
  • </system.net>

 

Tags: iwms, rasapi32.dll