MB 462/win2003/IIS6/asp.NET 1.1 and 2.0 installed
After MB Web Services installation error message on remove FF or IE client:
Server Error in '/MediaBinWebService' Application.
Runtime Error
error message in client (FF or IE) running on MB server itself:
“System.UnauthorizedAccessException“ – Access to the path “C:\WINDOWS\Microsoft.NET\Framework\…\Temporary
ASP.NET Files\…\ hash.web” is denied.
resolution:
http://support.microsoft.com/kb/325093/EN-USTo resolve this issue, repair the IIS mappings so that the file name extensions for ASP.NET are properly associated. There are two ways to fix IIS mappings for ASP.NET.
To repair IIS mappings for ASP.NET, run the Aspnet_regiis.exe utlity. To do so, follow these steps:
1. Click Start, and then click Run.
2. Type cmd, and then click OK.
3. At the command prompt, type the following command, and then press ENTER:
"\WindowsFolder\Microsoft.NET\Framework\VersionNumber>\aspnet_regiis.exe" -i
Note Replace WindowsFolder with the name of the directory where the operating system is installed. Replace VersionNumber with the .NET Framework version installed on your computer.
To repair IIS mappings for ASP.NET, you must register Aspnet_isapi.dll. To do so, follow these steps:
1. Click Start, and then click Run.
2. Type regsvr32 WindowsFolder\Microsoft.NET\Framework\VersionNumber\aspnet_isapi.dll, and then click OK. Regsvr32 returns the results of the registration.