Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

OK, I've done quite a bit with ASP.NET, but one thing that I am not sure on is, what files do I really need to upload?

 

When I upload the files to my host, or a client's site, I usually just upload everything from the directory on my application, minus the Solution Files (*.sln)

 

Can someone tell me which files I actually need to upload for the application to work, without having excess?

 

-Anthony

  • Administrators
Posted

From visual studio you can go to the project menu and get it to copy the relevant files to a production server.

If you wish to do it manually then you will need to copy the bin directory (contains the dlls etc), the aspx, asmx (if present), asax (if present), web.config and any other content (xml, jpeg, html etc)

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...