Problem to rewrite an old URL to a new one in IIS manager and web.config file
I’m here in last resort. So here is my problem,
At work my boss asked me to rewrite an URL to be more user friendly.
I’m here in last resort. So here is my problem,
At work my boss asked me to rewrite an URL to be more user friendly.
I think I miss something in my code which cause this error : AutoMapperMappingException: Missing type map configuration or unsupported mapping. this is my first time that I try to use autoMapper for filling my dto from datatable. so I found an example from How do I use automapper to map a dataset with multiple tables . so this is my code :
Azure websites have a default “site URL” , something like mysite.azurewebsites.ne(which i don’t have, I only have the xyz.com). Is it possible to get this URL just by knowing the address aka custom domain (xyz.com) , keep in mind that im not the admin of the site and all I have is normal access
Student Attendance class
I cannot return List from webform async method via Postman. It just goes forever.
Am I missing something very tricky here?
I have created an ASP.NET Core 3.1 application. The application is deployed to a Azure App Service. In the project I make use of logging, but the problem is that I can’t view the logs on Azure via Log Stream.
What will be the best practices to prevent sql injection? My client asked me to prevent sql injection. I used this structure for data inserting or updating public bool Add(GreenItem aGreenItem, Employee emp) { aGreenItem.GreenItemCode = new CommonBLL().GetMaxId("[GreenItemCode]", "[Processing].[GreenItem]", "GTM"); using (SqlConnection objConnection = Connection.GetConnection()) { SqlTransaction transaction = objConnection.BeginTransaction("SampleTransaction"); try { string query = … Read more
i got this error Access to the registry key ‘Global’ is denied. when i run ASP web application
How using jquery to style selected image in
image gallery based in datalist, so that when you select another picture in gallery, styles from the previous selected image is removed.
Script:
I created a Blazor project in asp.net core 3.1 and added API support and now was in process of adding Websockets to it.