![]() |
Sergey Kornilov admin 3/4/2010 |
As a first step make sure IIS is configured to run ASP applications. |
M
|
mdorren author 3/4/2010 |
As a first step make sure IIS is configured to run ASP applications. You can create test.asp file under c:\inetpub\wwwroot and put the following content there: <% response.write "Hello world!" %> Then open it in browser as http://localhost/test.asp
|
![]() |
Sergey Kornilov admin 3/4/2010 |
I think this article can help you get started: |
M
|
mdorren author 3/4/2010 |
I think this article can help you get started: http://learn.iis.net/page.aspx/562/classic-asp-is-not-installed-by-default-on-iis-70-and-iis-75/
|
![]() |
Sergey Kornilov admin 3/5/2010 |
Marty, |