- Ravi Nath
- SnapDevelop
- Wednesday, 1 July 2020 05:26 PM UTC
Hi,
We have developed a SnapDevelop WebApI using 2019 R2.
When I deploy it to IIS in this case on the same machine (windows 10) where we developed it, I get the error
below while accessing it:
We have made sure all permissions are available to the deployment folder which in this case is the inetpub\wwwroot.
The AppPool has permission for Networkservice
We have .NET core 2.2 on it. This webapi works while testing on the same machine in SnapDevelop IDE.
Not sure what is the problem here.
Here is the webconfig file:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\myapp.dll" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" />
</system.webServer>
</location>
</configuration>
Any help will be great.
Thanks,
Ravi
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.