web.config, in <system.web><httpRuntime...- should there be a ">" instead of a ">"?
SOlson
Posts: 5 Bronze 1
I just happened to notice this when I was diff-ing the current web.config with an older saved copy. I have no idea about web.config in general, but I thought I'd ask...
In version 10.1.8, I see:
<div><httpRuntime targetFramework="4.7.2" requestPathInvalidCharacters="<,>,*,%,&,\" enableVersionHeader="false"/></div><div></div>
In version 11.2.8:
<httpRuntime targetFramework="4.7.2" requestPathInvalidCharacters="<,>,*,%,&,\" enableVersionHeader="false" />
Tagged:
Answers
Did you mean for the <div> elements to be in there as well or were you just highlighting > vs > difference only?
I'm not seeing a difference in mine for v11.2.8 - I show in that version it has the character code still
I also had a look back through the history of the file in git and I can't see that part having changed so I'm not sure why it may be showing differently for you.
As for deleting a comment, I thought you would be able to delete your own posts or comments, but perhaps not - if you are able to it would be an option in the cog wheel at the top right of the comment (or the option to delete the discussion from the cog wheel at the top of the post):
Kind regards,
Alex
Have you visited our Help Center?