Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 660 Bytes

File metadata and controls

13 lines (8 loc) · 660 Bytes

WebMatrixExample

Got the basis for this project from this article at codeguru

This is a simple web app that only has the functionality for users to log in. This demonstrates how to use the Webmatrix.Websecurity library to maintain user accounts.

You might need to run the nuget command Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r in order to run it properly, if you get the error

Could not find a part of the path '...\WebMatrixExample\bin\roslyn\csc.exe'.

Adjust the database connection string in web.config as needed.