Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "brallierc"

I know I can modify the Client and Server Root URLs, what I am asking is... Can they be the same URL?

For example, if my ServerRootAddress is: <a class="postlink" href="http://test.mycompany.com">http://test.mycompany.com</a> can my ClientRootAddress be the same?

I have looked at the Application Log and Web Server Log stream and nothing is in them.

If I manually run npm install in the Host project directory, the ng build -prod command runs successfully when I publish. It publishes to Azure, but when I navigate to the page afterwards it shows an error:

An error has occurred! Error detail not sent by server.

So I am going back to my original question, do I need to make any specific settings changes? Do I need to use a URL with a port for the server root address or client root address? Can they be the same URL? I am not aware how you can use a separate port on an Azure web application, they only use ports 80 and 443.

Actually I cannot get it to publish as a fresh solution because ng build --prod fails. So it would seem I still need to do the steps of npm install and installing the angular cli?

It seems that just because the Host compiles does not mean it does everything necessary to allow me to publish.

Ok... so what about the appSettings? Do I need to use different ports? I feel like there must be some steps missing because I tried a fresh copy of 5.6.1 and I cant get it to work once I publish to azure

The documentation only shows examples of the settings for seperate web applications. It says that if you are using the merged solution then you only need to publish the host, does that mean I dont need to do the steps you would typically do to publish the angular cluent?

If anyone has the exact steps to publish a merged .net core/angular solution to a single azure web application service I would very much appreciate it.

I have been looking at documentation here and also on aspnetboilerplate but I cannot find any guide on what steps you need to take to publish the "one solution" approach to Azure. Any help would be much appreciated.

I want to use ASPNetZero as a portal for our clients to manage their users, licenses, and to handle authentication for all other products in our platform. ASPNetZero is setup for multi-tenancy. Most of the other products in our platform use ASP.Net Boilerplate and are also setup for multi-tenancy.

Is this a job for IdentityServer? Do I use my ASPNetZero portal as the IdentityServer?

Thoughts from anyone with experience in this?

Nevermind... I reran gulp --prod and it was able to publish

I am using the .Net Core 2.0 and Jquery version and I get this error when trying to publish:

Error Web deployment task failed. (Unable to perform the operation ("Create File") for the specified directory ("D:\home\site\wwwroot\wwwroot\lib\jquery-mousewheel\jquery.mousewheel.js"). This can occur if the server administrator has not authorized this operation for the user credentials you are using. Learn more at: <a class="postlink" href="http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_INSUFFICIENT_ACCESS_TO_SITE_FOLDER">http://go.microsoft.com/fwlink/?LinkId= ... ITE_FOLDER</a>.)

This might be a duplicate topic but it was ignored. I am glad someone else is experiencing the same problem. Today I tried it again with a fresh install and deployment of version 5.0.6 ASP.Net Core and Jquery to Microsoft Azure and I have the same problem. In Chrome it works fine, in Microsoft Edge I get the same error listed above

Showing 11 to 20 of 46 entries