asp.net - Has the XML-Document-Transform xmlns URL changed? -



asp.net - Has the XML-Document-Transform xmlns URL changed? -

in web.release.config or web.debug.config, right after ...

class="lang-xml prettyprint-override"><?xml version="1.0" encoding="utf-8"?>

you see ...

class="lang-xml prettyprint-override"><configuration xmlns:xdt="http://schemas.microsoft.com/xml-document-transform">

when browse url, receive next content:

the resource looking has been removed, had name changed, or temporarily unavailable.

does mean there's new url , need update xmlns or can not browse it?

that's xml namespace, not location of resource on web.

it happens url. xml namespaces not urls.

asp.net web.config-transform xml-document-transform web-debug-config web-release-config

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -