Posted to
ASP.NET Administration
by
orphicfireball
on
09-11-2007, 7:23 PM
I had trouble getting my ASP.NET 3.5 web site to work after installing .NET 3.5 on my server. You can't choose between .NET 2.0 and 3.5 in the asp.net tab in IIS; both run under 2.0. I had to add this section to my web config:
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" ...