[Mono-bugs] [Bug 400825] [Patch] Add "X-Powered-By" header to response

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 18 05:32:14 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=400825

User kornelpal at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=400825#c5





--- Comment #5 from Kornél Pál <kornelpal at gmail.com>  2008-06-18 03:32:13 MDT ---
X-AspNet-Version is controlled by enableVersionHeader:

http://msdn.microsoft.com/en-us/library/e1f13641.aspx

and

http://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.enableversionheader.aspx

Addig X-Powered-By is as easey as

Header set X-Powered-By ASP.NET

in .htaccess and is equivalent to what is done on IIS but if you would like to
implement that in mod_mono I'm not against that.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list