Problem with web.config when deploy to server

Bill Humphrey

Active member
Joined
Apr 10, 2008
Messages
35
Programming Experience
Beginner
Hi

I'm using VS2008

When I create an MSI file from my wbapp on my PC and deploy it on the sever the folling code gets changed in my web.config:

FROM:

<httpHandlers>
<remove verb="*" path="*.asmx"/>


To:

<httpHandlers>
<re?ove verb="*" path="*.asmx"/>

I get a character stuck in the remove word which causes an error
 
Back
Top