Copy link to clipboard
Copied
Hello,
I'm new to CF, please help to know how can I create a web.config file for CF2016 for IIS 8 in Windows Server 2012. Please help to share a sample web.config file for CF2016.
Thanks a lot in advance.
Copy link to clipboard
Copied
web.config file is used by IIS to store the settings you change in IIS on a per website basis. It has nothing to do with Coldfusion and is only produced once you adjust a setting which is no longer inherited from the IIS default settings.
If you have one its because it means you have changed one of the many settings in IIS for that website. If you dont have one, then it doesnt matter either.
What were you trying to achieve by creating one?