• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to test .ASP web pages?!!

JeremiahTheGreat

Senior member
I've tried programming web pages that are ASP, but i don't know how to test them!

I use microsoft front page but the preview button, nor any other web browswers will display them properly. Only in ASP enabled web servers will they work! Its a bit tedious to upload them to view if they work properly..

SO is there an easy way to "preview" ASP pages?

thanks
 
i would guess you could run a personal web server on your own computer.... that's a quick way, though it takes some time to set up.
 
Gopunk is right.

For any development work, I strongly recommend running a local web server. If you got Win9x or NT 4.0, download the Personal Web Server 4.0. If you got Windows 2000/XP, install IIS from Windows setup.
 
Back
Top