-
Directory Problems
I am developing my first web application in asp.net/vb.net and would like to put all of my administration pages in a seperate admin directory.
In explorer I created the appropriate directories but they are not displayed in the .Net development environment. Nor does the development environment allow me to create 1 (I think).
Can anyone tell me where I am going wrong?
Thanks in Advance
-
VS.NET will not show files you didnt explicitly create with it. So click the show all files button on the solution explorer and you will see your files grayed out - right-click on them and select add to project.