When clicking on a question tagged .aspx, the site produces a 'Page Not Found' error.
|
|
Pretty sure this isn't a browswer issue. Looks like the tag (and probably some other special cases) may have to be encoded differently to keep ASP.NET from freaking out. |
|||||||||||||
|
|
Also note this only happens with ASP.NET related-extensions (e.g. I'd say it's exactly as @TheTXI suggests - ASP.NET thinks it's supposed to be a real page name and barfs. In fact, the Special treatment for the URLs |
||||
|
|
|
Reproduced in Google Chrome (3.0.196.2). Clicking the .aspx tag results in a |
|||
|
|
|
Looks like it is attempting to process the actual tag as a page. Any way the moderators can simply remove the . from the tag? |
|||
|
|