Tag

C

All blogs tagged with C

382
Articles
4,038,307
Total Views

Showing 382 of 382 articles

20
Mar
2026
Understanding CWE-942: CORS Misconfiguration and Its Security Risks
5 views

This blog post delves into the intricacies of CWE-942, focusing on Cross-Origin Resource Sharing (CORS) misconfiguration and its potential security risks. Understanding CORS and its correct configuration is crucial for web application security, as improper settings can lead to data breaches and unauthorized access. Prior knowledge of web security concepts and HTTP protocols will enhance your comprehension of this topic.

20
Mar
2026
CWE-352: Cross-Site Request Forgery (CSRF) - Understanding and Prevention Techniques
5 views

This guide provides a comprehensive understanding of Cross-Site Request Forgery (CSRF) vulnerabilities, their implications, and effective prevention strategies. Understanding CSRF is crucial for building secure web applications and safeguarding user data. Before diving in, a basic knowledge of web security principles and HTTP request handling is recommended.

20
Mar
2026
CWE-862: Missing Authorization - Understanding Broken Access Control and Its Implications
6 views

This article delves into CWE-862, which highlights the critical issue of missing authorization in software systems, leading to significant security vulnerabilities. The focus will be on understanding how broken access control can result in data breaches, the real-world implications of such flaws, and practical strategies for mitigation. Readers should have a basic understanding of web application security principles and authorization mechanisms.

20
Mar
2026
Mastering React Context API for Effective State Management
6 views

In this comprehensive guide, readers will learn how to leverage the React Context API for state management, an essential skill for building scalable React applications. Understanding this API allows developers to simplify component communication and avoid prop drilling, enhancing maintainability and readability. Prior knowledge of React components and hooks is recommended to fully grasp the concepts discussed.

20
Mar
2026
CWE-915: Mass Assignment Vulnerability - Securing Object Binding in Web APIs
6 views

This post explores CWE-915, a critical mass assignment vulnerability that can expose web APIs to unauthorized data manipulation. Understanding this vulnerability is essential for developers aiming to secure their applications against potential attacks. Readers should have a basic understanding of web APIs and object-oriented programming concepts.

20
Mar
2026
Understanding CWE-778: Insufficient Logging and Monitoring - Building a Robust Security Audit Trail
5 views

This article delves into CWE-778, emphasizing the importance of effective logging and monitoring in software systems to build a robust security audit trail. Readers will learn how insufficient logging can lead to vulnerabilities and how to implement comprehensive logging strategies. A foundational understanding of security principles and basic programming skills in Python will enhance comprehension.

20
Mar
2026
Mastering SQL Server Indexes: A Comprehensive Guide to Clustered and Non-Clustered Indexes
5 views

This guide delves into the intricacies of clustered and non-clustered indexes in SQL Server, highlighting their importance in optimizing database performance. Understanding these concepts is crucial for database administrators and developers who aim to enhance query efficiency and data retrieval speed. Before diving in, familiarity with basic SQL Server concepts and the importance of database indexing is recommended.

20
Mar
2026
CWE-614: Missing Secure Cookie Attribute - Ensuring HTTPS Cookie Security
6 views

In this comprehensive guide, readers will learn about the CWE-614 vulnerability, its implications for web security, and best practices for implementing secure cookies. This topic is crucial for developers looking to safeguard sensitive information transmitted via cookies. A foundational understanding of HTTP cookies and web security principles is recommended before diving in.

20
Mar
2026
Understanding CWE-384: Session Fixation Attacks and Their Prevention
5 views

Readers will explore the nuances of session fixation attacks, how they can compromise web applications, and the best practices to mitigate such risks. Understanding session fixation is crucial for developers and security professionals alike, as it directly impacts user authentication and session management. A foundational knowledge of web security principles and session management techniques will be beneficial for diving into this topic.

19
Mar
2026
CWE-532: Secure Logging Practices to Prevent Sensitive Information Exposure
7 views

This post delves into CWE-532, focusing on the secure logging practices necessary to prevent sensitive information from being exposed in log files. Understanding these practices is crucial for maintaining application security and safeguarding user data. Readers should have a basic understanding of logging mechanisms and security principles before diving in.

19
Mar
2026
CWE-522: Insufficiently Protected Credentials - Secure Password Storage with Hashing
7 views

This post delves into CWE-522, focusing on the importance of secure password storage using hashing techniques. Understanding how to protect user credentials is critical for building secure applications and preventing data breaches. Readers should have a basic understanding of programming concepts and security principles.

18
Mar
2026
Understanding CWE-601: Open Redirect Vulnerabilities and How to Mitigate Them
67 views

In this blog post, we will explore CWE-601, the Open Redirect vulnerability, and how attackers exploit URL redirection to compromise web applications. We will delve into the mechanics of this vulnerability, provide practical examples, and discuss best practices for securing applications against such threats.

17
Mar
2026
Understanding CWE-200: Exposure of Sensitive Information and Its Prevention
8 views

In this blog post, we will explore the concept of CWE-200, which refers to the exposure of sensitive information in applications, and learn practical techniques for preventing data leakage. By understanding common vulnerabilities and implementing best practices, developers can significantly enhance the security of their applications.

22
Feb
2026
AssisticaAI: The Fast Way to Add Website Support Chat
154 views

AssisticaAI is a support chat widget built for companies that want to integrate fast, friendly help directly on their websites. Instead of sending visitors to email forms or separate help pages, the widget keeps assistance on the page where questions happen. With a lightweight install and simple customization, teams can launch live chat in minutes, match the widget to their brand, and make support feel immediate. Visitors get quick answers, and businesses see fewer abandoned session

11
Feb
2026
Flutter Training in Mohali: Build Cross-Platform Apps with Confidence
121 views

In today’s digital world, mobile apps are everywhere — from businesses and startups to educational platforms and lifestyle brands. But building high-quality, cross-platform mobile apps can be challenging without the right tools and training. This is where Flutter Training in Mohali steps in, helping aspiring developers and professionals build fast, beautiful applications with confidence.

29
May
2025
Top 7 Benefits of Investing in AI Development Services for Your Business
1,688 views

Innovation has become essential in today's digital-first economy. Artificial intelligence (AI) is being used more and more by businesses trying to stay competitive in order to boost productivity, improve customer satisfaction, and open up new growth prospects. However, realising AI's full potential necessitates more than experimenting with technology; it calls for the proper plan and skilful implementation. AI development services can help with that.

07
Sep
2024
Poly Bags Are an Economical Choice for Packaging
1,403 views

Poly bags are a cost-effective packaging solution known for their versatility and durability. Their lightweight design reduces shipping costs, while their customizable features and protection against damage make them suitable for various products. Affordable to produce and available in eco-friendly options, poly bags provide practical benefits for businesses looking to optimize packaging efficiency.

05
May
2024
How to Integrate Google Sign in Asp.net Core 8.0
7,910 views

Hello everyone, in today's digital landscape, integrating Google authentication login using Google API has become increasingly essential. In this article, we will delve into the process of seamlessly integrating Google SignIn into Asp.Net Core 8.0, the latest framework in the .NET Core ecosystem. Let's explore how to streamline user authentication and elevate the security standards of your web applications by Integrating Google SignIn in Asp.Net Core 8.0.

21
Apr
2024
Integrating Google reCAPTCHA Validation in ASP.NET MVC
5,958 views

In today's digital landscape, security is paramount for any web application. One effective way to enhance security and protect against bots is by integrating Google reCAPTCHA. reCAPTCHA is a free service provided by Google that helps to distinguish between human and automated traffic on websites. In this article, we'll explore how to integrate Google reCAPTCHA into an ASP.NET MVC application.

04
Mar
2024
Authentication for swagger UI in production in ASP.Net Core 6.0
4,510 views

In a production environment, securing your Swagger UI is essential to prevent unauthorized access. You can use authentication middleware to protect the Swagger UI endpoint. Below is an example of how you can configure authentication for Swagger UI in an ASP.NET Core application.

04
Mar
2024
Integrating Google Translate into ASP.NET Webpage
4,137 views

Expanding the reach of your ASP.NET webpage by making it accessible to users from diverse linguistic backgrounds is essential for enhancing user experience and increasing engagement. One effective way to achieve this is by integrating Google Translate into your Asp.Net webpage, enabling users to translate the content into their preferred language effortlessly.

24
Feb
2024
How to Create Subscriptions in Paypal in Asp.Net Core
8,615 views

In this article, we'll dive into integrating PayPal subscriptions into an ASP.NET Core application. PayPal offers a robust API that allows developers to create and manage subscription plans seamlessly. We'll walk through a sample code snippet that demonstrates how to create a subscription plan, add a product, and initiate a subscription for a user.

30
Jan
2024
How to refund payment using Paypal in Asp.Net MVC
5,609 views

Hello guys, we often want to integrate payment gateways in our Asp.Net applications. Some of the most popular payment gateways are payumoney,paypal,stripe and razorpay. We have already covered payumoney and stripe in our blogs. In this article we will see How to refund payment using Paypal in Asp.Net MVC. For this we will use paypal sale api.

18
Jan
2024
CRUD Operations Using Dapper In ASP.NET Core Web API
4,580 views

Dapper is a simple Object Mapper and is nothing but Object-relational mapping (ORM) and is responsible for mapping between database and programming language and also it owns the title of King of Micro ORM in terms of speed. It is virtually as fast as using a raw ADO.NET data reader and also Entity Framework.

09
Dec
2023
Functions In C++
3,418 views

Because there are no library functions with predetermined definitions, a user-defined function is one that is written by the user when writing any application. To fulfill the user's individual needs, the user must create his or her own functions. Such functions must be appropriately defined by the user. There is no such necessity to include any specific library in the program.

09
Dec
2023
LINQ
3,349 views

LINQ (Language Integrated Query) is a feature in C# that allows us to perform queries against data sources, which can be arrays, collections, or any type of databases, using a SQL-like syntax. In this article, we will cover some basic concepts and functionalitites of LINQ and learn how to use it in your C# application

09
Dec
2023
If Else Statement
3,463 views

In C# if-else statement also tests the condition. It executes the if block if the condition is true otherwise else block, is executed. the else statement to specify a block of code to be executed if the condition is False. the if-else statement checks a Boolean expression and executes the code based on if the expression is true or false. The if part of the code executes when the value of the expression is true. The else part of the code is executed when the value of the expression is false.

05
Dec
2023
Integrate Razorpay Payment Gateway in ASP.NET Core 8.0
11,316 views

We will discover how to integrate the Razorpay payment gateway with ASP.Net Core in this tutorial. Here, we go over Razor Pay and show you how to incorporate it into ASP.Net Core MVC. Please read through my earlier post, "Build CRUD REST APIs with EF Core." You can view the result of our integration of Razorpay with ASP.Net Core MVC at the conclusion of this post.

29
Nov
2023
Error-An error occurred while processing your request in .Net core IIS
10,969 views

Hello guys we will see how to fix Error An error occurred while processing your request.Swapping to Development environment will display more detailed information about the error that occurred.The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development. In asp.net core IIS

23
Nov
2023
Integrate Stripe Payment Gateway In ASP.NET Core 8.0
12,084 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core 8.0 application built with C# . The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Integrate Stripe Payment Gateway In ASP.NET Core 8.0

23
Oct
2023
How to fix CWE-23 Path Traversal vulnerability (Snyk)
9,036 views

Hello guys, in this article we will see how to fix CWE-23 Path Traversal vulnerability Unsanitized input from an HTTP parameter flows into global::System.IO.Directory.CreateDirectory, where it is used as a path. This may result in a Path Traversal vulnerability and allow an attacker to create arbitrary directories when we scan our code with snyk.

25
Sep
2023
2-D Array in C
3,849 views

A two-dimensional (2D) array is an arrangement of items in C that are arranged in a grid and are individually identified by a pair of indices: a row index and a column index. A 2D array can be compared to a table or matrix that has rows and columns. A 2D array in C is declared, initialised, and used as follows:

23
Sep
2023
How to Integrate Linkedin Login With Open Id Connect in Asp.Net MVC
8,128 views

So, nowadays it is really important while developing applications that users don't have to waste a lot of time trying to register or go inside your web application. So, keeping in mind the need of today's world we have few Social Login available that are getting used mostly. These include Google Login, Linkedin, and Microsoft. In this article we will see How to Integrate Linkedin Login With Open Id Connect in Asp.Net MVC.

13
Sep
2023
Method Overriding in Java
3,638 views

Overriding methods is a key idea in Java object-oriented programming. It enables a subclass to provide a particular implementation of a method defined in the superclass. When you override a method, you replace the superclass's inherited implementation with your own version in the subclass. This allows for polymorphism and dynamic method dispatch.

11
Sep
2023
How to use api with proxy url in Asp.Net for CORS
4,783 views

In modern web development, it's common to interact with external APIs or services to retrieve data for your application. However, when your web application runs in a browser and makes requests to a different domain or origin, you may encounter Cross-Origin Resource Sharing (CORS) restrictions. We will see how to use api with proxy url in Asp.net website. This also helps us to resolve CORS errors.

28
Aug
2023
Implicit wait V/s Explicit wait In Java
3,425 views

In Selenium WebDriver, both implicit wait and explicit wait are mechanisms to control the timing of interactions with web elements, especially when elements might not be immediately available due to various reasons such as dynamic content loading, AJAX requests, etc. Both techniques help in synchronizing your tests with the actual behavior of the web application.

21
Aug
2023
java.lang.IndexOutOfBoundsException
4,254 views

The java.lang.IndexOutOfBoundsException is an exception class in Java that is thrown when an index used to access an array, list, or other collection is either negative or greater than or equal to the size of the collection. This usually indicates an attempt to access an element at an invalid index that does not exist in the collection.

06
Aug
2023
How to generate pdf using itextsharp in asp.net mvc
8,830 views

In this article, we'll walk you through the process of using iTextSharp to create PDF documents within an ASP.NET MVC project. We'll dissect the code you've provided and explain each step to ensure you have a comprehensive understanding of the implementation. So follow the steps for learning How to generate pdf using itextsharp in asp.net mvc.

22
Jul
2023
Integrate Stripe Payment Gateway In ASP.NET Core 7.0
10,240 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core 7.0 application built with C# . The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Integrate Stripe Payment Gateway In ASP.NET Core 7.0

20
Jul
2023
LinkedHashMap in Java
3,372 views

Java includes a number of data structures for storing and manipulating collections of objects. The 'LinkedHashMap' class, which is an extension of the 'HashMap' class, is one of the important classes in the Java Collections Framework. LinkedHashMap, unlike HashMap, preserves the order of its items depending on the insertion order, making it helpful in cases where the order of components must be maintained based on their arrival time.

20
Jul
2023
Hashmap in Java
3,456 views

HashMap is a component of the Java Collections Framework that implements the Map interface. It offers a key-value pair data structure in which elements are stored as a combination of keys and their corresponding values. HashMap does not support duplicate keys, but it does support mapping multiple values to the same key. It provides constant-time performance for simple operations like as element addition, removal, and retrieval.

19
Jul
2023
TreeSet In Java
3,571 views

TreeSet is a Java Collections Framework class that implements the SortedSet interface. It returns a set that is sorted in natural order or by a provided comparator. TreeSet, unlike HashSet, does not allow duplicate elements and delivers fast performance for simple operations like adding, removing, and searching for elements.

19
Jul
2023
Linked Hashset In Java
3,280 views

The Java Collections Framework's LinkedHashSet is an implementation of the Set interface. It combines the advantages of LinkedList and HashSet. The order in which the elements were added to the set is the iteration order that the LinkedHashSet preserves. It offers constant-time performance for fundamental operations and disallows duplicate elements, just like HashSet.

01
Jul
2023
Implement Stripe Payment Gateway In ASP.NET Core
16,742 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core application built with C# and Web Forms. The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Implement Stripe Payment Gateway In ASP.NET Core

31
May
2023
Create JSON String in C#
4,535 views

JSON (JavaScript Object Notation) is a lightweight data interchange format commonly used for transmitting data between multiple systems, mostly in Web APIs and client applications. JSON is a text-based format that is easy for humans to read and write and also easy for machines to parse and generate. It is language-independent, meaning it can be used with any programming language that has the capability to parse JSON data.

20
May
2023
Child internet safety
4,311 views

Child internet safety refers to the precautions, guidelines, and measures taken to protect children from potential dangers and risks associated with their use of the internet and online platforms. As children increasingly access the internet for educational, entertainment, and social purposes, it becomes essential to ensure their online safety. Here are some key aspects of child internet safety:

19
May
2023
C# Regex Examples
4,033 views

The Regex class in C# is part of the System.Text.RegularExpressions namespace. It provides a way to work with regular expressions, allowing you to perform pattern matching and manipulation of text. Here are some common operations you can perform using the Regex class:

08
May
2023
How To Utilize Live AI Chat agent Software For Your Business
3,334 views

Small businesses often struggle to provide prompt responses to customer inquiries and concerns, which can lead to a negative customer experience and potential losing valuable customers. To improve customer service, businesses can consider hiring a support team for call and email responses or implementing chat support services on their website.

20
Nov
2022
Hangfire in ASP.NET Core 3.1 – Background Jobs
8,675 views

Hangfire is an open-source library to schedule and execute background jobs in .NET applications. You'll be able to create a simple background process inside the same application pool or thread without creating separate applications. Hangfire creates background jobs in persistence storage, like MS SQL Server, Redis, MongoDB, and others, that may prevent you from losing the job on recycling IIS pools or exception prevalence.

14
Aug
2022
Input validations using javascript
4,501 views

Hello guys, sometimes we need to put validations on textboxes to accept certain type of data. For that purpose , we will see how to apply input validations using javascript. This will contain Numbers validation , Number And Decimal validation , Alphanumeric validation , Alphabet validation.

13
Aug
2022
Asp.Net Core MVC Publish using FTP
8,969 views

Publish Website using FTP in Visual Studio If we use FTP (File Transfer Protocol) to publish web applications, we need to enter all credentials provided by the FTP hosting company, and application files will upload directly to our FTP hosting space.

16
Jul
2022
Image Compression in Asp.net MVC
10,722 views

Hello guys , now a days we often provide users the ability to upload images in our web projects. But we have to sometimes utilize the memory for big size images as they can easily full up the memory of server. So for that we can use image compression while uploading image. In this article we will see how to perform Image Compression in Asp.net MVC.

02
Jul
2022
The report definition is not valid or is not supported by this version of reporting
10,779 views

Hello guys in this article we will see how to solve an exception when you try to use old rdlc report and make changes into that . You will see you will get an exception ReportProcessingException: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition' which cannot be upgraded. We will see how to solve that.

26
Jun
2022
Implement Stripe Payment Gateway In ASP.NET MVC
20,354 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET Core application built with C# and Web Forms. The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. We are using latest version on Stripe.Net api in this. Check out complete steps to Implement Stripe Payment Gateway In ASP.NET Core

16
Jan
2022
Tag or mention people like WhatsApp & Skype by using @ in Angular
10,363 views

Hello guys, often while working with angular js you sometimes have requirement of implementing chat functionality where user can press @ and select users from the list , similar to what we do on skype or all big chatting platforms. For that purpose we can use Angular-mentions which is a package in Angular js for skype like @ chat functionality. We will see how to use that in detail.

21
Oct
2021
Card Number Formatting using jquery
11,549 views

Hello guys, often while dealing with project where we need to implement payment systems and need user to enter card number and show them the card number format properly. So for that purpose we have to use controls from payment gateways which are bit harder to manage on custom websites. So we will see how to implement Input Box Card Number Formatting using jquery.

15
Aug
2021
Real Time Chat using SignalR with .Net core and Vue.js
6,315 views

Hello guys, We often found ourself in the need of a realtime chat app . For two way communication in your webapp. We will see how to implement real time chat using SignalR with .Net core and Vue.js. SignalR is basically used for any sort of realtime functionalities. We will use .Net core for managing chathub . You can see complete steps in the article.

15
May
2021
How to reload child components in vue.js
12,533 views

Hello guys, in this article we will learn how to reload vue js child component. Sometime we need to reset child components or just re-render them. There few ways to reset child components but for beginner and those who have just started with vue js it can become a tough task to understand the flow to reset child components. So we will see how to reload child component.

04
Mar
2021
Globalization and localization in ASP.NET Core With Resource Files
10,898 views

In this article we will focus on implementing Globalization and localization in ASP.NET Core With Resource Files . We will be trying to implement culture in Asp.Net core 3.1.So if your are struggling in using you Asp.Net Resource Files in .net core have a look at the article in detail.

03
Mar
2021
ConfigurationBuilder does not contain a definition for SetBasePath
19,213 views

In this article we will see how to solve issue 'ConfigurationBuilder' does not contain a definition for 'SetBasePath' and no extension method 'SetBasePath' accepting a first argument of type 'ConfigurationBuilder' could be found (are you missing a using directive or an assembly reference? in .Net Core 3. We will see how to ready json files in .Net core 3.

26
Feb
2021
How to upload Image file using AJAX and jquery
14,238 views

So starting of from the beginning Ajax is used for Asynchronous Javascript and XML. We can use it for many purposes. Few basic uses of Ajax are:- Update page without reloading the page providing better performance. Request data from a server - after the page has loaded which can be used in loading Partial Views. Send data to a server without reload - in the background making it easier to performance Save, Delete operations smoothly. Ajax in Asp.Net MVC

21
Feb
2021
Using Ajax in Asp.Net MVC
21,142 views

Hello guys, in this article we will tell you about what is Ajax? and how it can help you create better projects with better performance.Ajax basically used for Asynchronous Javascript and XML. As the name defines it helps you make server side operation asynchronously or you can say without reloading the page. So we will see few examples of using Ajax in Asp.Net MVC.

25
Sep
2020
A non-fatal error occured during cluster initialisation in Postgre SQL
11,380 views

Hello guys in this video you'll see how to solve issue A non-fatal error occured during cluster initialisation in Postgre SQL on Postgre installation. You will often see this issue while installing Postgre. We have a workaround for you to solve this issue. Just follow the steps and your issue will solve.

13
Sep
2020
Slick Slider
14,820 views

In this tutorial we’ll use slick Slider , A Slick Slider is a popular jQuery plugin, to build an attractive responsive image gallery. Slick.js is a well-known jQuery plugin created by Ken Wheeler that lets you build beautiful responsive carousels. so what I going to do is to create a custom slider one of my favorite slider is the slick slider. You can create a custom slider by following the steps below.

10
Sep
2020
Implement Stripe Payment Gateway In ASP.NET
58,608 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET application built with C# and Web Forms. The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. There are four steps: Create the project and configure dependencies Create the payment Web Form Create a page to perform the charge Run the application

05
Aug
2020
Exception Handling and Creating Exception Logs in Asp.net MVC
20,399 views

So basically in a MVC Project we often use many controllers for making our web project functional.So one way is to handle exception separately on all of them or we can simple use a Base Controller. A Base controller can be told as a parent controller from which all other controller will inherit.So in that way Exception handling performed on Base Controller will get applied on all controllers which inherits from this controller.

05
Aug
2020
Exception Handling Asp.Net Core
20,709 views

Error Handling in Asp.Net Core has changed a bit from what we used to use in Asp.Net Mvc. Before .Net Core We used to use OnException Methods to handle Exceptions while executing actions But it doesn't' see working in .Net Core as many features are changed.So In this Article we will see how to make exception handling work in Asp.Net Core.

05
Aug
2020
How to set Date and time format in IIS Manager
33,769 views

Many times you might have got requirement of changing DateTime Format Of your IIS Hosted Web Application.Sometime Date format changes work on LocalHost but on IIS the date format remains same. Select Application Pool Select Project and click on Advanced settingsExpand Process Modal and Select Identity Select Custom Account and Click on set and enter UserName Password(System Credentials) and ok

Translate Page