emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

QuickApp ASP.NET Core 3.0 / Angular 8 is no longer running under iis #146

Closed RalfPreuss closed 1 year ago

RalfPreuss commented 5 years ago

The latest version 3.0 does not run under IIS. First error: package.json not found. Next: The command "run-p" is either misspelled or could not be found.

IIS V10 NodeJs 10.16.3 DotNetCore 3 Runtime

IngoManthey commented 4 years ago

Hi, I also had a problem with the IIS. After I changed the web.config file, the program ran without problems: `

</aspNetCore>`