【发布时间】:2011-03-26 19:23:14
【问题描述】:
我正在使用 Visual Studio 2010 SP1、ASP.NET Webforms、Framework .NET 3.5 和 IIS Express(也称为 WebMatrix)。
我的网站在 Visual Studio 中出现以下编译错误:
Theme 'MySweetyTheme' cannot be found in the application or global theme directories.
你知道全局主题目录在 IIS Express 中的位置吗?
(这次我最喜欢的搜索引擎似乎不友好了)。
有关信息:
对于 IIS 5.0/6.0,全局主题路径为:
C:\Inetpub\wwwroot\aspnet_client\system_web\2_0_50727\Themes使用 Cassini(ASP.NET 开发服务器),全局主题路径为:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\Themes
【问题讨论】:
-
我在 IIS 论坛上开了一个话题,但我仍在寻找答案:forums.iis.net/p/1176796/1976366.aspx#1976366
标签: asp.net iis webforms webmatrix iis-express