I’m using Emacs and Mono on Windows so that I can retain the same development environment while I’m in GNU/Linux.
So I need to know what the directory structure of an ASP.NET project and which files are critical to its operation (config files, etc.).
You will need a web.config in the root dir as well as all of your aspx files. The only other thing you really need will be a
bindir under the root to hold your assemblies.