Hi to all,
this is my situation: VPS with windows server 2022, IIS, domain
name and certificate for https. All work properly, I can see https://www.mydomain.com and I create a little app with asp.NET, I configure it like an app under IIS default website and I can see it by https://www.mydomain.com/asptest.
Now I try to configure some Xojo Webapps with IIS default website like an app, so I can use the url https://www.mydomain.com/appname1 for first app, https://www.mydomain.com/appname2 for second and so on.
I’m not a specialist about IIS.
I read documentation about how to use IIS (for example Windows IIS Deployment).
I create a windows service and now I can see my app by http://www.mydomain.com:port.
After I create an app in IIS Manager with name and physical path to the folder with all files about my Xojo app, I create a URL Write, and all seams to be ok.
When I try to open https://www.mydomain.com/appname1 I see a blank page, if I look inside browser development tools I see a message about missing css resources.
Can someone help me by suggesting what I need to check? Is it a problem about missing resources or other things about IIS configuration?
Thank you,
Oscar
11 posts - 2 participants