Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 26th, 2004, 06:08 AM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default place dll in asp.net in other dir than "bin"

Hi,
I've got an ASP.NET-project with backend dlls. Now I don't want the dlls to be placed in the "bin"-directory. But just placing it into my application root causes some error while loading the aspx-file.
I also tried the function AppendPrivatePath but with no success.
Now my question is: How can i place my dlls generated from an ASP.NET Web Application Project into an other dir than the "bin"-dir?

thanks in Advance

Markus
 
Old January 26th, 2004, 10:14 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

why do u want to delete or change the place of DLL? ur pages wont work without that in IIS!!! I think u have something else but ur question was not clear & I got this!
keep in touch.

Always:),
Hovik Melkomian.
 
Old January 26th, 2004, 11:36 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You have two location options for your .net application assemblies:
1. The application's bin\ directory
2. The .net global assembly cache (this is advanced and I wouldn't recommend messing with it)

What's the problem with the bin directory? IIS is configure to not serve up anything in the bin directory of a web application.

Peter
------------------------------------------------------
Work smarter, not harder.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Regarding Bin folder creation in ASP.NET 2.0 param99 ASP.NET 2.0 Professional 4 September 5th, 2006 07:29 AM
Regarding Bin folder creation in ASP.NET 2.0 param99 ASP.NET 2.0 Basics 0 September 5th, 2006 06:45 AM
How to use a C#.NET DLL in ASP? vinugeorge ASP.NET 1.0 and 1.1 Professional 1 February 6th, 2006 03:32 AM
How to call VC++ DLL from ASP/ASP.net? leesoon Classic ASP Professional 0 December 9th, 2004 10:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.