So, after mapping all the extentions (using the Wildcard Application Mapping in IIS) to ASP.NET (see 404 post), the FrontPage Extentions won't work anymore. So I deleted those, but now I need to edit/upload things to my site. So I added a share to the root, \\server\Root$. This is the home dir of http://server/.
VS.NET allows you to create a new ASP.NET web application on http://server/ but also wants you to specify a directory or share. Now, when I enter the \\server\Root$ share and login as admin, everything goes fine. However, when you reopen the solution VS just isn't going to open anything, because \\server\Root$ and http://server/ are not pointing to the same server 
So, how do you guys edit your sites, and how could I solve this weird problem?
Edited by Diep-Vriezer