CoderSource.net
Search
Re: What is the process to upload the website
Started by dajay at 08-08-2005 2:32 AM. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
   08-08-2005, 2:32 AM
dajay is not online. Last active: 9/22/2005 2:29:36 AM dajay

Top 50 Posts
Joined on 08-08-2005
Noida(delhi)
Posts 1
What is the process to upload the website
What is the process to upload the website.and what tool we use.
akd
   Report 
   11-27-2005, 10:43 PM
Sushant Khandekar is not online. Last active: 11/28/2005 3:31:23 AM Sushant Khandekar

Top 25 Posts
Joined on 11-28-2005
Posts 4
Re: What is the process to upload the website

ASP.Net application can be deployed in following ways:-

Option 1. XCOPY Deployment
i. Go to command prompt and use the following XCOPY Command:-
XCOPY C:\Inetpub\wwwroot\MyProject1 
\\TargetServer\MyProject1 /E /K /R /O /H /I
Available Arguments:-
/ I - This option tells XCOPY to assume that the destination is a directory and create it if it does not already exist.
/ R - This option overwrites files marked as read only.
/ E - This option copies directories, subdirectories, and files, including empty ones.
/ K - To retain the original attributes with the copied files, you must use the / K parameter. XCOPY command does retain file attributes by default. For example, if a file had the read-only attribute, that attribute would be lost after the file is copied.
/ O - This option preserves all security-related permission ACLs of the file and folders.
/ H - This option copies both hidden and system files.


Option 2. Using the Copy Project option in VS .NET:-
i. Select Project->Copy Project from the menu.
ii. Select the following options:-
 a. Destination Project Folder:
 b. Web access method:
iii. Copy: Please select the appropriate option from the available three types.


Option 3 Deployment using VS.NET installer:-
If your application requires more robust application setup and deployment requirements,
VS .NET installer can be the right choice.

i. Go to File->Add Project-> New Project from the menu.
ii. In the New Project dialog box, select Setup and Deployment Projects from the Project Types pane
and then select Web Setup Project in the Templates pane.

Sushant Khandekar.
India, Pune
khandekarsushant@hotmail.com


   Report 
Codersource.Net » Programming » Asp .Net Progra... » Re: What is the process to upload the website

MENU
Home
MFC 
C++
.Net
WIN32
Programming
Forum
My Articles
Welcome to Codersource.Net Login | Register | Faq  

Google
 

NOTES:


Thanks for visiting our CoderSource.net. This site will be improved with more articles. Interested visitors can also submit their articles through the Submit Article link.Your article will also be published after due consideration by the editor. 

© Copyright 2003. All rights on content reserved by CoderSource.net. Contact    About Us