I feel really stupid, but for a new VS2010 ASP.Net web site, how do I add a Properties item under the project? The one which you can double-click to bring up the Properties page which has the properties, application, web, settings, and other tabs along the left side? Thanks...
            Asked
            
        
        
            Active
            
        
            Viewed 182 times
        
    0
            
            
        - 
                    1You can't; the web site projects don't have the same property pages as the web application projects. See http://msdn.microsoft.com/en-us/library/dd547590.aspx for a list of all the differences. – dash Sep 08 '12 at 23:26
- 
                    See also http://stackoverflow.com/questions/398037/asp-net-web-site-or-web-application – dash Sep 08 '12 at 23:32
 
    