Is it just me, or does anyone else have an issue with R# (v4.5) reporting an error inside QueryGreeting.aspx?
It doesn't seem to like "querygreeting" inside <form action="querygreeting" method="post"> or "greetingcommand" inside <form action="greetingcommand" method="post">
I know it compiles and runs ok, just wish the red error warnings R# gives could go away. And yes, I know it probably because it's looking at it as an ASP.Net page in which case the form action is invalid.
Cheers,
Rob