Yes, web.config file has been added to site's root folder, only when refresh the browser I'm getting: "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
I'm using asp.net core & angular 2.x v3.2.0
When I refresh the browser on some of the pages I get this error:
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
It's working sorry, there are duplicate keys in the table AbpLanguageTexts .
Hi All,
_applicationLanguageTextManager.GetStringOrNull is throws ThrowArgumentException "An item with the same key has already been added."
I checked it there are only one key per language, what is wrong?
Thank you for help and support.
I have a question regarding application service implementation of GetCategories:
var categories = await _categoryRepository
.GetAll()
.Include(c => c.Children)
.WhereIf(!input.Filter.IsNullOrEmpty(),
c => c.DisplayName.Contains(input.Filter)
)
.ToListAsync();
it's dump all the database, how to avoid that? I want to load only parent category with childrens of this parent
Thank you.
Hi sampath,
Excellent work man, Also
Is it possible to group client in a folder (app folder e.x) rather than add it's content in the root?
If we keep two solutions (client & server) what is the easiest steps to publish to Azure?
Do you have any recommendations (deployment script & steps) for configure Azure continues integration.
Thank you guys.
Excellent, please share the link :)
I'm using AspNet Core & angular 2.x, what your advice? there are two folders client & server how to configure continues integration from github?
Hi @ismcagdas,
kindly invite me too to your private repository, my user name is alaamh