Referencing a page in another website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HaVeN
    New Member
    • Mar 2008
    • 5

    Referencing a page in another website

    Hello,

    I'm not to sure if this was the right place to post this question... I am a newbie to the Community.

    Anyways, I've built 2 Websites that are all in one solution and I am using VB 2005.At the top of the Solution Explorer, it states the <Solution name> (# of projects) which is 2 projects.

    My question is, How can I reference a page that is in another project?
    When typing in <a href> then ctrl-space to choose the url. It only allowed me to see pages within the project.

    i.e. I have a <a href> link in "Project A" that I want to use it to call out a page that is in "Project B".

    Thanks in advance.
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi HaVen, welcome to The Scripts! You're almost in the right place but not quite...this is a forum for classic ASP and you'll get better help if you post your ASP.NET questions in the .NET forum.

    In visual studio you don't have to use the pages that come up when you press ctrl-space. If you just type in the URL it will link to that page.

    Hope this helps,

    Dr B

    Comment

    • HaVeN
      New Member
      • Mar 2008
      • 5

      #3
      Hi Dr B,

      First off, Thank you for the greeting and for the reply. I'm part of a developer team that is creating a project for a client.

      I am aware of the typing of the URL rather than the Ctrl-space option. Thanks for your output.

      However, my question was to understand if I can call out a page that is from another project. The problem is when I specify the url or even pick the url from the ctrl-space option. The site that I want to call out (meaning a href) is not found.

      One of my friend, suggested that if you want to create a cross-border occurrence then a web-service sounds like the answer for me. Although that only allows methods to be accessed from project to project.

      I will post in the ASP.NET as well for help. Once again, Thank you.

      Comment

      • DrBunchman
        Recognized Expert Contributor
        • Jan 2008
        • 979

        #4
        No problem, good luck finding a solution!

        Dr B

        Comment

        Working...