添加项目文件。
This commit is contained in:
17
Epost.TestToolsWeb/App_Start/IdentityConfig.cs
Normal file
17
Epost.TestToolsWeb/App_Start/IdentityConfig.cs
Normal file
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.Entity;
|
||||
using System.Linq;
|
||||
using System.Security.Claims;
|
||||
using System.Threading.Tasks;
|
||||
using System.Web;
|
||||
using Microsoft.AspNet.Identity;
|
||||
using Microsoft.AspNet.Identity.EntityFramework;
|
||||
using Microsoft.AspNet.Identity.Owin;
|
||||
using Microsoft.Owin;
|
||||
using Microsoft.Owin.Security;
|
||||
|
||||
|
||||
namespace Epost.TestToolsWeb
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user