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 ;)
Printable View
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 ;)
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.