To launch the project on local PC, please do the following:
- Launch smtp4dev.exe on port, what is used in webconfig file (example below):
<mailSettings>
<smtp from="andrewchess25@gmail.com">
<network host="localhost" port="32" userName="Andrew Lomakin" password="" enableSsl="false" />
</smtp>
</mailSettings>
- In nuget command line execute the following command:
Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r