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?
revlet deployment
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: revlet deployment
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.
-
- Posts: 17
- Joined: Tue Aug 10, 2010 3:16 pm
Re: revlet deployment
you have to add a mime type for the .revlet extension in the properties of IIS.