I’m at a complete loss.
I even tried to re-deploy the small test application and it fails.
Could you please provide a Hello World simple Wisej application (VB preferred) and deployment instructions and index.html (etc.) that will load this application and run it in Edge browser?
Thanks
I created a small .aspx website; published it successfully; it runs successfully, apparently starting with default.aspx.
I use the exact same publish settings from Visual Studio 2022; it publishes successfully; but when I enter my https://subdomain.domain.org, it always fails with a blank screen or various errors.
It appears there is no “default.aspx” entry point for the application.
…after researching, I have created my application with wiseJ windows…are these NOT deployable as a website?
I followed the video instructions exactly and it failed with System.Windows.forms must be installed.
In order for this error to be resolved, I upgraded the .net from 7.0 to 8.0 and it compiled and ran.
I’ll try to deploy and let you know my success (I hope 🙂 )
Any template works out of the box. Hit run and it works. To publish to IIS you need to follow Microsoft instructions. These are all standard ASP.NET or ASP.NET Core apps. Or pick your target here https://docs.wisej.com/deployment and follow the steps. The most common error that people new to Microsoft ASP.NET Ccore make is to create the wrong target, fail to install the correct IIS plugin, configure web.config incorrectly (see commenter section).
Publishing on Azure, AWS, etc. are all standard ASP.NET or ASP.NET Core.
If you post what you are trying to deploy (net48 is ASP.NET, netcore is ASP.NET Core) and how (what steps are you following) and what error you are getting) someone may be able to help you.
Please login first to submit.