惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LINUX DO - 最新话题
C
Cyber Attacks, Cyber Crime and Cyber Security
G
GRAHAM CLULEY
T
Tenable Blog
T
Threatpost
C
CXSECURITY Database RSS Feed - CXSecurity.com
I
Intezer
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
D
Darknet – Hacking Tools, Hacker News & Cyber Security
K
Kaspersky official blog
Security Latest
Security Latest
P
Privacy & Cybersecurity Law Blog
Google Online Security Blog
Google Online Security Blog
SecWiki News
SecWiki News
P
Palo Alto Networks Blog
TaoSecurity Blog
TaoSecurity Blog
Webroot Blog
Webroot Blog
Spread Privacy
Spread Privacy
O
OpenAI News
The Last Watchdog
The Last Watchdog
P
Proofpoint News Feed
C
Check Point Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
人人都是产品经理
人人都是产品经理
S
Security @ Cisco Blogs
Scott Helme
Scott Helme
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
月光博客
月光博客
S
Securelist
酷 壳 – CoolShell
酷 壳 – CoolShell
V
V2EX
T
Troy Hunt's Blog
W
WeLiveSecurity
GbyAI
GbyAI
N
News | PayPal Newsroom
Y
Y Combinator Blog
C
Cisco Blogs
H
Help Net Security
The GitHub Blog
The GitHub Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - 【当耐特】
Jina AI
Jina AI
MongoDB | Blog
MongoDB | Blog
P
Proofpoint News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
云风的 BLOG
云风的 BLOG
小众软件
小众软件
N
News and Events Feed by Topic

博客园 - music000

分享:使用JQuery进行跨域请求 Flash Chart 谨防 url 传递参数未编码(转码)产生的陷阱 OSI七层网络模型与TCP/IP四层网络模型 一些数据库理论知识 Sqlserver中Compute By子句用法分析 数据查询的另类需求 A Preview of HTML 5 CSS Sprites 15 Rules for Faster-Loading Web Sites 关于"多级目录(分类)"的一些想法 ----- 实现方法 金额转换:阿拉伯数字转中文(SQL存储过程) 金额转换:阿拉伯数字转中文(javascript) 这两天不爽——公车上被误认为色狼、游泳撞破上嘴唇 如何获取字段中分隔符的个数?(sql语句) 关于GridView导出Excel的一些问题(采用Ajax出现的的问题及解决方法) - music000 - 博客园 固定表头 Bubble in JavaScript DOM Reg-日期
安装 WebDesigner 之后,ASPNET 帐户没有对 IIS 的访问权。
music000 · 2006-11-24 · via 博客园 - music000

昨天安装 WebDesigner 之后,打开测试网站,出错!!!
提示:ASPNET 帐户没有对 IIS 的访问权。
解决方法:再安装一遍 dotnetframework(运行dotnetfx.exe:安装文件的wcu\dotnetframework 目录下)——修复。感觉时间比较长。
还有一个办法:重新注册 IIS,运行 aspnet_regiis -i(C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727目录)。没试过,看资料而已。不过我想,这样不是还得再安装 dotnetframework 么,因为 dotnetframework 运行于 IIS 之上的。(注:IIS 重装之后,必须重新安装dotnetframework)
以上什么原因引起的???

另外还有一个问题:win2003 server 版本的操作系统,同时安装1.0版本的dotnetframwork 和2.0版本的dotnetframwork,如果有两个项目分别采用两个版本的dotnetframwork,且采用同一个进程,则两个项目只能有一个正常工作,而另外一个报错,出错信息(忘记了,明天补上),只要按照出错信息的提示,察看系统的“事件查看器”,再在 IIS 中开辟一个新的进程(注意:建立原进程副本没用,必须新建一个进程),两个项目分别采用不同的进程即可正常工作。