A detailed
post explaining the new web project system by Scott Guthrie. The features
are interesting, but not implemented in Beta 2 or are buggy. MS expects all of
this to be in the final release.
To summarise,
No need for Frontpage server extensions on the server or development machine.
Just install VS 2005 and you are good to go. No need for IIS too. This is good
cos now it would be possible to test web apps using Apache and the mod_dotnet
module.
There is no web project file. The project infers the contents from the file
system. With this there would be no more mapping a IIS virtual directory
for a web project. Very useful when you want someone else to open your web
project.
There is a "hit refresh to compile" feature. Say you make a change to a page
or a code behind file, now just refresh the page for it to compile.
Anyways thats just a lil bit of what interests me. The has been quite a bit
of confusion regarding the new web project system, and this post clears some of
that. However, I'll have to wait and see how this all works in the Final
version.