English 中文(简体)
MembershipProvider and web.config
原标题:

Where can I get a list of all the configuration properties for the Membership provider that can be added to the web.config, i.e.

<membership defaultProvider="MembershipProvider">
  <providers>
    <clear/>
    <add name="MembershipProvider" type="Providers.MembershipProvider, Providers" description="membership provider" passwordFormat="Hashed"/>
  </providers>
</membership>
最佳回答
问题回答

暂无回答




相关问题
ASP.NET MVC Web Config Email Settings

I m trying to include some SMTP settings in my ASP.NET MVC project by adding the following to my Web.Config file: <system.net> <mailSettings> <smtp> <network ...

change web.config settings in code behind

i m using a third party upload control and there r few settings in web.config <uploadSettings allowedFileExtensions=".pdf,.xls,.doc,.zip,.rar,.jpg" scriptPath="upload_scripts" imagePath="" cssPath=...

WebForms and ASP.NET MVC co-existence

I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I ve done to make that happen is that I added a namespaces node to the WebForms web.config: <pages ...

热门标签