« Previous Next »

Thread: .ASP page in IIS7 don't work

Last post 08-30-2007 5:32 PM by stefano6310. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 08-27-2007, 2:14 PM

    .ASP page in IIS7 don't work

    Hi,
    I install IIS7 with .ASP and ASP.NET feature in my pc (vista business).
    I create a new web with a simple file (response.write "Hello World") called DEFAULT.ASPX. Everything works fine.
    When I rename the same file as DEFAULT.ASP it doesn't work (error on the browser).
    The web.config file is as follow:

    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
        <system.webServer>
            <handlers>
                <remove name="ASPClassic" />
                <add name="ASPClassic" path="*.asp" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="C:\Windows\System32\inetsrv\asp.dll" resourceType="Unspecified" />
            </handlers>
        </system.webServer>
    </configuration>

    Thanks in advance for any help

  • 08-27-2007, 4:27 PM In reply to

    • ksingla
    • Top 10 Contributor
    • Joined on 06-13-2006, 11:02 PM
    • Redmond, WA
    • Posts 862

    Re: .ASP page in IIS7 don't work

    What is the error you are getting (with system.webServer/httpErrors@errorMode="Detailed"?

    Follow me on twitter at http://twitter.com/kjsingla
  • 08-30-2007, 5:32 PM In reply to

    Re: .ASP page in IIS7 don't work

    Sorry for my late in answering but I was really busy with my job.
    I had many settings problem on my local server (ASP engine enable, detailed browser errors enable, sharing permission on the folder containing the ASP pages). Now it (seems..) to work fine.
    Many thank for you reply. Bye 
Page 1 of 1 (3 items)
Microsoft Communities