Base solution for your next web application

Activities of "affern"

<cite>alper: </cite> looks like a CORS problem!

CORS request made for path: /AbpUserConfiguration/GetAll from origin: <a class="postlink" href="http://localhost:4200">http://localhost:4200</a> but rejected because invalid CORS path

#4111@bb112b53-4ca3-47b3-aaa9-2c7d8dc379b6

Yes, it looks like a CORS problem. But I can't find invalid path settings in the config files. I don't know how to solve this :(

<cite>BBakerMMC: </cite> Did you redeploy the DB/run the migrations/seed?

Yes, I did.

From log file: INFO 2018-01-08 22:50:52,268 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET <a class="postlink" href="http://localhost:22742/AbpUserConfiguration/GetAll">http://localhost:22742/AbpUserConfiguration/GetAll</a> application/json DEBUG 2018-01-08 22:50:52,272 [3 ] IdentityServer4.CorsPolicyProvider - CORS request made for path: /AbpUserConfiguration/GetAll from origin: <a class="postlink" href="http://localhost:4200">http://localhost:4200</a> but rejected because invalid CORS path DEBUG 2018-01-08 22:50:52,272 [3 ] n.Cookies.CookieAuthenticationMiddleware - AuthenticationScheme: Identity.Application was not authenticated. DEBUG 2018-01-08 22:50:52,272 [3 ] IdentityServer4.Hosting.EndpointRouter - No endpoint entry found for request path: /AbpUserConfiguration/GetAll INFO 2018-01-08 22:50:52,274 [3 ] entication.JwtBearer.JwtBearerMiddleware - Bearer was not authenticated. Failure message: No SecurityTokenValidator available for token: null WARN 2018-01-08 22:50:52,275 [3 ] n.IdentityServerAuthenticationMiddleware - No validator configured for reference token. Ensure ApiName and ApiSecret have been configured to use introspection. INFO 2018-01-08 22:50:52,275 [3 ] frastructure.NopAuthenticationMiddleware - Bearer was not authenticated. Failure message: No token found.

My angularApp does not redirect to the login page anymore either. When I start opp it just showing a blank page.

I reinstalled everything and now it works. Thanks :)

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>

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?

<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.

<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!! ;)

<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.

Thanks! :)

Showing 61 to 70 of 78 entries