Invalid Server License

0
0

We have 1 server with 2 website.

In IIS I have configured several applications on each of the 2 websites, one for each of our WiseJ apps.

2 of the applications do not show the “Invalid license” message but a new one I created today does.

 

I copied the files from the VS2019 folder

Default.html

default.json

web.config

and the entire BIN folder

 

What did I do wrong?

  • You must to post comments
0
0

You copied the correct server license key into web.config right?

If the key is not specified in web.config, Wisej will look for the key in three additional places:

  • File System Folder (Environment.SpecialFolder.CommonApplicationData),
  • Project Folder,
  • TempPath (Path.GetTempPath()),

If it doesn’t find the key in any of these places it will show the error.

HTH,

Levie

  • Haas Door
    I didn’t have it copied into Thanks Levie
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.