I'm trying to set up the WebGoat.Net project from Github https://github.com/jerryhoff/WebGoat.NET
When I attempt to populate the database it fails with the following error.
Additional information: Could not find a part of the path 'C:\Program Files (x86)\IIS Express\DB_Scripts create_webgoatcoins.sql'.
The error is accurate as DB_Scripts is under the Application folder ...\WebGoat.NET\WebGoat\DB_Scripts.
If I move DB_Scripts and change the permissions it seems to work OK but that seems like a hack.
Any clues on how I can configure this in either or both of these versions?
Thanks