Base solution for your next web application
Open Closed

6.5v + Azure = Error 502.5 ANCM out-of-Process Startup Failure #6401


User avatar
0
rodrigosturm created

Hi..

I Downloaded a new 6.5v of aspcore + MVC, did the initial configuration ( run npm, config string,etc ), and run the debug in local, and thats works perfect.

But, I Create a new APP in Azure and publish this raw project, and its me get the error 502.5 when its starts

Can anyone help me?


6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rodrigosturm

    Have you solved this problem ? If not, could you check server side azure logs and share it with us ?

  • User Avatar
    0
    rodrigosturm created

    Hi,

    In parts yes, I solved the problem, I Saw the log and see a SQL conection error. So, a had to check the Conection string in publisher profile ( I had never did that before).

    But, I have another issue, loading the page, a get a lot of error. I Try to delete bin folder, run yarn, but i coldn't find the solution...

  • User Avatar
    0
    rodrigosturm created

    I Deleted the node_modules , and recreate using Yarn, but looks like it has minified my *.js files.

    Why it did that, and how to correct it?

  • User Avatar
    0
    rodrigosturm created

    I use bundler & minifiy extension for VS 2017, and It works.

    But i use to use 5.4v (aspcore + mvc) and I've never need to do this before this version... do I need use this on every Rad tool then I'll generate?

    I can't see why minify this kind of files.....

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rodrigosturm

    RAD Tool should add the js and css files to undleconfig.json. You need to run Bundler & Minifier tool or you can run "npm run create-bundles" after generating your page via RAD Tool.

  • User Avatar
    0
    rodrigosturm created

    Thanks @ismcagdas, i was using a old version before(5.3v), there is a lot of diference between to 6.5v.