-1

Win XP Professional 開発マシンでこの問題が発生しています。私のアプリケーションは仮想ディレクトリにあります。

現在の ID (MachineName\ASPNET) には、'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files' への書き込みアクセス権がありません。

私はこれまでに次のことを行いました。

    1. Must Not Use Simple File Sharing. After Changing Settings, Pls Reboot.

               Open your My Computer, the on menu, select Tool >> Folder Option the Select View Tab,

               Uncheck Use Simple File Sharing

  2  Adding User Permission

             When you create virtual directory on IIS, the actual folder you used with it must have access permission

             To do this, follow:

            select the properties of your actual folder, then select Sharing Tab
            select option Share This Folder
            specify the ShareName (commonly folder name itself)
            then select Security tab, you will see the Group and Username listed there.
            to add ASPNET just click ADD
            pop up window will appear "Select User or Group"
            Click Advance  and Click Find Now
            All Users and Group will be listed there, try to find ASPNET and select OK
            you will going to back on Security tab and select something like "RAD/ASPNET", under that you will see "Permission for ASP.NET"
            for the last step, check Full Control under Allow Column, then OK



3 I Have tried, the aspnet_regiis exe in the framework folder!

まだ機能しません。他のオプションや提案をお願いします..

更新: 私のハードディスクは完全に暗号化されています。影響はありますか?

4

1 に答える 1

0

暗号化は影響しません。

ファイル Windows エクスプローラーで C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files に移動して、ASPNET およびネットワーク アカウントにすべてのアクセス権を付与してみてください。

于 2012-07-06T11:23:33.297 に答える