Adding an ASP website in IIS7.5 on Windows 7
        Posted  
        
            by 
                birdus
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by birdus
        
        
        
        Published on 2012-11-17T20:58:08Z
        Indexed on 
            2012/11/17
            23:23 UTC
        
        
        Read the original article
        Hit count: 618
        
iis7
enter preformatted text hereI'm trying to add an ASP website under IIS 7.5 on Windows 7 and am having no luck so far. This site is just for me to hit locally. I need to make some changes to some of the HTML in some of the ASP files and I just need to be able to test my changes as I make them.
I installed IIS and checked the box for ASP. Next, I added an Application Pool which I called ASP and which has "No Managed Code" and "ASP" set. Next, I added the website by right-clicking "Sites" then clicking "Add Web Site...". I gave it a name, set it to use the ASP app pool, pointed it to the path where the ASP code is (I left it at pass-through authentication), and typed in 5555 as the port, so as to not interfere with the default website. The code is sitting on my server and the path simply uses the mapped drive that I always use to access files on that drive array.
When I type in http://mysite:5555, I get "could not find mysite:5555". I don't really know if all these settings are correct or what else I should try.
What am I missing?
Thanks, Jay
© Pro Webmasters or respective owner