Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

ASP.Net core + Angular 2 Publish to IIS

$
0
0

Hi folks,

I am using Asp.Net Core with Web API 2.0 and Angular 2. I tried to publish to IIS.


I think HTTP Methods (e.g get, post...) is not working with IIS. I have no idea what's the problem. Here is the default web.config

<?xml version="1.0" encoding="utf-8"?><configuration><!--
    Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
  --><system.webServer><handlers><add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" /></handlers><aspNetCore processPath="dotnet" arguments=".\HireSmart.UI.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" /></system.webServer></configuration><!--ProjectGuid: a21e77e1-5614-49ac-9a6e-59df6ca27338-->

Any idea?

I am waiting for your response.

Thanks in Advance


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>