|
Home > Archive > Microsoft Content Management Server > October 2006 > Something is Wrong
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Something is Wrong
|
|
|
| OK I can repeat this bizarre occurance and don't know what to do.
I created a new template in CMS template gallery from VS.NET 2005.
I associated it with an aspx page.
On the aspx page I added an image placeholder and the console plus some html
to it.
I bound the image placeholder to the template placeholder.
I build the site successfully.
I then browsed the site. Created a new page, selected the new template and
canceled the creation of the new page as I missed something on the page.
All is well.
I wen back to my ASPX page, added some more html, surrounded my new image
placeholder inside a <div> tag. I added a csssClass to my image placeholder
control. Saved and rebuilt the site.
I then browsed the site. Selected 'created new page' from the console, ,
selected the new template but my new content change does not appear.
Why?
I reset IIS too.
What is wrong here? And more importantly, what I can do to correct.
Tom
| |
| Stefan Goßner [MSFT] 2006-10-26, 1:14 pm |
| Hi Tom,
if even a IISreset did not resolve this, then you modified the wrong ASPX
page.
It is not the one bound to the template gallery item.
Cheers,
Stefan
"Tom" <Tom@discussions.microsoft.com> wrote in message
news:D10FC360-6157-45ED-89C6-20A693B0424D@microsoft.com...
> OK I can repeat this bizarre occurance and don't know what to do.
>
> I created a new template in CMS template gallery from VS.NET 2005.
> I associated it with an aspx page.
> On the aspx page I added an image placeholder and the console plus some
> html
> to it.
> I bound the image placeholder to the template placeholder.
> I build the site successfully.
>
> I then browsed the site. Created a new page, selected the new template
> and
> canceled the creation of the new page as I missed something on the page.
>
> All is well.
>
>
> I wen back to my ASPX page, added some more html, surrounded my new image
> placeholder inside a <div> tag. I added a csssClass to my image
> placeholder
> control. Saved and rebuilt the site.
>
> I then browsed the site. Selected 'created new page' from the console, ,
> selected the new template but my new content change does not appear.
>
>
> Why?
>
> I reset IIS too.
>
> What is wrong here? And more importantly, what I can do to correct.
>
> Tom
>
|
|
|
|
|