voxecho
01-26-2009, 08:19 PM
Hello
I am really new to ASP.NET though i've been writing ASP for years. Over the years i ahve created a number of libraries to accomplish different tasks; both function libraries and object libraries...
the nice thing about these is all i have to do is expose a central virtual include to these files and they are all available to use with a simple include statement.
now that i am looking at ASP.NET i am seeing that custom user/web controls have to be moved directly into the project itself in order to be used. If this is the case, it really poses the problem of repeated and antiquated code over the coarse of years... is there no central place that i can put code and add it to all projects (like a .H folder in the path for C++ / or a Class folder in Flash) where the IDE will pick them up?
please advise.
-Echo
I am really new to ASP.NET though i've been writing ASP for years. Over the years i ahve created a number of libraries to accomplish different tasks; both function libraries and object libraries...
the nice thing about these is all i have to do is expose a central virtual include to these files and they are all available to use with a simple include statement.
now that i am looking at ASP.NET i am seeing that custom user/web controls have to be moved directly into the project itself in order to be used. If this is the case, it really poses the problem of repeated and antiquated code over the coarse of years... is there no central place that i can put code and add it to all projects (like a .H folder in the path for C++ / or a Class folder in Flash) where the IDE will pick them up?
please advise.
-Echo