473,406 Members | 2,390 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

What files do I copy when deploying by FTP?

HK
I have a blank site on a remote server with no Front Page Server Extensions.
I need to deploy a web service (one asmx page) and one web page (aspx), both
of which use one class file (class.vb).

What are the bare minimum files I need to FTP to that server for it to work?
I also don't want to deploy source code (the VS built-in deploy button that
uses FP extensions has an option to deploy the bare minimum but I don't know
what that equates to in FTP terms). I want to deploy only compiled code.

What do I do?
Nov 19 '05 #1
3 1280
you need the bin folder and the asmx and aspx. the class file doesnt
really do anything since it all runs off a compiled dll which is in the
bin folder.

Nov 19 '05 #2
HK
What about the 3 global.* files?
What about the web.config?
What about the .resx files?

thanks

"macduder83" <ad**************@gmail.com> wrote in message
news:11**********************@l41g2000cwc.googlegr oups.com...
you need the bin folder and the asmx and aspx. the class file doesnt
really do anything since it all runs off a compiled dll which is in the
bin folder.

Nov 19 '05 #3
Don't upload the resx files
Don't upload the .cs files
Upload web.config
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no rights.
"HK" <re**************@notreal.com> wrote in message
news:a4*****************@twister.socal.rr.com...
What about the 3 global.* files?
What about the web.config?
What about the .resx files?

thanks

"macduder83" <ad**************@gmail.com> wrote in message
news:11**********************@l41g2000cwc.googlegr oups.com...
you need the bin folder and the asmx and aspx. the class file doesnt
really do anything since it all runs off a compiled dll which is in the
bin folder.


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Chuck Ritzke | last post by:
Is it possible to exclude certain files from the "Copy Project" command, like can be done in FrontPage when publishing a web? How? This would be very convenient. For example, I have settings in...
37
by: Alan Silver | last post by:
Hello, Newbie here, so please forgive what is probably a basic question ... I see a lot of discussion about "code behind", which if I have understood correctly, means that the script code goes...
1
by: Mark | last post by:
When you deploy .NET 2.0 web applications, you don't have to deploy pre-compiled .dll files anymore. You deploy ALL the files (.aspx, .aspx.cs, etc) and they are compiled the first time they are...
0
by: strazz | last post by:
A very reputable 3rd party web host will not install deploy this control to the GAC, they told me they have to do all of this testing, etc. so it's going to be a while. My question is, can I copy...
7
by: CuriousGeorge | last post by:
I'm using aspnet_compiler to precompile my web app for deployment. Currently it copies all subfolders from the asp.net projects source folder to my destination folder. I have some files I do not...
2
by: Jeff | last post by:
Hey ASP.NET 2.0 I'm wondering when deploying a web application are the .resx files placed in the \Bin directory? I guess they are not placed in the \Bin directory, instead I think they are...
8
by: =?Utf-8?B?Tmlja28u?= | last post by:
Hi, I'm at my wits-end here. I'm a beginner with ASP/C# (using .NET 2003) and I'm trying to post variables from a classic ASP form to a ASP.NET form. The Classic ASP form was scripted with...
0
by: jimmarq | last post by:
I need reporting functionality in my app, but for several reasons, I don't want to have to package any DLL files in a setup. I want to deploy my application straight to a shared network drive with...
7
by: mark4asp | last post by:
How can I prevent Caching of JavaScript and CSS files ONLY when I deploy a new application? I only want to force a refresh the first time the client uses the new build. For instance, I'm told I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.