How to Compile Web Pages

Hi,
I m new to asp.net and making a web page for orders entry by using oracle at the back end.

Now if i run the page from the same machine its ok but how i can test this on the other machine?

Do i need to copy all the files and folders on that machine in the localhost folders?

Thanks In Advance
[329 byte] By [mejaz] at [2007-11-19 10:27:03]
# 1 Re: How to Compile Web Pages
If you are using Visual Studio .NET as your IDE. You need only your .aspx files , web.config and .dll in bin directory (your code has been compiled to dll ).
m3rlinez at 2007-11-9 11:47:26 >