
web发布
MarkHD
这个作者很懒,什么都没留下…
展开
-
网站访问出现Validation of viewstate MAC failed错误是怎么一回事?
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot转载 2013-07-14 16:01:47 · 3817 阅读 · 0 评论 -
IIS 重新注册Asp.net 2.0
打开程序-运行-cmd:输入一下命令重新注册IISC:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i一。运行C:\WINNT\MICROSOFT.NET\FRAMEWORK\V版本号\ASPNET_REGIIS.EXE -I 即可二。开始- 程序- Microsoft Visual Studi转载 2013-09-03 11:21:44 · 1346 阅读 · 0 评论 -
cordova 5.3.3 android平台开发忽略的安全设置
两年前就接触phonegap,也尝试做了一个小的东西在移动平台上。没有深入尝试和聊了,今年有个项目用H5来做展销,同时也有在移动平台上应用的需求。我就想到了phonegap,现在变更为Cordova。搭建环境这里就不描述了可以参考cordova官方网站。移动终端应用比较简单,包括登录、消息列表、通知列表、全文检索、签到。很快就实现了这几个功能,在chrome浏览器上测试通过,通过cordo原创 2015-10-22 13:40:39 · 1584 阅读 · 0 评论