asp.net - IIS (There was an error while performing this operation) -
i receive (there error while performing operation) error referring web.config. follow below configuration:
<?xml version="1.0" encoding="utf-8"?> <configuration> <system.webserver> <handlers> <add name="aspnetcore" path="*" verb="*" modules="aspnetcoremodule" resourcetype="unspecified" /> </handlers> <aspnetcore processpath="dotnet" arguments=".\mes.dll" stdoutlogenabled="false" stdoutlogfile=".\logs\stdout" /> </system.webserver> </configuration> <!--projectguid: e8701310-485f-4f88-b7d0-1473d07238ac-->
browsing page receive below message: however, when remove
<aspnetcore processpath="dotnet" arguments=".\mes.dll" stdoutlogenabled="false" stdoutlogfile=".\logs\stdout" />
from web.config don't receive (there error while performing operation) error below error:
your support highly appreciated.
add , install asp.net core module on machine,
Comments
Post a Comment