Good afternoon,
I created a .NET Core 3.1 Radzen application, deployed to ZIP, copied the content of the deploy.zip to webserver Default Web Site/RadzenTest folder.
The application starts, I can switch pages but it says unable to load myTable.
"Failed to load resource: the server responded with a status of 404 (Not Found) " odata/database/mytable$top=10&$skip=0&$count=true
It seems that the custom methods are also "not reachable" while mysite.com/RadzenTest/api/ServerMethods/getMyTable is giving 404 too.
My base ref at deploying was /RadzenTest and the physical path at IIS is set to "C:\Sites\RadzenTest\wwwroot"
Locally everything works fine!
What could cause these problems?
Thanks!