assembly information for web site

  • Thread starter Thread starter BillE
  • Start date Start date
B

BillE

For a class or windows application, I can access the assembly information
screen by double-clicking on My Project.

How do I access and modify this information for a web site?

Thanks
Bill
 
asp.net 2.0 does not use a project file. also (by default) there is an
assembly per page and one for the app_code files. this make a default had to
implement.


-- bruce (sqlwork.com)
 
Then I guess I'll build my own class for tracking of major version / minor
version / build / revision, copyright, etc. for a web site.

Thanks
Bill
 
Back
Top