Error loading external stack

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Pistris
Posts: 148
Joined: Mon Jul 20, 2015 2:40 am

Error loading external stack

Post by Pistris » Thu Nov 14, 2019 7:09 am

Am having difficulty loading a stack on a web server
am using the following line of code

go to stack URL "http://xxx.xxx.xxx.xxx/testfiles/internetstack.livecode"

now if I change the filename to internetstack.txt it loads it no problems

like this

go to stack URL "http://xxx.xxx.xxx.xxx/testfiles/internetstack.txt"

any thoughts?

am using IIS on the web server

Pistris
Posts: 148
Joined: Mon Jul 20, 2015 2:40 am

Re: Error loading external stack

Post by Pistris » Thu Nov 14, 2019 7:18 am

Sorry just realized I had to add the extension livecode in IIS

Post Reply