I tried to Move a published version of my ASP.NET application to Windows 7.0 into:

C:\Inetpub\wwwroot\

I am prevented from doing this because I don't have the correct rights (admin rights).

How do I resolve this?

link|improve this question

0% accept rate
feedback

migrated from stackoverflow.com Apr 8 '11 at 11:06

This question came from our site for professional and enthusiast programmers.

1 Answer

change the permissions. Open powershell as admin and write this:

icacls c:\InetPub\wwwroot /grant "YourUserName:(OI)(CI)F"
link|improve this answer
No i resolved the issue. Folder which i am trying to move has Read Only Property, I unchecked the property !! – Chok Apr 8 '11 at 15:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.