asp.net 2.0 global themes not working on new windows server 2008

好久不见. 提交于 2019-12-04 12:40:19

From the MSDN, your directory path should read: %windows%\Microsoft.NET\Framework\version\ASP.NETClientFiles\Themes.

MSDN on themes. Of course, there are caveats with this and it appears that your directory could work if certain circumstances are true.

If that isn't the issue, I would also verify the permissions on your Themes directory. The ASP.NET worker process and IUSER or whatever account is running your website will need read access as well to all folders and subfolders of your theme. Are you getting any runtime errors with your setup?

Are using Form Auth. by any chance ? I have seen this happen because of authentication issues.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!