Trying to install 4.90.3 nosource locally on Win10/IIS/SQLExpress.
1) ZIP downloaded, 'unblocked'
2) Copied file to IIS folder under C:/inetpub
3) Created new 'site' in IIS Manage pointed at above folder.
4) Try to access site and get this error:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
I'm guessing that this line in web.config is supposed to start 'Nop.Web.exe' but can't find it. I tried turning on the stdoutLogEnabled but get no log file generated. I have searched and found similar errors to what I am seeing but nothing seems to match my situation. I'm sure I am overlooking something simple. Thanks for any help.
<aspNetCore requestTimeout="23:00:00" processPath=".\Nop.Web.exe" arguments="" forwardWindowsAuthToken="false" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" startupTimeLimit="3600" hostingModel="InProcess"></aspNetCore>