publish application on aruba web hosting

0
0

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

Attachment
  • You must to post comments
0
0

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.

  • You must to post comments
0
0

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).

Attachment
  • You must to post comments
0
0

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

  • Kevin
    • Kevin
    • Sep 2, 2021 - 11:34 am
    Hi Angelo, just put inside public folder and I think you should delete or rename the default.asp file because it forces the redirection to its content (but I am not sure) just respect this tree structure public/Default.html public/Default.json public/favicon.ico public/Web.config public/bin/
  • You must to post comments
0
0

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:

https://guide.hosting.aruba.it/hosting/windows/pubblicazione-sito-web/pubblicazione-sito-e-configurazione-client-ftp.aspx

https://guide.hosting.aruba.it/hosting/windows/configurazione-e-gestione-spazio-web/ripristino-configurazione-iniziale-spazio-web.aspx

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)

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.