Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I want to install my app on a new server. I dont want to create an installer or deploy it. Just want to move code over...

 

are these steps correct? dont want to mess up the server or my app:

 

1. Built app which creates the dll

2. remove resx files.

3. move files/dll to new server.

4. create website for it.

 

the dll goes in the same directory as the aspx files??

  • Administrators
Posted (edited)

The dll should go in a bin folder under the main application folder. If you xcopy / ftp etc the folder structure from the development machine it should work. You need to copy over the aspx, asmx, html, global.asax, web.config and any additional content (images, xml etc).

You do not need to copy the resx, or .vb / .cs files to the server though. Copy the bin directory as is (all dlls in there need to be copied)

Edited by PlausiblyDamp

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...