C
|
clig 9/17/2009 |
Has anybody experienced problem running the page after it has been built? The page builds successfully via the wizard, Virtual directory is created, but when I try to run the project in browser I am getting page cannot be displayed error. I see that request is being redirected from index.htm to the correct page, but that's where it dies. I verified that IIS7 is in fact working by removing all the code from the .asp page and replacing it with something like this: <% response.write "testing..." responce.end %>
|
L
|
leonkrn author 9/17/2009 |
I just figured this out by having to create a simple page connecting to database and running it under IIS. Has anybody experienced problem running the page after it has been built? The page builds successfully via the wizard, Virtual directory is created, but when I try to run the project in browser I am getting page cannot be displayed error. I see that request is being redirected from index.htm to the correct page, but that's where it dies. I verified that IIS7 is in fact working by removing all the code from the .asp page and replacing it with something like this: <% response.write "testing..." responce.end %> |