瑙e喅鍔炴硶[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