I'm setting up a vNext app server-side (IIS 8 on an Azure VM WS2012):
I have wwwroot folder of files, approot folder of files, test file (related to my dnx command I guess), and a test.cmd file (also related to that dnx command I have setup in project.json). I have these folders and files sitting on a share and setup in IIS just like any garden variety website configuration in IIS. I deleted the default documents.
I setup the path to the site trying both wwwroot and the parent of wwwroot; but when I browse the site, I'm getting 403: Forbidden either way ... what am I missing?
Also, what's the AppPool for these? ... should it be "No Managed Code"
Are there any Advanced Settings for the AppPool that I need to deal with?
I'm setting up a vNext app server-side (IIS 8 on an Azure VM WS2012):
I have
wwwrootfolder of files,approotfolder of files,testfile (related to my dnx command I guess), and atest.cmdfile (also related to that dnx command I have setup in project.json). I have these folders and files sitting on a share and setup in IIS just like any garden variety website configuration in IIS. I deleted the default documents.I setup the path to the site trying both wwwroot and the parent of wwwroot; but when I browse the site, I'm getting 403: Forbidden either way ... what am I missing?
Also, what's the AppPool for these? ... should it be "No Managed Code"
Are there any Advanced Settings for the AppPool that I need to deal with?