Wisej in plesk Onyx

0
0

Sorry about the empty question, but something happened with my browser…

Anyway,
I’m having problems trying to run a wisej application in a plesk onyx hosting.
I think i did all the configurations needed, but a allways get de 500 internal server error, too generic to pinpoint.

Any ideia how to debug this?

  • You must to post comments
0
0

Hi Ricardo,

Wisej applications are ASP.NET applications and ASP.NET requires full trust. Can this be the source of the problem?

  • You must to post comments
0
0

Hi Tiago,

I’m pretty sure that is set. But i use IIS mainly, and plesk is kind of a mistery to me.

Any other possible cause you can think of?

Thanks!

 

 

Attachment
  • You must to post comments
0
0

Hi Ricardo,

I presume your Wisej application runs all right on a onsite IIS.

As I said before Wisej applications are ASP.NET application. If you can run an ASP.NET application, you can also run a Wisej application.

If the configuration of your hosting provider can currently run an ASP.NET application and if your Wisej application can run on a onsite IIS, there should be no problems running your application on a remote hosting provider.

I suppose your hosting provider has a KB and maybe also a forum. I suggest you search these valuable sources of information for amswers.

 

  • You must to post comments
0
0

Thanks again Tiago,

I did what you suggest and publish a simple asp.net that run without any problem (with the same confirgration).

The wisej runs perfectly in IIS express and also in an azure dedicated server (obviously IIS), and again, everything is ok.

So the problem is somewhere between Wisej and plesk hosting. I will try plesk help.

I’ll post here the result.

 

 

 

  • Luca (ITG)
    In the ASP.NET sample that works, please try to write something to a temp file using Path.GetTempFileName() and try to create a temp directory using Directory.CreateDirectory(Path.Combine(Path.GetTempPath(), “Test”). Wisej needs to write to the temp directory which is usually available to IIS at most providers. In any case, it needs top write to disk to create the pre-compressed bundles.
  • Ricardo Nogueiar
    Luca, Did that test, and asp.net successfully wrote the “test” folder.
  • You must to post comments
0
0

More data..

This is a in indicator that wisej doesn’t “compile”, right?

Attachment
  • Luca (ITG)
    No, it means that *.wx are not being processed. Check your web.config. Also try to add /default.html. What version are you using?
  • Ricardo Nogueiar
    Sorry, after switching from the asp.net test site to wisej i’ve forgot something in the webconfig. The 500 internal server error is what i get again. The version is 1.5.25.0 The default.html loads, but the error appears where processing de wisej.ws script. (i think).
  • You must to post comments
Showing 6 results
Your Answer

Please first to submit.