PDA

Click to See Complete Forum and Search --> : Deploying ASP.Net Apps ?


OptimusPrime
Aug 14th, 2002, 05:30 AM
ok i've just finished developing my first ASP.Net application !! :p

but what do i do now simply copy the files up using ftp or do I have to compile them first ?:confused:

Any help appreciated ;)

Cander
Aug 14th, 2002, 08:16 AM
just upload them to a web server, that support ASP .NET of course. If you have precompiled dll's you need to put them into the web application /bin folder, anything else like code behind can be put up as they are as ASP .NET compiles them for you whenthe site if first accessed.