Question documentation file generation in asp.net

cocol

Active member
Joined
Jul 23, 2010
Messages
30
Programming Experience
Beginner
hello.
i write comments(documentation) with the code behind in asp.net or web application using visual studio 2010,so i need now to generate the xsd file of these comments.
for clarifying what i mean with comments or documentation this is what i mean:
VB.NET:
/// <summary>
    /// vbdotnetforums
    /// 
    /// </summary>
    /// <param name="abc"></param>

so in windows application,i can in property page of my project to check the "XML Documentation File" checkbox under build tab,so the xsd file is generated,but in web application or asp.net website,i can't found the "XML Documentation File" checkbox,so i can't generate this xsd documentation file.
so i need your help to generate this file in asp.net website.
thank you very much.
 
Back
Top