No reaction to the original function after published to the host

Answered
0
0

I create my first wisej web project with try version first time, today.

It’s run normal intact at localhost.

But, published to server then run unusually.

When I press the button, there is no reaction to the original function.

May I ask where is the problem?

The attachment is my web project,
The subdirectory www is the code that is published to the host for execution.

Because the file upload is only limited to 3.9MB.
So, please add the file Wisej.Framework.dll to the bin subdirectory by yourself.

Attachment
    • Guest
    • Sep 2, 2021 - 9:58 am
    My button funtion is like as follow: Process.Start(“rundll32.exe”, “shell32.dll,Control_RunDLL”); // 打開控制台
  • You must to post comments
Best Answer
0
0

Hi Justice,

not 100% sure what you are trying to achieve but if you deploy that code to a server,
it´s executed on the server not the client. So the rundll starts the process on the server.

Best regards
Frank

    • Guest
    • Sep 3, 2021 - 2:33 am
    Hi! Hello! Thank you very much for your answers. Actually, I thought about it this way too, But is there a way to solve this?
  • Luca (ITG)
    No.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.