How can I hide warnings in a asp.net 2.0 VB web project?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • minermadison
    New Member
    • Feb 2008
    • 4

    How can I hide warnings in a asp.net 2.0 VB web project?

    Hi,
    I have an asp.net project written with VB in Visual Studio Professional 2005.

    Visual Studio has a bunch of warnings that I would like to ignore.

    In a Windows Form or Class Library project I simply open up the project's .vbproj file and add the warning numbers I would like to ignore to the <nowarn> section. But my asp.net project is simply based on a folder and does not have a .vbproj file....

    So how can I disable/hide warnings for the asp.net project?

    Thanks in advance...

    [edit]

    I would just like to disable a few warnings. Not all of them... thanks.
Working...