Base solution for your next web application

Activities of "douglasbustos"

Thanks all. We resolved the issue.

Thanks all. We resolved the issue.

Please someone share a solution: I have the version of two project and works fine separately, but my customer need to deploy under same port (443).

Thanks, we can pay for a clean solution because stay in deadline to production.

Please someone share a solution. I have the version of two project and works fine separately, but my customer need to deploy under same port (443).

Thanks, we can pay for a clean solution because stay in deadline to production.

Hi. It would be very useful if they published a step-by-step guide to publish two projects (angular, webhost) on the same port.

Thanks,

Hi. It would be very useful if they published a step-by-step guide to publish two projects (angular, webhost) on the same port.

It seems that the solution is simpler, here I share it.

<a class="postlink" href="https://github.com/facultymatt/angular-unsavedChanges">https://github.com/facultymatt/angular-unsavedChanges</a>

Yes I saw it. But it is not very detailed. For example, it does not explain why it fails to publish in DEBUG mode.

Some manual or document explain in detail.

Hi. I need some help please. I need a solution for my application. Part of code Javascript (for prevent back button) dosn't work in production mode, but en DEBUG mode work fine. Logically that leave unsecure the source code of web application.

I try with minifier [https://aspnetzero.com/Documents/Development-Guide-Core#bundling-minifying-and-compiling]) but that only work in production mode not in debug mode, then my code for prevent back button dons't work again. The message in error is dont found "app" module in minified file.

Please please help me.

Attach my app.js, and my index.js that contain the code for prevent back button.

The sequence: 1.- Application deployment in DEBUG=FALSE, work all except the code for prevent back button (desktop and mobile browser). Source code is save (obviuslly)

2.- Change mu deployment DEBUG=TRUE, work all include my code for prevent back button. Source code now is visible and at risk.

3.- Try to minify the .js files. apparently successfully . And change the line in AppBundleConfig.cs .IncludeDirectory("~/App", ".min.js", true)

4.- Deploy the new version in DEBUG=FALSE or TRUE, and dont work any. He the error:

Error: $injector:modulerr Module Error

Module 'app' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Please please help me.

Showing 1 to 10 of 15 entries