Anyone haf any ideas of how to test asp file using microsoft acess? Do i need any software in order to test the asp file. Last time i got test before but i haf forgotten. PLs help me if u noe. thks!
You'll need some type of webserver installed that supports active server pages (asp).
Then just write the code and try viewing the page in your browser.
Was this answer helpful ?
Yes No
you can install IIS on a server or get an internetdomain from a provider which supports ASP.
Then generate asp files with notepad or something using <% asp text %>
That should do.
Was this answer helpful ?
Yes No