-
-
Notifications
You must be signed in to change notification settings - Fork 353
Proposed topics page
-
(JME) Do we need to mention DotLiquid (as the official merge-field technology)? The syntax of changing it probably belongs in the Admin Guide.
-
(DRT) Wasn't sure where to add this, but you can override the theme a site uses by specifying a new theme in the query string. i.e. http://www.rocksite.com?theme=newtheme. When you do this, it saves a temporary site specific cookie that will persist for the current rock site until browser session is closed. (Code Commit)
-
(DanRye) I'd like to see a page with information on workflows. Design discussions, implementation details, activity, actions, etc.
-
(DanRye) I ran into an issue trying to expose my local dev server to others. This is more likely because I'm an IIS noob, but I was able to solve this by adding a binding to the applicaitonhost.config file located here:
C:\Users\<USER NAME>\Documents\IISExpress\config
The binding is listed here in bold, you could specify your IP if it's static
...
<bindings>
<binding protocol="http" bindingInformation="*:6229:*" />
<binding protocol="http" bindingInformation="*:6229:localhost" />
</bindings>
...
VS didn't pick up these settings however, so I ended up starting my server from cmd using:
iisexpress.exe /site:"RockWeb"
- (MikePeterson) Not sure where these belong in the Table of Contents...
My Topic new topic