I have a website which displaying partially, I am having trouble with web application access css style sheets and executing javascripts scripts I believe it's related to access permissions to 'subfolders' but I don't know how to resolve it. The CSS files
are located in subfolders
I'm moving a website/application from Windows 2003
I was provisioned a server with IIS 8.5/OS: Windows Server 2012 R2
World Wide Web Service runs under "System" account
There is a defined folder called "\Data\Web\Site"
I coped my app/site underneath \Data\Web\Site\HASD
The CSS files are located ..\HASD\THEMES\CSS
Permissions are to folder \Data\Web\Site and all sub directories including "HASD" Folder:
SYSTEM ~full control
Administrators (HOSTNAME\Administrators) ~ full control
Users (HOSTNAME\Users) ~ read, read & excute, list folder contents
I added an application to the Default Website - HASD, at the IIS-section in IIS Admin clicked handler mappings, then clicked right side clicked edit feature permissions ... added execute scripts, I thought this might be similar to the old IIS option?
I am using "Windows Authentication" for the website (added via roles->features) the HASD website I copied from old server (win 2003) to the new (win 2012 r2) seems to load ok, exception of some css / javascripts.
Any suggestions?
I've tried the security section linked by some users but nothing useful. :(
I also have enabled static content