Interesting, I see how this would do the trick. I realized I wasn't
specific enough when I said "asp.net application", I meant to say
asp.net web service. Will this solution still do the trick in the
case of a web service?
On Jan 26, 5:44 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.yabbadabbadoo.com> wrote:
> Use the Web Application Project model, not the Web Site Project model.
> You'll get a single assembly for your entire ASP.NET web application, which
> you control the name of, and it will reside in the /bin folder. That's
> friendly!
> Peter
>
> --
> Site: http://www.eggheadcafe.com
> UnBlog: http://petesbloggerama.blogspot.com
> Short urls & more: http://ittyurl.net
>
>
>
> "dwelzel" wrote:
> > I'd like to declare the assembly containing my asp.net application to
> > be afriendof another assembly. In particular, I'm having trouble
> > figuring out how to pull this off in VS 2005. It looks like I can opt
> > to use fixed names for the assembly, but I'd like to hand specify the
> > name of the generated assembly. Does anyone know if this is possible?
>
> > Thanks!- Hide quoted text -- Show quoted text -