Base solution for your next web application

Activities of "affern"

I have solved my problem. The Id is not set on the client side. So I solved this by deleting order items in the database before I save and insert it again. Maybe not an ideal solution but it works. But I'm wondering is whether you have an example of how to use a combined key in an entity class and how this is handled in the service.

Hello. What do I have to do after I have installed a css package with Yarn? Is there any bundle file I have to insert a reference to the css?

Thanks! :)

<cite>alirizaadiyahsi: </cite> Hi @affern,

Summernote is using in asp.net zero project. There is an example in DepoUIComponent.cshtml

I can't find this example in the asp.net zero project.

I have tried to follow the steps described here: <a class="postlink" href="https://github.com/vrudikov/ng4-summernote">https://github.com/vrudikov/ng4-summernote</a>, but I'm not able to get it to work in the asp.net zero project.

<cite>aaron: </cite> @affern Summernote is used in MVC project's _Editor.cshtml.

PrimeNG Editor is now used in Angular project's demo-ui-editor.component.html as of Aug 2017. The suggestions above were made before that.

Thank you :) This works fine. Happy new year!! ;)

I'm trying to publish my solution to Azure but I have I'm not able to get it to work. I have followed the same instructions from this tutorial: <a class="postlink" href="https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase">https://docs.microsoft.com/en-us/azure/ ... qldatabase</a>.

I get this error message on the page: "An error occurred while starting the application. SqlException: Invalid object name 'AbpEditions'. System.Data.SqlClient.SqlConnection.OnError(SqlException exception, bool breakConnection, Action<Action> wrapCloseInAction)

SqlException: Invalid object name 'AbpEditions'."

This is because the database was not created.

Is there anything I have to configure in the appsettings file or other places to get this to work?

<cite>affern: </cite> I'm trying to publish my solution to Azure but I have I'm not able to get it to work. I have followed the same instructions from this tutorial: <a class="postlink" href="https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase">https://docs.microsoft.com/en-us/azure/ ... qldatabase</a>.

I get this error message on the page: "An error occurred while starting the application. SqlException: Invalid object name 'AbpEditions'. System.Data.SqlClient.SqlConnection.OnError(SqlException exception, bool breakConnection, Action<Action> wrapCloseInAction)

SqlException: Invalid object name 'AbpEditions'."

This is because the database was not created.

Is there anything I have to configure in the appsettings file or other places to get this to work?

I found this information on a site: "Using Code First Migrations to Deploy the Database To deploy the database you'll use Code First Migrations. When you create the publish profile that you use to configure settings for deploying from Visual Studio, you'll select a check box labeled Update Database. This setting causes the deployment process to automatically configure the application Web.config file on the destination server so that Code First uses the MigrateDatabaseToLatestVersion initializer class."

But I don't get any checkbox for Update database in the wizard. I'm running the publish wizard from the solution.web.host project.

Thanks! Now I have my database in Azure.

But now I get an "500 - The request timed out" error message.

I have followed these steps:

  1. Created a web application on azure.
  2. Created a database on azure.
  3. I added the database connection string for azure DB and put it in the Migrator project's appsettings.json and migrated the azure DB with migration tool. And I added my computer's public IP address to azure sql database's firewall list.
  4. Then I published the Host project to my app service on azure using Visual Studio's publish tool.
  5. I configured appsettings.Production.json for Host website (ConnectionString and WebSiteRootAddress)

Is there anyone here who has any suggestions to what I can do to move on?

From the application log: <h3>HTTP Error 502.5 - Bad Gateway</h3> <h4>The specified CGI application encountered an error and the server terminated the process.</h4> </div> <div class="content-container"> <fieldset><h4>Most likely causes:</h4> <ul> <li>The CGI application did not return a valid set of HTTP errors.</li> <li>A server acting as a proxy or gateway was unable to process the request due to an error in a parent gateway.</li> </ul> </fieldset> </div> <div class="content-container"> <fieldset><h4>Things you can try:</h4> <ul> <li>Use DebugDiag to troubleshoot the CGI application.</li> <li>Determine if a proxy or gateway is responsible for this error.</li> </ul> </fieldset> </div>

<div class="content-container"> <fieldset><h4>Detailed Error Information:</h4> <div id="details-left"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Module</th><td>   AspNetCoreModule</td></tr> <tr><th>Notification</th><td>   ExecuteRequestHandler</td></tr> <tr class="alt"><th>Handler</th><td>   aspNetCore</td></tr> <tr><th>Error Code</th><td>   0x00000000</td></tr> </table> </div> <div id="details-right"> <table border="0" cellpadding="0" cellspacing="0"> <tr class="alt"><th>Requested URL</th><td>   http://ZeroAppWebHost20180107:80/favicon.ico</td></tr> <tr><th>Physical Path</th><td>   D:\home\site\wwwroot\favicon.ico</td></tr> <tr class="alt"><th>Logon Method</th><td>   Anonymous</td></tr> <tr><th>Logon User</th><td>   Anonymous</td></tr>

</table> <div class="clear"></div> </div> </fieldset> </div> <div class="content-container"> <fieldset><h4>More Information:</h4> This error occurs when a CGI application does not return a valid set of HTTP headers, or when a proxy or gateway was unable to send the request to a parent gateway. You may need to get a network trace or contact the proxy server administrator, if it is not a CGI problem. </fieldset>

I reinstalled everything and now it works. Thanks :)

Showing 11 to 20 of 98 entries