IIS hosting, asp.net mvc
        Posted  
        
            by tomasz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tomasz
        
        
        
        Published on 2010-05-21T13:39:41Z
        Indexed on 
            2010/05/21
            13:40 UTC
        
        
        Read the original article
        Hit count: 269
        
Hi I have a site that uses flex and calls controller actions which returns json to the flex. This works fine in a dev server , the folder that has the flex app lives inside the web project and in the dev ennvironment, makes calls hostname, ie www.someurl.com
in the actual live scenario, this will be an intranet so not hostname to call, the flex app seems to have trouble calling http://localhost/Virtual directory name
it seems to totally miss the virtual directory name. I am obviously missing something basic, any help?
© Stack Overflow or respective owner