Windows 7 IIS7.5 and asp application Error HTTP 404.0 - Not Found

后端 未结 1 787
臣服心动
臣服心动 2021-01-22 18:01

I have a Classic ASP aplication and now I installed that on my new PC with Windows7 64bit and IIS 7.5. The problem is that when the app tries to open de dabase, I have this erro

相关标签:
1条回答
  • 2021-01-22 18:23

    In IIS 7.0 and 7.5, the classic version of ASP is not installed by default. Because of this, you might see HTTP 404 errors when you try to browse to an ASP page on your server, or you might see the source code for your ASP page displayed in your browser window.

    Both of these error conditions are created when configuration settings that are used to define the environment for classic ASP are not installed.

    1. Click Start, and then click Control Panel.
    2. In Control Panel, click Programs and Features, and then click Turn Windows Features on or off.
    3. Expand Internet Information Services, then World Wide Web Services, then Application Development Features.
    4. Select ASP, and then click OK.

    Classic ASP Not Installed by Default on IIS 7.0 and IIS 7.5

    0 讨论(0)
提交回复
热议问题