12 2013 档案

摘要:using System; using System.Text;using System.Net.Sockets;using System.Net.Mail;using System.Net;namespace DotNet.Utilities{ /// /// 网络操作相关的类 /// publicclassNetHelper { #region 检查设置的IP地址是否正确,返回正确的IP地址 /// /// 检查设置的IP地址是否正确,并返回正确的IP地址,无效IP地址返回"-1"。 /// /// 设置的IP地址 //public static string GetV 阅读全文
posted @ 2013-12-22 19:41 superstar 阅读(952) 评论(0) 推荐(0)
摘要:装上IIS和.net2.0框架后,打开ASP.NET站点,出现Server Application Error,出先此问题,一般先看系统的“事件管理器”,于是查看服务器的“事件管理器”中的“应用程序”日志,发现错误信息是:Failed to execute request because the App-Domain could not be created. Error: 0x80131902基本上,这个情況最可能发生在第一次执行 .Net work 2.0的时候 ,原由总结一下,大致有两种:1..net2.0组件没有正确注册到IIS。 2..net站点程序目录的权限没有配置好。 处理办法: 阅读全文
posted @ 2013-12-17 21:26 superstar 阅读(380) 评论(0) 推荐(0)