回答編集履歴
1
ハイパーリンク訂正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
作っているのは Web Forms で、Visual Studio 2017 を使って、.NET 4.6.1 で開発とのことですので、認証システムに ASP
|
1
|
+
作っているのは Web Forms で、Visual Studio 2017 を使って、.NET 4.6.1 で開発とのことですので、認証システムに ASP.NET Identity を使えます。
|
2
2
|
|
3
3
|
|
4
4
|
|
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
ASP.NET Identity 入門
|
34
34
|
|
35
|
-
[https://docs.microsoft.com/ja-jp/aspnet/identity/overview/getting-started/introduction-to-aspnet-identit](https://docs.microsoft.com/ja-jp/aspnet/identity/overview/getting-started/introduction-to-aspnet-identit)
|
35
|
+
[https://docs.microsoft.com/ja-jp/aspnet/identity/overview/getting-started/introduction-to-aspnet-identity](https://docs.microsoft.com/ja-jp/aspnet/identity/overview/getting-started/introduction-to-aspnet-identity)
|
36
36
|
|
37
37
|
|
38
38
|
|