Expand my Community achievements bar.

SOLVED

IIS server Configuration with AEM to add Sling Dynamic Include

Avatar

Level 1

Hi Everyone,

 

Need help as i was doing POC for my project and has to use Sling Dynamic Include.

I was referring some links: https://www.argildx.com/technology/sling-dynamic-include-sdi/

https://docs.adobe.com/content/help/en/experience-manager-learn/foundation/development/set-up-sling-...

 

But they have used Apache Server and make changes in httpd.conf and dispatcher.conf but in my project we are using IIS Server, so we have "disp_iis.ini" and "disp_iis.dll".

 

We need to add 

1. LoadModule include_module modules/mod_include.so
2.<IfModule dispatcher_module>
	SetHandler dispatcher-handler
</IfModule>
SetOutputFilter INCLUDES
3.<VirtualHost *:80>
...
<Directory />
				...
Options FollowSymLinks Includes  
AllowOverride None
...
		<Directory>
		...
</VirtualHost>

I am confused now where to add these code and enable TTL .

Can we add these in "disp_iis.ini" ?

 

Thanks in advance...:) 

@kautuk_sahni @arunpatidar

@smacdonald2008 

 

1 Accepted Solution

Avatar

Correct answer by
Employee

non sequitur

 

Sling Dynamic Include is pure Apache and has nothing to do with IIS.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

non sequitur

 

Sling Dynamic Include is pure Apache and has nothing to do with IIS.