cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pradana
Level 6

Arrange XML Elements

Hi,

I got a problem with XML File Change feature in modifying Web.config.

In my original Web.config I got this part to support ASP.NET AJAX:







After installation and XML File Change works, I found the order of the tags changed:








See that the "remove" tag is put at the bottom of the httpHandler. It makes my application not working properly (not recognizing asmx page). The "remove" tag MUST be placed on top of other "add" tags.

The order of XML elements shown in the Installshield IDE is correct ("remove" tag is on top), but why it goes to the bottom after installation?

Is there any way to get the order of the XML elements EXACTLY as shown in the Installshield IDE?

Thanks.
Labels (1)
0 Kudos
(2) Replies
pradana
Level 6

Any idea? :confused: :confused:
0 Kudos
nnjcsc
Level 6

BUMP.

Any resolution to this? The XML File Changes View adds our new section/tags to the end of a section. We need it to add at the beginning of the XML file section.
0 Kudos