安装和维护 >>  打开主页时显示权限错误信息的一个问题的解决方法

现象:
安装后,打开网站,显示:
Server Error in '/URTracker' Application.
--------------------------------------------------------------------------------

Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\urtracker\043f86da\bad02947" is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

..............
一般出现在win2000(2003)服务器版本上.解决方法如下:
  RESOLUTION

To resolve this issue, follow these steps:

1.        Click Start, and then click Run.

2.        In the Open box, type cmd, and then click OK.

3.        Switch to the Drive:\Windows\Microsoft.Net\Framework\v1.1.4322 folder, where Drive is the drive where Windows is installed. To do so, type the following line at the command prompt, where Drive is the drive where Windows is installed, and then press ENTER:

cd C:\windows\microsoft.net\framework\v1.1.4322

4.        Add the appropriate permissions to the Network Service group for the Temporary ASP.NET Files folder. To do so, type the following line, and then press ENTER:

aspnet_regiis -i

5.        Type exit, and then press ENTER to quit the command prompt.