CoderJony

Blogs

Understanding Custom Duty, Commercial Invoice and Custom Clearance

Understanding Custom Duty, Commercial Invoice and Custom Clearance

In this article, I am going to explain you below terms

Read More By Ankush Jain
What is Web Service?

What is Web Service?

Web Service is a piece of software that makes an application available to the internet.

Read More By Ankush Jain
Differences between CommonJS and AMD?

Differences between CommonJS and AMD?

In this article, I am going to talk about these two terms - CommonJS and AMD.

Read More By Ankush Jain
Difference between CoffeeScript, TypeScript and ES6?

Difference between CoffeeScript, TypeScript and ES6?

CoffeeScript & TypeScript are languages that support ES6 features and their compiler (transpiler) convert code into JavaScript (ES5).

Read More By Ankush Jain
What is a Proxy Server?

What is a Proxy Server?

A Proxy Server is an intermediate server between a client application such as browser and the real server. Any request you make through your browser first go to proxy server then it forward it to real server. The same way, response given by real server is first captured by proxy server and then given to your browser.

Read More By Ankush Jain
Fix- You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.

Fix- You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.

Yesterday, I uploaded one of my ASP.NET MVC application on local IIS. I got above error message when I tried to access a web page that returns pdf file.

Read More By Ankush Jain