error msg for config fileI have an IIS server currently hosting PHP applications located in C://inetpub/wwwroot/phpapp, and the server is pointing to a domain. I want to deploy my Next.js 14 application so that it is accessible at mydomain.com/mynextapp.
I have tried using iisnode and IIS Manager but have been unable to get it working. Additionally, my IP is configured to point to a domain. How can I configure IIS to serve my Next.js application under the specified path mydomain.com/mynextapp
my web.config
4