Daniel Heard
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created ASPX Incorrect Error
In a C# ASPX page the following line is valid but Resharper highlights it as an error: <% Response.StatusCode = 500 %> Error: ; expected after the 500. Is this a bug I should submit to the issue tr...