3

用于 ASP.NET 配置文件服务的配置文件在 Page_Load 等文件后面的页面代码中不可用。

这可能只是 Visual Studio 安装/配置的问题,但作为另一个问题,放置在 App_Code 中的类在页面代码中看不到。即使我将新的 ASP.NET 文件夹添加到我的项目中,“App_Code”也不能作为选项使用。

我用 ASP.NET Web Project 和 Empty ASP.NET Web Project 测试了整个场景。创建 ASP.NET 网站时确实存在此问题。

环境:Visual Studio 2010 Ultimate x64、ASP.NET 4.0、Windows Server 2008 R2 x64。

可能是什么问题以及如何解决?

4

1 回答 1

1

Profiles only Work Out-of-the-Box with the Web Site Template.

要在 Web 项目中使用 Profile,您需要应用此处提供的解决方法。

http://code.msdn.microsoft.com/WebProfileBuilder

http://weblogs.asp.net/joewrobel/archive/2008/02/03/web-profile-builder-for-web-application-projects.aspx

于 2010-06-02T07:58:38.033 回答