[Solved] How to disable RSS in ASP.NET
Look for something like this on the html template and remove it (don’t make a literal search of the entire tag since title and href will be different) <link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”https://stackoverflow.com/questions/15400046/url” /> 2 solved How to disable RSS in ASP.NET