Can I use the <%: tag on an application that will be hosted on IIS6? What about on an application targeted for .NET 3.5?
Asked
Active
Viewed 38 times
2 Answers
4
<%:
is an asp.net 4.0 feature, so targeting 3.5 means you can't use it.
You can however, host .net 4.0 on IIS 6.

Oded
- 489,969
- 99
- 883
- 1,009
-
What about an application that use the 4.0 framework but is hosted on IIS6? – Raphael Jun 09 '10 at 18:47