my question: how can i make the iis compile the site using the .net
3.5 compiler?
for example:
run this on vs 2008 on an exe targeting .net 2 framework
Dim x As New System.Collections.ArrayList() With {.Capacity = 20}
try to use the line above on a web site targetign .net 2 framework and
it will not work
giving only an error when you access the page and not a compiler error
on the IDE
thanks
<Avni...@gmail.com> wrote in message
news:b050ecde-1f00-4afa...@26g2000hsk.googlegroups.com...