---
title: "Where the assembly is stored in asp.net?."  
description: "Where the assembly is stored in asp.net?."  
author: "Anonymous User"  
published: 2011-05-23  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1021/where-the-assembly-is-stored-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Where the assembly is stored in asp.net?.

private are stored in application / bin directory and public are stored in GAC.

## Answers

### Answer by suresh veeragani

Private assemblies are stored in current project directory to use in that particular project.where as public or shared assemblies are stored in GAC(global assembly cache) so that it is available to every project.assembly manager manages these things.thank you

### Answer by Anonymous User

private are stored in application / bin directory and public are stored in GAC.


---

Original Source: https://www.mindstick.com/interview/1021/where-the-assembly-is-stored-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
