Process.Start

0
0

Hi Wisej,

I use “Process.Start” to open new website by the link.

At the development environment: It is done.

At the Host: It is not done.

How to open new website by the link?

Thank you.

  • You must to post comments
0
0

Hi Huỳnh,

Remember there are two sides of Wisej. The server-side and the client-side. When you call Process.Start() you’re creating a new process on the server. This worked on your local machine because it’s your server. When using an external server. You’re creating the process on that server (not on your client).

If you want to navigate to a different link check out Application.Navigate()

https://wisej.com/docs/2.0/html/T_Wisej_Web_Application.htm

 

Best regards,

Levie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.