Hi team,
I state that I am not a hosting service expert.
So far I have published my applications on physical servers with full access to the IIS service.
Now I have a Windows Hosting service on Aruba provider.
Some features are:
Operating system: Windows Server 2019
Web server: Microsoft IIS 10
HTTP / 2: YES
Applications in isolated pools: YES
In the control panel I only have the option to manage the filemanager path as in a picture attached.
Since I don’t see the classic path: inetpub\wwwroot\mysite, where to copy the project, I don’t understand how to deploy my application.
The site responds with the entry point default.asp.
Any suggestions?
Thanks
Your Default.html is correct and in the right place. You probably have the wrong web.config or your assemblies with wisej assemblies are not in /bin.
Wisej deployment is identical to a standard ASP.NET application.
Try http://[your url]/wisej.wx
This is what you have to receive: http://demo.wisej.com/codeproject/wisej.wx
Since you get a 404 error on your deployment it means that web.config is missing, or not configured correctly (you need the handler and the module) or the provider is overriding.
We can provide custom support on your deployment with 4h support packages if you need to.
Dear Kevin,
i tried to upload my application by putting all my folders and files inside the public folder per as your indications.
However it didn’t work and as result i obtain what is shown in the attached file n.1
If i move default.html and default.json under the base folder and leave all the others in the public folder i obtain a blank page with the application title in the tab (see file. n2).
Dear Kevin,
thank you for your answer.
My question was probably incorrect . I didn’t mean how to publish but where to put (inside the base folder) all my application folders and files (bin, Default.html, Default.json, etc…).
I’ve already tried to put all inside the base folder but it didn’t work.
Thank you in advance
Hi Angelo,
the screenshot folder is the base folder of your application a simple FTP deployment in this folder should help you to put your web app online.
More details has here:
PS. You just need to make sure that your application that is located in /bin has been compiled and is working properly.
Best,
Kevin (ITG)
Please login first to submit.