Have searched for a couple of hours for a solution to this issue with no luck. Every solution I find is 7 or more years old, and have nothing to do with vs2017, and the solutions proposed for earlier versions do not work in vs 2017. The issue is this: When I open the web.config file for my application, the
<rewrite>
tag has a squiggly line under it and this warning appears in the error list:
Warning The element 'system.webServer' has invalid child element 'rewrite'. List of possible elements expected: 'asp, caching, cgi, defaultDocument, directoryBrowse, globalModules, handlers, httpCompression, httpErrors, httpLogging, httpProtocol, httpRedirect, httpTracing, isapiFilters, modules, odbcLogging, security, serverRuntime, serverSideInclude, staticContent, tracing, urlCompression, validation, management'.
Does anybody have a "modern" solution for this issue? Thanks!!