Hello, please help, how do I specify Authorization mode="Forms" in the web.config file, then the Gantt chart does not load on the page, all other resources load well
everything is fine on localhost, but not on the server :(
I recommend checking the HTTP requests using the browser developers tools, Network tab. You will see which requests fail and the responses will include an error message which may provide a hint. Most likely, this is an incorrect configuration of the Forms authorization.