小熊泡泡

常用链接

统计

最新评论

net2.0遇到的两个问题

1.

IIS配置问题:出现了Failed to access IIS metabase的错误


解决办法[md]:
C:\WINNT\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -i

运行过程 [CMD]:
Start installing ASP.NET (2.0.50727).
...................................
Finished installing ASP.NET (2.0.50727).

2.Mutex could not be created

I have got the same issue. It seems like Visual studio 2005 and the web application pool running ASP.NET 2.0 are having a conflict over the temporary folder.
The workaround I have got for now is:
  - If you have visual studio 2005 is open, close it
  - Go tot the ASP.NET temporary folder for v2.0 of the framework
    <Windows dir>\Microsoft.Net\Framework\v2.0<extra numbers>\Temporary ASpNET pages
  - Remove the folder for your application (or all of them)
  - Reset IIS (on a command line window, >iisreset) [not always needed, but I had to use it sometimes]
  - First Browse your page from IE (http://localhost/your app)
  - Then reopen Visual studio

posted on 2006-08-30 16:15 小熊泡泡 阅读(339) 评论(2)  编辑  收藏 所属分类: asp.net2.0

评论

# IIS配置问题:出现了Failed to access IIS metabase的 2009-03-21 13:36 sunnlu

都是e文,看8懂  回复  更多评论   

# re: net2.0遇到的两个问题 2013-05-06 12:39 萨提亚

解决了哦  回复  更多评论   


只有注册用户登录后才能发表评论。


网站导航: