Click here to Skip to main content
16,004,678 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Executing stored procedure Pin
Christian Graus4-Sep-07 7:07
protectorChristian Graus4-Sep-07 7:07 
GeneralRe: Executing stored procedure Pin
peacefulmember4-Sep-07 7:28
peacefulmember4-Sep-07 7:28 
QuestionValidating with out Validators Pin
Muntyness4-Sep-07 5:09
Muntyness4-Sep-07 5:09 
AnswerRe: Validating with out Validators Pin
Christian Graus4-Sep-07 5:19
protectorChristian Graus4-Sep-07 5:19 
GeneralRe: Validating with out Validators Pin
Muntyness4-Sep-07 5:53
Muntyness4-Sep-07 5:53 
GeneralRe: Validating with out Validators Pin
Priya_20074-Sep-07 22:53
Priya_20074-Sep-07 22:53 
GeneralRe: Validating with out Validators Pin
Lucky Sheikh5-Sep-07 1:06
Lucky Sheikh5-Sep-07 1:06 
QuestionSharing DLLs across multiple ASP.NET apps Pin
JamminJimE4-Sep-07 5:06
JamminJimE4-Sep-07 5:06 
Man, I have a GOOD question for the brilliant minds out here on CodeProject.

I have been tasked with cleaning up a single ASP.NET web application that has been broken out into 5 different and smaller web apps.

One of the projects, a "Class Library" project if you will, has a set of common DLLs that are used by all 4 of the other new smaller web applications. These "Class Libraries" are frequently updated as they contain the business logic for EACH of the 4 smaller web applications and they contain the data logic for the same.

NOW, for the hard part....

1) I need to keep the DLLs in the "Class Library" in sync ( 1 version shared by all web apps)

2) I CANNOT load them into the GAC (changed too frequently and company policy prohibits hit (NOT MY POLICY Mad | :mad: ))

3) I am attempting to make this easier to maintain these DLLs instead of having to deploy them to all 4 web apps' bin directories when something in changed.

4) I cannot break up the "Class Library" and move the business/data logic to the application that uses it. As much as that would be the RIGHT thing to do, you know how it is with big companies. D'Oh! | :doh:

Can ANYONE tell me an intelligent way to accomplish this seemingly impossible task? I am pulling out all of the grey hair that this industry has caused me trying to come up with a viable solution to this problem!!

Thanks in advance!

JamminJimE
Microsoft Certified Application Developer

Why are we still calling it Common Sense when it's just not that common?

AnswerRe: Sharing DLLs across multiple ASP.NET apps Pin
Christian Graus4-Sep-07 5:28
protectorChristian Graus4-Sep-07 5:28 
GeneralRe: Sharing DLLs across multiple ASP.NET apps Pin
JamminJimE4-Sep-07 6:47
JamminJimE4-Sep-07 6:47 
GeneralRe: Sharing DLLs across multiple ASP.NET apps Pin
Christian Graus4-Sep-07 7:23
protectorChristian Graus4-Sep-07 7:23 
AnswerRe: Sharing DLLs across multiple ASP.NET apps Pin
Lucky Sheikh5-Sep-07 1:10
Lucky Sheikh5-Sep-07 1:10 
GeneralRe: Sharing DLLs across multiple ASP.NET apps Pin
JamminJimE5-Sep-07 1:49
JamminJimE5-Sep-07 1:49 
QuestionGridview paging row Pin
ctlqt124-Sep-07 4:51
ctlqt124-Sep-07 4:51 
AnswerRe: Gridview paging row Pin
Lucky Sheikh5-Sep-07 1:12
Lucky Sheikh5-Sep-07 1:12 
QuestionContent Management System: Admin section. Best practices? Pin
Goalie354-Sep-07 4:28
Goalie354-Sep-07 4:28 
AnswerRe: Content Management System: Admin section. Best practices? Pin
Christian Graus4-Sep-07 4:50
protectorChristian Graus4-Sep-07 4:50 
QuestionHow to Filter gridview? Pin
indiaone4-Sep-07 3:33
indiaone4-Sep-07 3:33 
AnswerRe: How to Filter gridview? Pin
Christian Graus4-Sep-07 3:43
protectorChristian Graus4-Sep-07 3:43 
GeneralRe: How to Filter gridview? Pin
indiaone4-Sep-07 4:11
indiaone4-Sep-07 4:11 
GeneralRe: How to Filter gridview? Pin
Christian Graus4-Sep-07 4:49
protectorChristian Graus4-Sep-07 4:49 
QuestionLogin controls Pin
marvc14-Sep-07 3:18
marvc14-Sep-07 3:18 
AnswerRe: Login controls Pin
marvc14-Sep-07 3:21
marvc14-Sep-07 3:21 
QuestionDoubt in DropDownList Pin
jayarajmrj4-Sep-07 2:47
jayarajmrj4-Sep-07 2:47 
AnswerRe: Doubt in DropDownList Pin
Paddy Boyd4-Sep-07 2:49
Paddy Boyd4-Sep-07 2:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.