When I'm trying to see all the questions tagged web.config or app.config I'm sent to an URL like:
http://stackoverflow.com/questions/tagged/web.config
which shows an XML parsing error:
XML Parsing Error: no element found
Location: http://stackoverflow.com/questions/tagged/web.config
Line Number 1, Column 1:
^
It's normal from an ASP.NET point of view, but I would like to see those questions instead.
Since adding another tag like asp.net means an URL like:
http://stackoverflow.com/questions/tagged/web.config asp.net
which solves the problem, but restrict the results, I propose to create an empty, meaningless tag which would not restrict the result set but would avoid the errors.
[app-config]and[web-config]are now the canonical tags. – Bill the Lizard♦ Jul 24 '10 at 13:07