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

  1. #1

    Default Using subfolder

    I created a subfolder for some Web pages to set special permissions for them
    later. VS.NET copied all the files from this subfolder to a main folder and
    uses these copies in a project.
    How can I make VS to use the files in the subfolder?

    Thank you.


    Vik Guest

  2. Similar Questions and Discussions

    1. load XML from subfolder
      Hi I made a project that loads XML into my flash to display some data. Initially de XML files were located in the root, but as I need to write...
    2. web.config in subfolder
      Hi I am using remote web space and cannot seem to use my normal web.config file to secure the folder :-( <authentication mode="Forms"> <forms...
    3. Check for Subfolder
      Hello, I'm using the following routine: <?php $handle = opendir($upload_dir); while($entry = readdir($handle)) { if($entry != ".." &&...
    4. opening browser in subfolder
      Hi Should be an easy one. I'm trying to get Director to open a web page that's in a subfolder. I thought the Lingo would go like this: on...
    5. Usercontrol in webforms subfolder
      Hi. I had a similar question here some days ago.....anyway.. When in VS.Net adding a webform in a subfolder of the project, and adding a...
  3. #2

    Default RE: Using subfolder

    When creating a new Web Application project in VS.NET 2003 you should be
    able to do this. When creating a new project, specify the path to the HTTP
    location of the subfolder. E.g.

    [url]http://localhost/MainFolder/SubFolder[/url]

    VS.NET should use this as the working directory. If there are existing
    files in the folder it wants to overwrite then it will prompt you.

    Chris Marchal
    Microsoft UK Developer Support
    This posting is provided "AS IS" with no warranties, and confers no rights.

    Chris Marchal[MSFT] 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