Base solution for your next web application

Activities of "paymanrowhani"

You're welcome :)

Hi,

Well, after some investigations I found that despite Windows 10, Windows Server 2012 R2 (on Azure VM) does not support Persian calendar and I think that is the problem, because it works well on my Windows 10. I noticed that someone else had already asked about the issue and it is left unanswered: <a class="postlink" href="http://stackoverflow.com/questions/36400581/add-persian-calendar-to-windows-server-2012-r2">http://stackoverflow.com/questions/3640 ... er-2012-r2</a>

Thanks

Hi,

It has installed it and it correctly shows the translated texts in Persian when I choose Persian language in the website.

Hello guys,

I have a asp zero website with 2 languages: English and Persian. When I change the language, it correctly changes the date. For example, when I set to English, the date will be rendered as the Gregorian date "05/12/2017" and when I switch the language to Persian it will be rendered as the Persian (Hijri Shamsi) date "02/22/1396". So everything works well in my local env. However, I have published my app into an Azure VM and it does not render date correctly. All languages change correctly (UI Culture), but the date is always rendered as the Gregorian date "05/12/2017". Perhaps Culture is not changed correctly. Note that I'm using the ASP.NET MVC (.net core) version. What shall I do to fix it?

Thanks, Payman

Thank you :-).

Hi,

Thank you so much! For #3, is it the way we can use the settings from appsettings.json in all projects or only in mvc/host project?

Thanks for the responses.

For #1, I still don't understand where other settings are stored if they are not in the table. Would you please clarify? For #3, would you please explain how it can be done and accessed?

Thanks, Payman

Hi,

Would you please clarify the following questions:

  1. I don't know where the modified settings are saved (as described in <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Setting-Management">http://www.aspnetboilerplate.com/Pages/ ... Management</a>). I could not find them in AbpSettings table.
  2. Also, I don't know how to give default values for settings like "App.UserManagement.UseCaptchaOnRegistration". Should I set the value in app.config?
  3. Can we have the values from appsettings.json all over the solution?
  4. Are the values passed to setting providers aggregated or each module has only access to its own settings?

Thanks, Payman

Thank you so much.

Payman

Hi,

After every single change it takes some time until webpack packs the bundle again so I can test the angular 2 project. Is there any more efficient way for development to see the changes faster?

Thanks, Payman

Showing 1 to 10 of 22 entries