xweb 3.0.3.300

dotnet add package xweb --version 3.0.3.300
NuGet\Install-Package xweb -Version 3.0.3.300
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="xweb" Version="3.0.3.300" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xweb --version 3.0.3.300
#r "nuget: xweb, 3.0.3.300"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install xweb as a Cake Addin
#addin nuget:?package=xweb&version=3.0.3.300

// Install xweb as a Cake Tool
#tool nuget:?package=xweb&version=3.0.3.300

X.Web

Library for extend ASP.NET functionality.

  • Metadata class
  • XController class
  • XRequest class
  • XPage class
  • XMasterPage class
  • XWebRequest

X.Web is a part of X-Framework library.

You can install X.Web from NuGet - http://nuget.org/packages/xweb/

Usage of X.Web.Security.CredentialsMembershipProvider

Membership provider that allow load user information from web.config file.

Inspired by http://leastprivilege.com/2005/07/27/asp-net-membershipprovider-for-web-config/

Example

<authentication mode="Forms">
  <forms name="auth" loginUrl="~/System/Login.aspx" protection="All" path="/" timeout="30">
    <credentials passwordFormat="Clear">
      <user name="u1" password="p1"/>
      <user name="u2" password="p2"/>
      <user name="u3" password="p3"/>
    </credentials>
  </forms>
</authentication>


<membership defaultProvider="CredentialsMembershipProvider" userIsOnlineTimeWindow="15">
  <providers>
    <clear />
    <add name="CredentialsMembershipProvider" type="X.Web.Security.CredentialsMembershipProvider" />
  </providers>
</membership>
Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.3.300 81 2/6/2024
3.0.2.94 1,907 3/25/2014
3.0.1.90 1,185 3/2/2014
3.0.0.85 1,196 1/19/2014
2.10.0.35 1,279 12/22/2013
2.9.0.29 1,177 12/21/2013
2.8.1.7 1,406 9/22/2013
2.8.1.5 1,154 9/22/2013
2.8.1.1 1,160 9/22/2013
2.8.0.1 1,398 8/24/2013
2.8.0 1,165 8/24/2013
2.7.0.2 1,254 6/16/2013
2.7.0.1 1,292 6/16/2013
2.7.0 1,282 6/16/2013
2.6.0.1 1,196 6/15/2013
2.6.0 1,311 6/15/2013
2.5.0 1,279 5/5/2013