R
Rolf Welskes
Hello,
I have a large web which has PartA, PartB, PartC and MainPart.
MainPart WebPage01 ... WebPage_n
PartA ....
PartB WebPageB01 ... WebPageB_m
PartC ...
So I would like to do the following:
(I work with VS2005, WebProjects, not Visual Designer).
I have one WebProject: ManPart_Prj
and 3 WebProjects
PartA_WebPrj, PartB_WebPrj, PartC_WebPrj.
Each of this project generates its own DLL.
So, If I make changes in aspx-files or in cs-files, for example in
PartB_WebPrj, I only have to distribute PartB_WebPrj.DLL and the aspx-files.
All other is not touched.
This is possible to do by making 4 WebProjects, and PartA_WebPrj,
PartB_WebPrj , PartC_WebPrj are SubWebs of the MainPart-Web.
This I know works. I can call the pages form each part to each part by, for
example links.
BUT !!!
When I am on a page in MainPart_Prj and click on a link to a page for
example in PartB_Prj, PartB_Prj is an own web, this means,
I loose the session-id I have in MainPart and in PartB I have a new one, no
data access between parts is so possible.
So question: Is it possible to have such 4 WebProjects, which are 4
WebProjects for VS, means, each has its own DLL etc.,
but for IIS and for the client-site this is ONE Web with a session-id over
all parts ?
If this is not possible it would be very important to have such a feature in
the future of VS because if you have one WebPrj with one DLL
for a large web allways if you make changes in a part you have to distribute
the DLL which is allways a risk for the full web and costs
many test work to be sure all works properly.
Clearly, there are tricks, you can for example do all or many controls and
cs-code in own dlls, but nevertheless,
to have the web realy separated in parts, each part its own dll would be
great.
If there is any possibility to do it, thank you for any help.
Rolf Welskes
I have a large web which has PartA, PartB, PartC and MainPart.
MainPart WebPage01 ... WebPage_n
PartA ....
PartB WebPageB01 ... WebPageB_m
PartC ...
So I would like to do the following:
(I work with VS2005, WebProjects, not Visual Designer).
I have one WebProject: ManPart_Prj
and 3 WebProjects
PartA_WebPrj, PartB_WebPrj, PartC_WebPrj.
Each of this project generates its own DLL.
So, If I make changes in aspx-files or in cs-files, for example in
PartB_WebPrj, I only have to distribute PartB_WebPrj.DLL and the aspx-files.
All other is not touched.
This is possible to do by making 4 WebProjects, and PartA_WebPrj,
PartB_WebPrj , PartC_WebPrj are SubWebs of the MainPart-Web.
This I know works. I can call the pages form each part to each part by, for
example links.
BUT !!!
When I am on a page in MainPart_Prj and click on a link to a page for
example in PartB_Prj, PartB_Prj is an own web, this means,
I loose the session-id I have in MainPart and in PartB I have a new one, no
data access between parts is so possible.
So question: Is it possible to have such 4 WebProjects, which are 4
WebProjects for VS, means, each has its own DLL etc.,
but for IIS and for the client-site this is ONE Web with a session-id over
all parts ?
If this is not possible it would be very important to have such a feature in
the future of VS because if you have one WebPrj with one DLL
for a large web allways if you make changes in a part you have to distribute
the DLL which is allways a risk for the full web and costs
many test work to be sure all works properly.
Clearly, there are tricks, you can for example do all or many controls and
cs-code in own dlls, but nevertheless,
to have the web realy separated in parts, each part its own dll would be
great.
If there is any possibility to do it, thank you for any help.
Rolf Welskes