I have created a component Template and I made this component Template as Dynamic. I have checked "Allow on Page Using Dynamic Assembly". The output is of type "HTML fragment".
Then I published Component and Component Template.
I created a Page and added the component and its component Template to the Page. The output of the page is aspx.
The Page TBB is like this.
<!-- TemplateBeginRepeat name="Components" -->
@@RenderComponentPresentation()@@
<!-- TemplateEndRepeat -->
I published the page. My published pages are getting stored at local location C:\Temp.
I opened the page through visual studio and browsed the page through IE.
Then I made changes to component and published it. The changes are not getting reflected in the published page. As the CT is dynamic, changes should automatically reflect in the page.
But it did not reflect.
Did I miss any steps?
EDIT
I cannot find
<tridion:ComponentPresentation runat="server" etc .../>
Do I need to do any setting in any of the config file.
Can anyone let me know reason behind this?
Thanks In Advance.
Check that the language of your publishing target is not set to 'none'. The 'none' setting will force the publisher to embed the DCPs in the page, and prevent them from being dynamically included.