Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 06, 2012 07:51 PM by yzhang738
Member
288 Points
228 Posts
Aug 04, 2012 04:05 AM|LINK
Hi,
I have an asp.net mvc2 website hosted in window azure. But after change the skin and publish to azure, the website skin is not updated. It looks like css file (in ../Content) is not changed. How to fix it? Thanks.
Participant
924 Points
206 Posts
Aug 07, 2012 11:35 PM|LINK
In the properties for the file that is not being updated correctly, do you have the Build Action property set to Content?
Aug 09, 2012 06:09 AM|LINK
Yes, css file's Build Action is set to Content.
Sep 06, 2012 07:51 PM|LINK
This is solved and reason is that "siteTheme" property in the ServiceConfiguration.cscfg must be changed too.
yzhang738
Member
288 Points
228 Posts
Why skin not updated
Aug 04, 2012 04:05 AM|LINK
Hi,
I have an asp.net mvc2 website hosted in window azure. But after change the skin and publish to azure, the website skin is not updated. It looks like css file (in ../Content) is not changed. How to fix it? Thanks.
Mythran
Participant
924 Points
206 Posts
Re: Why skin not updated
Aug 07, 2012 11:35 PM|LINK
In the properties for the file that is not being updated correctly, do you have the Build Action property set to Content?
yzhang738
Member
288 Points
228 Posts
Re: Why skin not updated
Aug 09, 2012 06:09 AM|LINK
Yes, css file's Build Action is set to Content.
yzhang738
Member
288 Points
228 Posts
Re: Why skin not updated
Sep 06, 2012 07:51 PM|LINK
This is solved and reason is that "siteTheme" property in the ServiceConfiguration.cscfg must be changed too.