Multi-web project in single solution file
hi,
We have an application with more than 3 web project in a solution file.
how to access the user control developed in one web project to another project. Actually the user control in that project holds session variable and some appication variable. this control to be shared in another web prokect.
i want to know how to handle the session and application info in multiple web project in single solution file.
thanking u
v.r.mahendran
Re: Multi-web project in single solution file
Simply set a reference to the control's project in your first project. In the references dialog box, there will be a Projects tab.
Re: Multi-web project in single solution file
if add the reference in fisrt web project,can share the session and appliction state
Re: Multi-web project in single solution file
Are you asking me or telling me? :confused:
I don't think you can share session states across projects, btw. Just pass them.