Enable .NET 3.5 goodies in IIS vdir
Posted by: All About Interop,
on 05 Dec 2008 |
View original | Bookmarked: 0 time(s)
Some of you may be oddballs like me: you like .NET, you program in .NET, but you don't always use Visual Studio. You hand-code everything for some applications. You often open up a text editor and just start writing a source module, with no wizards, no project templates, etc. You hand-code your MSbuild files. You hand-code your web.config files.
Oddballs like us cannot rely on the code-generation that comes with Visual Studio. So when we write a new ASP.NET...