When deploying from a development to an acceptance IIS environment via FileSystem, the web.config file does not get output to root and as a result, accessing the website produces an Runtime error.
(The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.)
When I check the deployment directory, the web.config isn't there, but instead, its located at the bin/
directory.
I tried changing the file type to Content/ None / Resource and nothing happens.
Also tried to follow this link and disable transformation by adding a TransformWebConfigEnabled tag in my configuration, to no avail.
Publishing straight from Visual Studio works, however, due to restrictions in the company, I can only publish directly to development environments.