G
Guest
I need to deploy a no-touch app. There seems to be conflicting information about how IIS needs to be configured to handle this. One issue is the config file associated with the app. I've read that I need to remove the .config entry from my App Mappings in IIS, yet, it seems I can get and see the config file regardless of whether or not I remove this entry. I'm using the default settings of IIS 5.0. So my first question is, "Do I need to remove the .config entry from my App Mappings for the Virtual that I set up to deploy my app?
The second question relates to how to secure the Auto Deploy directory in IIS. I've read that I need to have Anonymous Access checked in order for the .config file to be deployed. Is this true? It seems I can't use Windows Authentication by itself. If that's the case, how can I secure access to the site? Thank you.
The second question relates to how to secure the Auto Deploy directory in IIS. I've read that I need to have Anonymous Access checked in order for the .config file to be deployed. Is this true? It seems I can't use Windows Authentication by itself. If that's the case, how can I secure access to the site? Thank you.