Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, February 08, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Controls
Sharing Controls Across Different Web Sites Without Using DLLs       
Total Hits: 726  |  Today: 0 Author: Scott D. Smith       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the most frequent gripes most programmers have about ASP.NET 2.x and 3.x is that you can't implement include files across several web sites. Remember the good old days in Classic ASP when you could just put a reference to a virtual file in the code and it would automagically work? In ASP.NET, Microsoft recommends that you use DLLs to share code, but this can be hazardous and complex, especially when updating DLLs in a production environment. It would be much easier and intuitive if you could share source code files in ASP.NET. Some people like to gerry-rig the App_Code folder to do this, but that can cause more problems than it solves.

What's New at DevASP
02/24  Extending the Win Forms Binding S..
02/24  Managing FTP Transfers from an AS..
02/24  Using OpenSearch to Create a Mult..
02/24  Designing N-Tiered Data Access La..
02/24  Building a .NET Console Applicati..
02/24  Implementing the .netTiers Templa..
02/24  Implementing the .netTiers Templa..
02/24  Getting Started with the ASP.NET ..
02/24  An Introduction to Code Snippets ..
02/24  An Introduction to Code Snippets ..
02/24  Sharing Controls Across Different..
02/24  Building an Enhanced ASP.NET Grid..
02/24  Editing .NET Configuration Files ..
02/24  Using SyncToy v2.0 for Web Site D..
02/24  An Introduction to the Microsoft ..
02/24  An Introduction to Windows Server..
02/24  A Sneak Peek of Visual Studio 201..
02/24  Putting Windows Server 2008 Serve..
02/24  Using the Microsoft URL Rewrite M..
02/24  New Object Oriented Features in C..
 

DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com