based on the issue you raised, it seems that you did not properly publish your site.
Please do the followings:
1. Please open your project with VS tool 2. On the Solution Explorer window, right click your project and select "Publish" 3. Please publish your project to a local folder, e.g. C:\Project 4. Once you publish your files to this folder, you just need to upload whatever files you see on C:\Project via FTP to the server and I guarantee everything will work
If you like to host your website, you can consider
asphostcentral.com as your hosting provider
Please mark this response as an "answer" if it helps you. Thanks heaps!
lwaite
Member
41 Points
112 Posts
css works in web.config.debug but not in web.config.release
Sep 06, 2012 02:00 PM|LINK
Hi,
When I publish to a site as release the css for an accordian does not work.
When I publish it as debug it works fine.
What am I missing here?
Thanks!
necro_mancer
Star
8089 Points
1590 Posts
Re: css works in web.config.debug but not in web.config.release
Sep 06, 2012 02:11 PM|LINK
based on the issue you raised, it seems that you did not properly publish your site.
Please do the followings:
1. Please open your project with VS tool
2. On the Solution Explorer window, right click your project and select "Publish"
3. Please publish your project to a local folder, e.g. C:\Project
4. Once you publish your files to this folder, you just need to upload whatever files you see on C:\Project via FTP to the server and I guarantee everything will work
If you like to host your website, you can consider asphostcentral.com as your hosting provider
Please mark this response as an "answer" if it helps you. Thanks heaps!
Professional SQL 2008 R2 Service
lwaite
Member
41 Points
112 Posts
Re: css works in web.config.debug but not in web.config.release
Sep 06, 2012 05:46 PM|LINK
It worked. I am a bit confused as it is a webdeploy publish but at least it is working now and I know the workaround.
Thanks!