Hi all,
am uploading XML file in IIS server i cant upload the XML file in my server using ASP.NET Core
am adding below config in web.config file but Upload not happen suggest me on this
- "1.0" encoding="utf-8"?>
"." inheritInChildApplications="false">"aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />"XML" path="*.xml" verb="GET,POST" modules="IsapiModule" scriptProcessor="C:\Windows\System32\inetsrv\asp.dll" resourceType="File" requireAccess="None" />"WebDAVModule" />"dotnet" arguments=".\abcService.dll" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" hostingModel="InProcess" />".xml" allowed="true" />"PUT" allowed="true" />"POST" allowed="true" />

Kiran MohantyPosted Feb 4, 2021, 5:39 AM