Convert File System Website to IIS Website
        Posted  
        
            by Noah
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Noah
        
        
        
        Published on 2010-04-26T19:09:29Z
        Indexed on 
            2010/04/26
            19:13 UTC
        
        
        Read the original article
        Hit count: 427
        
We recently migrated from VS 2008 to VS 2010. The migration went fine, except for our web project. Before, in VS 2008, the site showed up as http://localhost/Website. Now, it appears as C:...\Website. It appears that when we did the migration, VS started to treat it as a file system website.
I've tried removing the existing site and re-adding it as an existing website, but it still displays it as C:...\Website. Is there any way to convert it back to show it as a http://localhost/website, and run through IIS, as opposed to the default ASP.NET Development Server?
© Stack Overflow or respective owner