use IIS created a site, with web.config file as follow:
(use httpPlatformHandler, not fastCGI)
arguments="C:\py\www\odoo16\odoo\odoo-bin -c C:\py\www\odoo16\odoo\odoo.conf"
stdoutLogEnabled="true"
stdoutLogFile="C:\py\www\odoo16\odoo\log\odoo.log"
startupTimeLimit="60"
processesPerApplication="16">
IIS site binding port: *:8069
visit : 127.0.0.1:8069
error: OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
find many solutions from online pages, enable port, kill other tasks, etc,, tried a lot but all failed.
anyone deploy odoo on win platform using httpPlatformHandler ?
thanks advanced.