Debug .NET app with IIS7 and Delphi.NET - Use aspnet_regiis.exe to configure the local IIS web serve
        Posted  
        
            by webnoob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by webnoob
        
        
        
        Published on 2010-04-16T14:27:41Z
        Indexed on 
            2010/04/16
            14:33 UTC
        
        
        Read the original article
        Hit count: 678
        
Hi All,
I have been trying to set up local debugging for my ASP.NET app in Delphi and am getting the error above. I have used the aspnet_regiis.exe tool with the following:
Aspnet_regiis.exe -s W3SVC/1/ROOT/DevTest
but this hasn't helped. It added it to IIS as an application but I am still getting the error:
The project cannot be debugged because virtual directory "DevTes" is not configured with ASP.NET version 2.0 or 3.0  Use aspnet_regiis.exe to configure the local IIS web server.
I am not really sure where to go from here so need some help please:
Machine specs: Windows 7 64bit, IIS7, Using RAD Studio 2007.
© Stack Overflow or respective owner