I’m having trouble get even very simple ASP pages to work. I have IIS4 loaded on a NT Server with service pack 4. I fI use the wizard in Access 97, an ASP page is generated and works fine – allowing me to navigate through the database records. But when I write a simple <%Response.Write ("Hello world") %> ASP page nothing happens.
I get no error messages although debugging is turned on. The directory on the server where the page resides has been given read and execute permissions.
What’s going on – it’s driving me nuts!!!