473,398 Members | 2,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

How to compile a subfolder into a DLL?

Hi there, we have a big ecommerce site contains lots of services which is
developed by different teams. But physically there are on the same site just
different folders. here is what I want to do :

1. Compile each service folder into a separated DLL.Note I don't think
aspnet_compiler works for me since all these services is not stand-alone
application. But I definitely don't want to compile the whole site as one
since each service has their own release schedule.

2. In this multiple-teams-parallel-developing case, how do I setup the
asp.net solution to help each team only see what they need ,meanwhile they
still can run the whole site or reference the common controls? I don't want
to bring up the whole site for each team , but it's kind of irrelevant for
their work.

Appreciate any inspiriting thought.
Mar 8 '06 #1
3 1785
Look at the Web Application Project :

http://webproject.scottgu.com/

With it you can compile a dll for each folder in your website.

Check out the WAP forums at : http://forums.asp.net/138/ShowForum.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"walter" <ww*@morneausobeco.com> wrote in message
news:0D**********************************@microsof t.com...
Hi there, we have a big ecommerce site contains lots of services which is
developed by different teams. But physically there are on the same site just
different folders. here is what I want to do :

1. Compile each service folder into a separated DLL.Note I don't think
aspnet_compiler works for me since all these services is not stand-alone
application. But I definitely don't want to compile the whole site as one
since each service has their own release schedule.

2. In this multiple-teams-parallel-developing case, how do I setup the
asp.net solution to help each team only see what they need ,meanwhile they
still can run the whole site or reference the common controls? I don't want
to bring up the whole site for each team , but it's kind of irrelevant for
their work.

Appreciate any inspiriting thought.

Mar 8 '06 #2
Thank you , Juan. I guess Microsoft realize the stupid mistake. One more
question -- is it safe to use the current beta version of this web app
project? I don't want to mess up my project ,also I can live with "deploy
all" for a while.

Thanks for the advice.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:OI**************@TK2MSFTNGP15.phx.gbl...
Look at the Web Application Project :

http://webproject.scottgu.com/

With it you can compile a dll for each folder in your website.

Check out the WAP forums at : http://forums.asp.net/138/ShowForum.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"walter" <ww*@morneausobeco.com> wrote in message
news:0D**********************************@microsof t.com...
Hi there, we have a big ecommerce site contains lots of services which is
developed by different teams. But physically there are on the same site
just
different folders. here is what I want to do :

1. Compile each service folder into a separated DLL.Note I don't think
aspnet_compiler works for me since all these services is not stand-alone
application. But I definitely don't want to compile the whole site as one
since each service has their own release schedule.

2. In this multiple-teams-parallel-developing case, how do I setup the
asp.net solution to help each team only see what they need ,meanwhile
they
still can run the whole site or reference the common controls? I don't
want
to bring up the whole site for each team , but it's kind of irrelevant
for
their work.

Appreciate any inspiriting thought.


Mar 9 '06 #3
re:
is it safe to use the current beta version of this web app project?
Scott Guthrie mentioned that the app would be declared 1.0 last week,
and wouldn't be beta any more, in response to a question similar to yours
in our private newsgroups.

He also said that it was ready.

I don't know the reason for the delay, but am fairly certain that the app doesn't
have major bugs, or Scott wouldn't have expressed his confidence so strongly.

You may want to keep an eye on his blog : http://weblogs.asp.net/scottgu
since he has said that's where he'll announce its release.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"walter" <ca*******@hotmail.com> wrote in message news:uT**************@TK2MSFTNGP12.phx.gbl... Thank you , Juan. I guess Microsoft realize the stupid mistake. One more question -- is it safe to
use the current beta version of this web app project? I don't want to mess up my project ,also I
can live with "deploy all" for a while.

Thanks for the advice.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:OI**************@TK2MSFTNGP15.phx.gbl...
Look at the Web Application Project :

http://webproject.scottgu.com/

With it you can compile a dll for each folder in your website.

Check out the WAP forums at : http://forums.asp.net/138/ShowForum.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"walter" <ww*@morneausobeco.com> wrote in message
news:0D**********************************@microsof t.com...
Hi there, we have a big ecommerce site contains lots of services which is
developed by different teams. But physically there are on the same site just
different folders. here is what I want to do :

1. Compile each service folder into a separated DLL.Note I don't think
aspnet_compiler works for me since all these services is not stand-alone
application. But I definitely don't want to compile the whole site as one
since each service has their own release schedule.

2. In this multiple-teams-parallel-developing case, how do I setup the
asp.net solution to help each team only see what they need ,meanwhile they
still can run the whole site or reference the common controls? I don't want
to bring up the whole site for each team , but it's kind of irrelevant for
their work.

Appreciate any inspiriting thought.



Mar 9 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: 3doutpost | last post by:
(apologies for the new thread - for some reason google news doesn't give me the option to reply to an earlier vcbuild.exe thread) I'm trying to build a C++ project that was originally created in...
3
by: Kris van der Mast | last post by:
Hi, I've created a little site for my sports club. In the root folder there are pages that are viewable by every anonymous user but at a certain subfolder my administration pages should be...
1
by: Vik | last post by:
I created a subfolder for some Web pages to set special permissions for them. But VS.NET copied all the files from this subfolder to a main folder and uses these copies in a project instead of...
2
by: | last post by:
Let me explain step wise. 1.. I have a site running on port 5555 2.. If contains web.config file with contains <Forms> authentication. 3.. The site contains a sub-folder named "MembersArea"...
0
by: ChristianD | last post by:
for some reason i can't access a resource (.js) if the control files and the resource are in a subfolder off the project root or just the resource is in a subfolder. the code is as follows (...
1
by: instruo | last post by:
Hi all, Have an issue in VS 2005 that I can't seem to sort out. I have a couple of UserContols that I would like to have in a Controls subfolder off my application root. The problem is that...
7
by: MarkusJNZ | last post by:
Hi, I have a website called www.websitename.com which is an ASP.NET 2.0 website. I need to create another application (Which I want to be totally seperate from the above website) but for...
5
by: woolls01 | last post by:
I am using the following code Sub Ck() Dim strStartPath As String strStartPath = "d:\workpack\rra" ListFolder strStartPath End Sub
1
by: Zitomd | last post by:
I'd like some help in using the DIR() or FSO to search for a subfolder that contains a string entered from a textbox. I can get the subfolder if the user enters the exact SubFolder name (ie...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.