my error:
please help me
---------
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'DotNetGallery' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Page Language="C#"%>
Line 2: <%@ Register TagPrefix="CE" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
Line 3: <html>
Line 4:
Source File: /gallery/demo2.aspx Line: 2
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetGallery' could not be loaded.
=== Pre-bind state information ===
LOG: User = WEBSERVI-5D1B6E\ASPNET
LOG: DisplayName = DotNetGallery
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/
LOG: Initial PrivatePath = c:\inetpub\wwwroot\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: No application configuration file found.
LOG: Using host configuration file: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: The same bind was seen before, and was failed with hr = 0x80070002.
------------
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
-----------
how do config file to another folder?
if paste to root is ok!
help me