Is there a way to deploy my NextJS App on IISNode while preserving the SSR and SSG functionalities? I prefer not to use a custom server for rendering as it may affect the SSR and SSG capabilities. What configurations should be included in my web.config
file?