Hi Eric,
I've been doing research on your question. At first, I've tried to use
<system.codedom> configuration setting in web.config to change the compiler
switch to use "/doc", unfortunately due to how web site is designed
(compiles each web form into a single assembly), we could only get one web
form's generated xml documentation file (since you can only specifiy a file
name, and different xml files are overwritten each other).
Anand Raman from our product group also described this limitation in
following thread:
#SandCastle Getting Started Help - MSDN Forums
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1174747&SiteID=1
The only solution would be to use Web Application Project. Could you please
tell me the reason why you think it's not possible to use it?
Regards,
Walter Wang (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.