revlet deployment

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
wake
Posts: 21
Joined: Thu Jun 25, 2009 6:15 pm

revlet deployment

Post by wake »

I currently have a small application that runs great when double clicking the "test.html" (opening as a file) in Firefox, but will not load when deployed to an IIS server and accessed via http.
Basically I am copying the entire build folder to my IIS web server, and then browsing to the "test.html" file via http with Firefox. The page title is displayed, but the revlet object is never rendered.

Am I missing something simple?
wake
Posts: 21
Joined: Thu Jun 25, 2009 6:15 pm

Re: revlet deployment

Post by wake »

Nevermind...I tested the revlet on an apache web server and it worked like a charm. Chalk this up to some quirky IIS setting I suppose.
scott47303
Posts: 17
Joined: Tue Aug 10, 2010 3:16 pm

Re: revlet deployment

Post by scott47303 »

Screenshot-2.jpg
Screenshot-2.jpg (71.13 KiB) Viewed 3519 times
you have to add a mime type for the .revlet extension in the properties of IIS.
Post Reply