避免在 ASP.NET 中创建 ProfileCommon

发布于 2024-08-12 04:01:20 字数 210 浏览 3 评论 0原文

我正在使用 asp.net 配置文件功能。 我需要使用一些配置文件属性名称,例如“test/appname”。

当我尝试启动 Web 应用程序时,收到有关无效属性名称的错误。我认为问题是自动生成的 profilecommon 类。

我正在使用 getter 和 setter 访问配置文件属性,因此我不需要 profilecommon 类

如何避免创建此类?

I'm using asp.net profile functionality.
I need to use some profile property names like "test/appname".

When I try to star the web application I get an error about invalid property name. I think the problem is the autogenerated profilecommon class.

I'm accesing profile properties with getters and setters so I don't need the profilecommon class

How can I avoid this class creation?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

予囚 2024-08-19 04:01:20

这是网站项目还是 Web 应用程序项目?

编辑

如何分配配置文件值?

检查有关必须自己为 Web 项目实现配置文件的部分 - 也是 MVC AFAIK:
http://www.codersbarn.com/帖子/2008/07/10/ASPNET-PayPal-Subscriptions-IPN.aspx

Is this a Website project or a Web Application project?

EDIT

How to assign Profile values?

Check the part about having to implement profiles yourself for the Web Project - also MVC AFAIK:
http://www.codersbarn.com/post/2008/07/10/ASPNET-PayPal-Subscriptions-IPN.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文