I use VS.NET mostly as an interface for Standard ASP (3.0) applications at this point. (I had hopes of easing into ASP.NET, but as you may remember from the poll in the HTML forum, very few clients are asking for .NET yet…)
While working in a standard web project, I notice that the dialog used to add a new file to the current project (using the Project | Add New Item… menu command) somehow leaves a standard ASP page out of the list of possible items to create. Interestingly, it IS included in the File | New | File… dialog (under the Script category).
This is VERY frustrating! The dialog in question even includes standard HTML pages, XML, and everything else under the sun, but no standard ASP! Grrrr… In order to add an ASP file to my project, I have to create a “standalone” ASP file (using File | New | File…), then save it in my project’s folder (usually a lengthy navigation through several subfolders), then use the Project | Add Existing Item… dialog to add it to my project. This is quite a pain!
Does anyone else share the same frustration? Can anyone suggest why this is the case (other than Microsoft’s lack of attention to detail…)?
OK – I’m done