Re: How to share code between two different sites?
- From: "Neo" <pravinsable@xxxxxxxxx>
- Date: 15 Jul 2006 13:16:09 -0700
so what you mean, is child class project can refer to files outsite the
website folder? Isn't this flaw in secuirty? Normal aspx pages must
stay in webfolder where as class files can be outsite? I was under the
imporession all class files must be in app_dir folder.
-neo
matt@xxxxxxxxxxxxxx wrote:
Harolds wrote:
If you add the "class libraries" project to each web site solution you ["dont" ? -matt] have
to worry about the redistribution of the dll, and you can add/update the code
in the class libraries from either web site solution.
ah.. so youre saying instead of just coping the black-box .DLL to each
website, have each website's solution include the class library as a
child project.
yes that could be a better way to do it -- since each website points to
the same class project on the file system, it will build & include the
latest into that particular website.
matt
.
- Follow-Ups:
- References:
- Prev by Date: answering my own question Re: GridView: firing a function and passing a data value to it
- Next by Date: Re: How to share code between two different sites?
- Previous by thread: Re: How to share code between two different sites?
- Next by thread: Re: How to share code between two different sites?
- Index(es):
Relevant Pages
|