Ask a Question related to ASP.NET Security, Design and Development.
-
Vik #1
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
-
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... -
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... -
Check for Subfolder
Hello, I'm using the following routine: <?php $handle = opendir($upload_dir); while($entry = readdir($handle)) { if($entry != ".." &&... -
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... -
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... -
Chris Marchal[MSFT] #2
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



Reply With Quote

