Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Typo is fixed #56

Merged
merged 1 commit into from
Nov 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/tip112.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Part 1:
* In my **web.config**, I add the following lines inside my **System.Web** tags to turn on forms-based authentication configuration.

```asciidoc
<authentication mode="Forms')">
<authentication mode="Forms">
<forms loginUrl="~/Account/LogOn" timeout="30"/>
</authentication>
```
Expand Down