Search code examples
asp.netvisual-studiopartial-methods

How can I remove ASP.NET Designer.cs files?


I've worked on VS projects before where there is no .designer.cs files.

Now I started a new project on a different computer and I can't get rid of designer.cs files. It's really annoying me. Do I really need it, how can I remove it? There must be a setting somewhere.


Solution

  • You're dealing with a web application rather than a website (clarification)

    Yes, in the context of a web application, you do need them.