Results 1 to 2 of 2

Thread: Deploying ASP.Net Apps ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Outer space
    Posts
    97

    Deploying ASP.Net Apps ?

    ok i've just finished developing my first ASP.Net application !!

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

    Any help appreciated

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width