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 小熊泡泡 閱讀(349) 評論(2) 編輯 收藏 所屬分類: asp.net2.0