NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kevin plummer

Pages: 1 [2] 3 4 ... 79
16
Web Server - Ask For Help / Re: automatic webserver restart
« on: November 22, 2016, 04:09:58 AM »
Hi Ton,

I bring up the win32 window from the taskbar hidden icon menu. As mentioned it only works when the app shuts down cleanly.

17
Web Server - Ask For Help / Re: automatic webserver restart
« on: November 20, 2016, 10:27:45 PM »
Hi Johan,

if you have Capesofts Self Service it is one of the shipping examples

Cheers,

Kevin

18
Web Server - Ask For Help / Re: automatic webserver restart
« on: November 16, 2016, 04:46:28 PM »
there is a nifty app that ships as a selfservice example called connection checker that will restart your app if it is not running. The only prob is that it only works if it shuts down cleanly. GPF reporter will aslo restart the app if it gpf's. But if it just hangs or doesn't shut down properly that can still be a problem.

19
If your certificate is for www.tvdb.nl then you won't be able to test it locally using https://localhost:443 - as the url need to match

20
Web Server - Ask For Help / Cross Browser Testing
« on: September 25, 2016, 07:28:16 PM »
Hi All,

I was wanting to cross browser\version test a new app and was wondering if anyone was using a tool they could recommend that automated the process? I found that something that worked on my Mac\Safari did not work at a clients site and not sure what other compatibility issues I might have when we go live.

Cheers,

Kevin

21
Web Server - Ask For Help / Re: Tagging records for exclusive use
« on: September 25, 2016, 04:27:04 PM »
If you block it with a flag then you want to also ensure the flag can be removed automatically after a period of time so your record is not locked. One way is when the session is deleted it also deletes the tags (which it should anyway). I would also use a memory table as Robert suggested.

22
Hi Poul,

404 is when a web page is not found so irrelevant in your example.

Technically I'm not sure returning a null or error response message in your case is the right approach.

Cheers,

Kevin

23
google is your friend.

24
Hi Jim,

presumably it works on the same machine if not a service?

The usual problem when running something as a service is it runs under a service account so you need to check if the service account has all the permissions it needs.

cheers,

Kevin

25
Web Server - Ask For Help / Re: Finding Correct Embed Points
« on: September 12, 2016, 07:19:16 PM »
Hi Jim,

in your instance below you need to store the values before you click the button or send them as parameters to your email procedure.Or use p_web.script after setting you values in embed code to call your email form rather than using the link on the template.

HTH's,

Kevin

26
Web Server - Ask For Help / Re: Consuming WSDL files
« on: September 05, 2016, 02:56:06 PM »
It would help me as well

27
Web Server - Ask For Help / Re: Storing encrypted data
« on: August 23, 2016, 05:12:22 PM »
It's a good question. I googled best practice and sounds like no perfect way but there are methods to make it harder if hacked.


http://stackoverflow.com/questions/723653/storing-encryption-keys-best-practices

28
Have you gone through and made all the changes required in the NT8 to NT9 documentation?

29
Web Server - Ask For Help / Re: Two or more lookups in EIP
« on: August 07, 2016, 09:46:08 PM »
If it is a limit, you can mimic a lookup button with a normal button although it is a lot more work.

30
The user would need a SQL user account (or a generic one for the web app) as windows authenticated user won't necessarily work.

Pages: 1 [2] 3 4 ... 79