how do i browse a ASP page in the browser?
Printable View
how do i browse a ASP page in the browser?
If you mean view the source, you can't. The HTML is generated by the server, so the only way to view it would be if they had directory browsing enabled.
Hi, I am browsing it through interdev. is there another way to browse it. i am not talking about the source code but the page. thank
In order to browse it, you must have IE and IIS or PWS installed on your machine. Your asp page must then be placed within your IIS web directory (the place your web site resides). Remember, ASP must be processed by the server, so opening it up like a regular file will not work.