Hi Rolf,
As for the "break a large web project into parts", do you mean you will
develop a single large web project as multiple divided web projects at
development time and will combine them together at deployment time?
If this is the case, I'm afraid it is hard to support statemanagment across
multiple web applications/projects. This is because those application
states such as Session/Application is specific to a single web
application/project. This is the same as web applications hosted in IIS
server, different appilcations(in different applicaiton virtual directory
--- event parent/child ) will not share those application specific states.
As for your further comments
===============
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.
===============
I think this is reasonable suggestion since it is important to make the
partition of web application more convenient so that we can manage and
maintain an ASP.NET application under smaller granularity.
Actually the ASP.NET product team is continue making progress on this
according to the community's feedback. Those add-on projects like "Web
Deployment Project" and "Web appliation Projects" are the two examples:
#VS 2005 Web Deployment Projects
http://weblogs.asp.net/scottgu/archi...06/429723.aspx
#VS 2005 Web Application Project V1.0 Released
http://weblogs.asp.net/scottgu/archi...08/445742.aspx
Therefore, it is really important and recommended that you submit such
requests so as to make our product team informed of these.
#Visual Studio and .NET Framework Feedback
http://connect.microsoft.com/feedbac...spx?SiteID=210
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.