How to create XML documentation for asp.net site in visual studio 2008?

I am trying to create an XML comment for my asp.net site pages. But when I right-click on a website in Solution Explorer, I cannot find Properties , instead I Propert Pages find Propert Pages . How to get started with XML documentation? Any suggestion.

More details here: http://msdn.microsoft.com/en-us/library/azt1z1eh.aspx ("To create a sample XML documentation in Visual Studio")

I want to generate XML comments for my project in the assembly, but there are no “folders” or “Assembly” under it in my “Configuration Properties” window.

+4
source share
1 answer

This is not very convenient for web projects. You need to manually add the "compiler" to your web.config.

http://www.ewoodruff.us/shfbdocs/html/94c7f744-9b90-4254-93ab-9b15f47d9f42.htm

-1
source

All Articles