webmatrix - Problems Deploying web application to iis -
built web application webmatrix, try deploy locally iis 5.1 testing purposes added wwwroot folder didnt work created virtual directory. home page works login created web helper doesnt work...when click login see browser sending login? , nothing happens....and web deploy installed doesnt work either can deploy site dependencies iis... can deployed windows server2003....any hints appreciated... .
i using webmatrix3 , web server windows server 2008 r2 iis7. copy , paste entire project directory local machine iis inetpub/wwroot directory. within iis7 right click directory (which in tree under sites) , select "convert application". works every time.
i had add web.config make work in i.e. because of forced compatibility mode issue:
<system.webserver> <httpprotocol> <customheaders> <clear /> <add name="x-ua-compatible" value="ie=edge" /> </customheaders> </httpprotocol> </system.webserver> i hope helps!
Comments
Post a Comment