What's the difference between a Windows App project properties and Web App project properties

where can I change things such as ==> "Root Namespace" within the project properties of a Web Application,  the way

I can do this within a Windows application. (in a windows application, I select project properties, then click the "Application tab"  then  change the Root Namespace there.   Where can I do this same thing within a Web App

Thanks

Donna



Answer this question

What's the difference between a Windows App project properties and Web App project properties

  • Rajesh.Y

    On your code page:

    Code Snippet

    Namespace YourNamespace

    'Your Code

    End Namespace


  • .Net Queen

    Thanks for responding

    But where can I change things such as ==> "Root Namespace" within the project properties of a Web Application, the way

    I can do this within a Windows application. (in a windows application, I select project properties, then click the "Application tab" then change the Root Namespace there. Where can I do this same thing within a Web App

    Thanks

    Donna


  • Krop

    A web application project is a new website not an executable.
  • What's the difference between a Windows App project properties and Web App project properties