I have a website with a mix of ASP (classic) and ASP.NET pages.
For some reason Visual Studio (specifically 2008 Pro) keeps trying to compile the ASP classic pages.
How do I prevent it from trying to compile the .asp pages?
Reason: I'm getting a ton of errors on a specific .asp file that includes a Class. I believe it's trying to compile it as a Visual Basic class instead of seeing it as a vBScript class. It should be skipping over .asp files anyway, correct?
Here is the error:
Property Get/Let/Set are no longer supported; use the new Property declaration syntax.