Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
unable to run my website which is on network drive on my iis7 given all the permission in iis using specific user name but still unable to run showing the error can not read the configuration file set up all the permission on netwrok drive but still not working

note : the same website that is working from my local c: drive

please help me thank you
Posted
Comments

1 solution

Here are steps:

SQL
http://www.youtube.com/watch?v=ztMHiHufEyA

http://esupport.trendmicro.com/solution/en-us/1098768.aspx


-Go to 'Trend' Application Pool Basic Settings and select the .Net Framework settings to 4

-Go to 'Trend' Application Pool Advacnced Settings and select the App Pool Identity to LocalSystem

If you get any authentication issues then follow the below steps
-Select the Project folder in this case

   C:\Users\(YourUSerDir)\Documents\Visual Studio 2012\Projects\BLEService

go to security tab and give full PErmissions to 'IUSR' user

-Go to the ISS, Default WebSite, Service (BLEService)---Authentication-->Anonymous Authentication-->edit--> Specific USERL:IUSR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900