Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I place asp.net pages in a subfolder?
Message
From
09/12/2006 04:38:48
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01176292
Message ID:
01176350
Views:
6
This message has been marked as the solution to the initial question of the thread.
Hi,

Top of my head:
If the folder has not yet been created you can create it from .NET by selecting 'Add - New Folder' in the Solution Explorer.
If it already exists then select 'Show All Files' in the Project menu

HTH,
Viv

>I am using VS 2005. I want to place pages, instead of the root folder of the web site, into a sub-folder. That is, the url of a page will be as following:
>
>
>www.mysite.com/mysubfolder/mypage.aspx
>
>
>I understand that to do that the page "mypage.aspx" in my VS 2005 project should be also in the subfolder of the same name, right? But when I Add a New Item in the VS 2005, I can't specify that the page will be in a subfolder. VS automatically places it into the root folder of the project.
>
>So how do you do it?
>
>Thank you.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform