Failed to create a website on iis 8

1

I'm trying to publish my application to a server windows server 2012 and IIS 8. I deployed the files to the proper folder. In IIS, when I create a new site and test the connection, I get the following failure:

How to correctly configure IIS to be able to run my application that uses windows authentication?

    
asked by anonymous 13.10.2014 / 16:53

1 answer

0

You have to use a user with read and write privileges for C:/inetpub . Or give your current user privileges to this folder.

In IIS, before sending the test the connection you must inform this user: in the option called "Connect As ...".

Absolutely sure this is the problem of not permitting the folder mentioned.

    
13.10.2014 / 20:25