morteza, I would highly recommend
Professional ASP.NET Design Patterns for learning how to document architecture in ASP.NET websites.
In more general terms, keep in mind that good websites are created using n-tier architecture, a concept where sites are separated into data, business, and presentation layers. Inside of Visual Studio, there are also tools that can help your design, such as class diagrams and XML documentation comments. Happy coding!