Results 1 to 4 of 4

Thread: Multi-web project in single solution file

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    Re: Multi-web project in single solution file

    if add the reference in fisrt web project,can share the session and appliction state

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Multi-web project in single solution file

    Are you asking me or telling me?

    I don't think you can share session states across projects, btw. Just pass them.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width