Masking/Hiding URL for ASP.net web application
        Posted  
        
            by SARAVAN
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SARAVAN
        
        
        
        Published on 2010-05-21T21:23:44Z
        Indexed on 
            2010/05/21
            21:30 UTC
        
        
        Read the original article
        Hit count: 248
        
Hi, I am working in an ASP.NET mvc application. With regards to URL's I could see the Controller and action names in the address bar when user navigates between pages. Is there a way to hide them, such that the address bar always displays http://mywebsite.com without any action names or controller names suffixing them, or is there any other standard practices? Or is it ok to leave the URL as such which can contain action and controller suffixes?
© Stack Overflow or respective owner