How to find out the name of the virtual directory in ASP.NET

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default How to find out the name of the virtual directory in ASP.NET

    Dear Friends
    How things going well. I have a question. Please help me. Thanks in advance.

    I like to give our customers a web site in our site i.e

    [url]www.ourdomain.com/JackSalume[/url]
    [url]www.ourdomain.com/JanetWilson[/url]
    [url]www.ourdomain.com/CarenAnderson[/url]

    All the customers use the same template i.e
    their home page contains a picture and some text and the
    other pages contains our cutomers products
    ....

    I like to use ASP.NET for implementing the customer pages

    The customer have an admin pannel to upload files and write the
    text that shows in his home page I mean he/she can customize his/her web
    page I mean the contents of the files in the Virtual Directory with his/her
    name

    I want to put all the ASP.NET page in a directory called customers
    but at the same time, want to let customers see their files at thier
    directory not at customer folder
    I think I must use frames. do you know how ?
    Also
    I want to find out the name of the customer from the virtual directory name
    so I can make his /her web site by using the ASP.NET pages in customer
    folder so how can I access the the name of the virtual directory in ASP.NET
    code?
    Any Commnets to better implement this site?

    Thank you very much
    Amir Eshterayeh
    [email]aeshterayeh@hotmail.com[/email]



    Amir Eshterayeh Guest

  2. Similar Questions and Discussions

    1. virtual directory
      Our corporate website uses coldfusion. We have developed a web time entry system that also uses coldfusion. I am trying to setup the new timentry...
    2. vHost - Virtual Directory
      I'm trying to play videos using the flvplayer control and FMS. If I put my flv directly in the FMS applications/streams/_definst_ directory, and...
    3. Configure a virtual directory?
      Hi, I want to install a simple web service using IIS, how can I create a directory under Inetpub/wwwroot/ and configure it into a web application...
    4. Have to Be A Virtual Directory?
      I have a project named NET. It has .aspx and one .asmx files. This NET is a virtual directory and application in IIS: - All .aspx and one .asmx and...
    5. How to create a new Virtual Directory?
      I have bought an asp.net host,but there is only one Virtual Directory. How to create a new Virtual Directory in an ASP.NET application? Thanks!
  3. #2

    Default Re: How to find out the name of the virtual directory in ASP.NET

    you should
    a) get sharepoint - it is included in Windows Server 2003 and does this sort
    of thing
    b) please do not cross post


    "Amir Eshterayeh" <aeshterayeh@hotmail.com> wrote in message
    news:%23G2iML2hDHA.1048@TK2MSFTNGP11.phx.gbl...
    > Dear Friends
    > How things going well. I have a question. Please help me. Thanks in
    advance.
    >
    > I like to give our customers a web site in our site i.e
    >
    > [url]www.ourdomain.com/JackSalume[/url]
    > [url]www.ourdomain.com/JanetWilson[/url]
    > [url]www.ourdomain.com/CarenAnderson[/url]
    >
    > All the customers use the same template i.e
    > their home page contains a picture and some text and the
    > other pages contains our cutomers products
    > ...
    >
    > I like to use ASP.NET for implementing the customer pages
    >
    > The customer have an admin pannel to upload files and write the
    > text that shows in his home page I mean he/she can customize his/her web
    > page I mean the contents of the files in the Virtual Directory with
    his/her
    > name
    >
    > I want to put all the ASP.NET page in a directory called customers
    > but at the same time, want to let customers see their files at thier
    > directory not at customer folder
    > I think I must use frames. do you know how ?
    > Also
    > I want to find out the name of the customer from the virtual directory
    name
    > so I can make his /her web site by using the ASP.NET pages in customer
    > folder so how can I access the the name of the virtual directory in
    ASP.NET
    > code?
    > Any Commnets to better implement this site?
    >
    > Thank you very much
    > Amir Eshterayeh
    > [email]aeshterayeh@hotmail.com[/email]
    >
    >
    >

    Dino Chiesa [Microsoft] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139