Hi sir,
Tell me the permission to set for the hosted folder in IIS 8. I am getting the below error while i host the application in IIS Server. I am using windows server 2012 web server with IIS 8. Kindly give me the solution for these problem.
Server Error in '/MyService' Application.
--------------------------------------------------------------------------------
Access is denied.
Description: An error occurred while accessing the resources required to serve this request. You might not have permission to view the requested resources.
Error message 401.3: You do not have permission to view this directory or page using the credentials you supplied (access denied due to Access Control Lists). Ask the Web server's administrator to give you access to 'C:\HostedApp\MyAndroidService'.
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045
Loading
Sunny SharmaPosted Aug 1, 2013, 6:59 AM
Dear Nizam,
I'll recommend not to refer another question in some other thread. You should reply in your's thread only otherwise It will lessen the chance of your problem being solved or yours getting help.
Safeer SafeerPosted Aug 1, 2013, 6:56 AM
Safeer SafeerPosted Aug 1, 2013, 6:55 AM
Sunny SharmaPosted Aug 1, 2013, 6:48 AM
Try assigning read/write permissions to NETWORK_SERVICE and ASPNET accounts to that folder.
Follow the procedure:
Go to Properties of this folder: C:\HostedApp\MyAndroidService
Under Security Tab > Edit > Add, find NETWORK_SERVICE account and add it. Assign all the permissions to this account. Do the same for ASPNET account.
Restart the application and try again.
Hope it helps.
Deepak VermaPosted Aug 1, 2013, 6:39 AM
Give 'IUSER' and 'Network Service' Full Control.
Also verify, whether your settings allows Anonymous Access to this folder.
I've not practically done it with IIS8... but may help you.
Sanjeeb LenkaPosted Aug 1, 2013, 6:20 AM
http://msdn.microsoft.com/en-us/library/bb763173%28v=vs.100%29.aspx