question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No webpage was found for the web address: http://localhost:21021/

See original GitHub issue

ASP.Net Core 2.x Abp 3.5+ Spa Angular (include module Zero)
One Solution (Merged AngularUI and Host project) I just downloaded latest Abp template and build as Abp guides but got that error when try running the application. console output:

info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
       User profile is available. Using 'C:\Users\xxx\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
 Hosting environment: Development
 Content root path: D:\MyProject\src\MyProject.Web.Host
 Now listening on: http://localhost:32230
 Application started. Press Ctrl+C to shut down.
 info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
       Request starting HTTP/1.1 GET http://localhost:21021/  
 info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
       Request finished in 261.4247ms 404 

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ismcagdascommented, Feb 13, 2018

@CS-beglnner haven’t tried but it should work at http://localhost:21021/swagger. In order to see angular ui, just run “npm start” in the root folder of *.Web.Host project on the command prompt.

You are right about two web.config file, @alirizaadiyahsi can you check it ?

image

0reactions
ismcagdascommented, Feb 14, 2018

@CS-beglnner those are warnings, you can ignore them. When you use “npm install”, it installs newest minor version of each library. I guess on of the libraries used in angular project causes your initial problem.

If it is working with yarn, then you can go like that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ASP.NET Core This localhost page can't be found
I solved this problem when I realized I had accidentially removed the default route in the StartUp class' Configure method: app.
Read more >
No webPage was found for the web address localhost Identity ...
In this video, I am going to show you how to fix following error " No webPage was found for the web address...
Read more >
How to fix error "No webpage was found for the web ...
Hi community, I have created one dotnet core web app. Pushed it to repos in azure devops, created a pipeline and deployed it...
Read more >
This localhost page can't be found. No webpage was ...
Hi, I have a web app currently in development. I have created the project using ASP.NET Core 1.1 with .NET Framework 4.6.2 due...
Read more >
How to configure .Net Core Web.Host project to target IIS ...
http ://localhost:21021/api/services/app/.... Under IIS, my web page name is "NetZeroMtellService", the same is the name of the folder, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found