CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    224

    creating multiple virtual directories

    Hi all

    I have a web site developed in VS 2005
    i can run the application by www.mycompany.com/application where application is my application

    Now my question is
    is it possible to get my application by

    www.mycompany.com/application1
    www.mycompany.com/application2
    www.mycompany.com/application3

    when clicks the above urls my application has to open

    if possible pls guid me how to do this

    Thanks a lot

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: creating multiple virtual directories

    open IIS And create VirtualDirectories named

    application1
    application2
    application3

    point them all to the "application" directory

    hth,
    mcm
    rate my posts!
    mcm

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

Featured