473,394 Members | 1,693 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,394 software developers and data experts.

Visual Studio file to Host Server

Using Visual Studio 2003 - Is it possible to just copy the appropriate files
to my remote web host?

Right now, to create an asp.net file (only one file - no code behind), I
code in notepad and save as an .aspx file.

Then, (*don't laugh*) I import the file into my FrontPage web, then publish
normally using FP extensions. Everything works fine that way. I cannot ftp
anything because it will confuse the FP extensions. I have no alternative
at this moment except to stay with FP. But anyway, will my web host
understand if I copy all the files concerned with a VS project into a
folder, and do as above?

If so, how do I know which files to copy?


Oct 12 '07 #1
5 1538
On 12 Oct, 22:44, "dancer" <dan...@microsoft.comwrote:
Using Visual Studio 2003 - Is it possible to just copy the appropriate files
to my remote web host?

Right now, to create an asp.net file (only one file - no code behind), I
code in notepad and save as an .aspx file.

Then, (*don't laugh*) I import the file into my FrontPage web, then publish
normally using FP extensions. Everything works fine that way. I cannot ftp
anything because it will confuse the FP extensions. I have no alternative
at this moment except to stay with FP. But anyway, will my web host
understand if I copy all the files concerned with a VS project into a
folder, and do as above?

If so, how do I know which files to copy?
If you are not using "code behind" files then the .aspx files are
stand alone and will work if simply copied to the host. It just means
they have to be parsed from scratch by ASP.NET when servicing page
requests (although with enough traffic caching will help). The only
other files you need to worry about are web.config and any .asax
(application wide event coding) or .ascx files (web user controls) if
they exist as part of your project, otherwise no need.

HTH

Oct 12 '07 #2
If you have VS2005 then you can use Dispatch for FTP functions from right
inside VS.
http://www.dispatchasp.net/
"dancer" <da****@microsoft.comwrote in message
news:eQ**************@TK2MSFTNGP05.phx.gbl...
Using Visual Studio 2003 - Is it possible to just copy the appropriate
files to my remote web host?

Right now, to create an asp.net file (only one file - no code behind), I
code in notepad and save as an .aspx file.

Then, (*don't laugh*) I import the file into my FrontPage web, then
publish normally using FP extensions. Everything works fine that way. I
cannot ftp anything because it will confuse the FP extensions. I have no
alternative at this moment except to stay with FP. But anyway, will my
web host understand if I copy all the files concerned with a VS project
into a folder, and do as above?

If so, how do I know which files to copy?


Oct 12 '07 #3
I guess I did not write clearly. RIGHT NOW I am not using code behind
files, because I am limited to my one file in notepad.
I would like to use code behind and whatever else the Visual Studio 2003
offers.


"Phil H" <go****@philphall.me.ukwrote in message
news:11*********************@v29g2000prd.googlegro ups.com...
On 12 Oct, 22:44, "dancer" <dan...@microsoft.comwrote:
>Using Visual Studio 2003 - Is it possible to just copy the appropriate
files
to my remote web host?

Right now, to create an asp.net file (only one file - no code behind), I
code in notepad and save as an .aspx file.

Then, (*don't laugh*) I import the file into my FrontPage web, then
publish
normally using FP extensions. Everything works fine that way. I cannot
ftp
anything because it will confuse the FP extensions. I have no
alternative
at this moment except to stay with FP. But anyway, will my web host
understand if I copy all the files concerned with a VS project into a
folder, and do as above?

If so, how do I know which files to copy?

If you are not using "code behind" files then the .aspx files are
stand alone and will work if simply copied to the host. It just means
they have to be parsed from scratch by ASP.NET when servicing page
requests (although with enough traffic caching will help). The only
other files you need to worry about are web.config and any .asax
(application wide event coding) or .ascx files (web user controls) if
they exist as part of your project, otherwise no need.

HTH

Oct 12 '07 #4
I cannot use VS 2005 because my host server does not support ASP 2.0 - only
1.1. (can't change hosts - long story) I am asking for using VS 2003.
Also I CANNOT ftp.

Thanks

"Showjumper" <nlsdkfjawrote in message
news:eT**************@TK2MSFTNGP03.phx.gbl...
If you have VS2005 then you can use Dispatch for FTP functions from right
inside VS.
http://www.dispatchasp.net/
"dancer" <da****@microsoft.comwrote in message
news:eQ**************@TK2MSFTNGP05.phx.gbl...
>Using Visual Studio 2003 - Is it possible to just copy the appropriate
files to my remote web host?

Right now, to create an asp.net file (only one file - no code behind), I
code in notepad and save as an .aspx file.

Then, (*don't laugh*) I import the file into my FrontPage web, then
publish normally using FP extensions. Everything works fine that way. I
cannot ftp anything because it will confuse the FP extensions. I have
no alternative at this moment except to stay with FP. But anyway, will
my web host understand if I copy all the files concerned with a VS
project into a folder, and do as above?

If so, how do I know which files to copy?



Oct 12 '07 #5
AG
I don't see the problem. VS2003 will copy the necessary files to your host
using FP extensions.
Just click on Project Copy Project.

--

AG
Email: discussATadhdataDOTcom
"dancer" <da****@microsoft.comwrote in message
news:eQ**************@TK2MSFTNGP05.phx.gbl...
Using Visual Studio 2003 - Is it possible to just copy the appropriate
files to my remote web host?

Right now, to create an asp.net file (only one file - no code behind), I
code in notepad and save as an .aspx file.

Then, (*don't laugh*) I import the file into my FrontPage web, then
publish normally using FP extensions. Everything works fine that way. I
cannot ftp anything because it will confuse the FP extensions. I have no
alternative at this moment except to stay with FP. But anyway, will my
web host understand if I copy all the files concerned with a VS project
into a folder, and do as above?

If so, how do I know which files to copy?


Oct 13 '07 #6

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

Similar topics

63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
26
by: Bruno Jouhier [MVP] | last post by:
I'm currently experiencing a strange phenomenon: At my Office, Visual Studio takes a very long time to compile our solution (more than 1 minute for the first project). At home, Visual Studio...
3
by: Kieran Kelly | last post by:
Is it possible to create a new Web Application Project using Visual Studio.Net 2003 on Windows 2003 Server but no in the Default Web Site. 1. I have created a new Web Site in IIS called WebSite2...
2
by: Brian Shade | last post by:
Hi everyone, I am fairly new to developing with APS.NET and I have run into a big roadblock. I am trying to open up a solution file for Visual Studio ..NET 2003. Every time I try to open it I...
4
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
1
by: postings | last post by:
Hi I'm confused. I have created a new folder on a server on situated my local LAN, configure IIS 6 to use it, set up the DNS record for the host header, so far so good. In Visual Studio...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
2
by: Geek | last post by:
Guys, I have a question regarding publishing web site using visual studio 2005. As usual I am running in to issues using visual studio 2005. I have build a web site and when I publish to the...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.