Skip to main content

All Questions

0 votes
1 answer
2k views

No webpage was found for the web address: XXX IIS

I had created an Asp.NET Core Web Application My app is running on debug 100%, But on publish and host on my server. the views in subfolder are not found -- Structure: Views -- Setting ---- Donors ...
Majd Albaho's user avatar
  • 1,331
0 votes
1 answer
233 views

LD-JSON causes Web application error

I have a website created in .netcore 2.0 and when I add schema.org markup to the website it returns a 404 error for the website. For example adding the following code at the bottom of the body <...
prospector's user avatar
  • 3,459
3 votes
3 answers
958 views

ASP.NET Core app build to target Core 2.1 fails on IIS 10 server where Core 2.1 is installed

I have just setup up IIS 10 on a clean Server 2016 hosted server, and installed the following packages that I have gleaned should be on the machine to allow IIS to host ASP.NET Core applications: ...
ProfK's user avatar
  • 50.5k
2 votes
0 answers
128 views

Website is not updating in IIS 8.5

we're experiencing a very strange issue here where our web application is not updating. Our application is built on ASP MVC Core 2 and hosted on Windows IIS 8.5. When we initially hosted our web app ...
paradozx's user avatar
  • 108
3 votes
2 answers
913 views

Deploy ASP.NET Core application to IIS

There are a lot of articles all over the Internet about deploying of .NET Core applications to IIS server, but i still can not find clear answers to the following questions: What is the lifetime of ...
Laserson's user avatar
  • 533
0 votes
4 answers
725 views

ASP.NET Core failed to publish on IIS, gives HTTP error 502.5

I am trying to publish an ASP.NET Core 2.0 Webapplication (MVC) to IIS. But I get the HTTP error 502.5. I have tried the following: I looked at the event log from Windows, I found the following ...
Undeadparade's user avatar
  • 1,542
7 votes
2 answers
13k views

Launch external process (.exe) from asp.net core app

I have the following [HttpPost] public IActionResult LaunchExternalProcess() { Process.Start("C:\\Windows\\System32\\calc.exe"); return Ok(); } And this works perfectly fine on my local ...
Zoinky's user avatar
  • 4,829
20 votes
8 answers
17k views

Microsoft.AspNetCore.Antiforgery was not found

I'm deploying a asp.net core 2.0 website to IIS 10. I've made sure that my app is using the correct configuration for ISS in the program.settings file. public class Program { public static void ...
TidyDev's user avatar
  • 3,600