Base solution for your next web application

Activities of "capacent"

I have a Angular and DotNet core 2.2. project created with version v6.7.0 I have deployed the solution to Azure through ftp following the instructions from

https://docs.aspnetzero.com/documents/zero/latest/Step-by-step-publish-to-azure-angular

I get the error HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure when I try to access the Web application.

I looked at cases #6401 and #6469 and they did not have the right solution for me. I think there is an error in web.config for the Web.Host because the LAUNCHER_PATH is not found. `

`

I have published ASP.NET Core and Angular (single solution) to Azure. The the swagger documentation works

https://bimhost.azurewebsites.net/swagger/index.html

But but when I go to the webpage https://bimhost.azurewebsites.net I get an error:

404
Oops! You're lost.
We can not find the page you're looking for.
Home page.

I have gone through the tutorial https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Deployment-Angular-Publish-Azure and followed all the steps there but no success.

I am working on a multitenancy solution written in .Net Core and Angular.

I have successfully set up Sendgrid to send emails.

I get email with this link http://data.is/account/reset-password?c=ACG8gT0tZAsMibCUJXiuXEb4LPfkw1ooHpXoCmwN37Q=

But when I press it I get error message: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

So my question is: Why is the link not working?

Yes, there is a webconfig.xml file and it looks like this.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.webServer>
    <staticContent>
      <mimeMap fileExtension=".json" mimeType="application/json" />
    </staticContent>
    <httpProtocol>
      <customHeaders>
        <remove name="X-Powered-By" />
      </customHeaders>
    </httpProtocol>
  </system.webServer>
</configuration> 

The project is up and running and everything works smoothly except for the link I get in e-mail.

This link does not work. I get an 404 error

I created a new language Icelandic and now my application does not start. I get the following error in the browser console:

core.js:15724 ERROR Error: Uncaught (in promise): Error: Cannot find module './is.js'
Error: Cannot find module './is.js'
    at .*\.js$ namespace object:185
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:391)
    at Object.onInvoke (core.js:17299)
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:390)
    at Zone.push../node_modules/zone.js/dist/zone.js.Zone.run (zone.js:150)
    at zone.js:910
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:423)
    at Object.onInvokeTask (core.js:17290)
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:422)
    at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:195)
    at resolvePromise (zone.js:852)
    at resolvePromise (zone.js:809)
    at zone.js:913
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:423)
    at Object.onInvokeTask (core.js:17290)
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:422)
    at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:195)
    at drainMicroTaskQueue (zone.js:601)

One of our tenants has changed the Metronic Themes so now his UI is unreadable. How can I restore the Theme so it back to its original state?

I am have a Aspnet core and Angular project and I am trying to run Azure Devops Pipeline. I get the following error in the Build step:

Agent job 1
300 error(s), 42 warning(s)
 
aspnet-core\src\BIM.Core\Authentication\TwoFactor\Google\GoogleAuthenticatorProvider.cs(4,28): Error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?) 
 
aspnet-core\src\BIM.Core\Authorization\Roles\RoleManager.cs(14,28): Error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?) 
 
aspnet-core\src\BIM.Core\Authorization\Users\UserClaimsPrincipalFactory.cs(2,28): Error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?) 
 

Does anyone know why the project is not building?

I am not sure. Where is that configuration set?

Showing 1 to 10 of 13 entries