473,503 Members | 3,045 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

help with first time with asp.net website

Hi,

I am learning asp.net and want to move my asp.net files to the web
hosting site with my ftp client. I've been following a book on how to
code the site and tested only with debug and my local host.

Questions

1. where are the files and a build to upload to the webserver?
2. What are the files?

Thanks
Edit/Delete Message
Dec 4 '07 #1
5 967
On Dec 4, 10:59 pm, aboutjav....@gmail.com wrote:
Hi,

I am learning asp.net and want to move my asp.net files to the web
hosting site with my ftp client. I've been following a book on how to
code the site and tested only with debug and my local host.

Questions

1. where are the files and a build to upload to the webserver?
2. What are the files?

Thanks
Edit/Delete Message
*.aspx, *ascx and if you have /bin directory (code-behind), then you
have to copy it too
Dec 4 '07 #2
On Dec 4, 11:04 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Dec 4, 10:59 pm, aboutjav....@gmail.com wrote:
Hi,
I am learning asp.net and want to move my asp.net files to the web
hosting site with my ftp client. I've been following a book on how to
code the site and tested only with debug and my local host.
Questions
1. where are the files and a build to upload to the webserver?
2. What are the files?
Thanks
Edit/Delete Message

*.aspx, *ascx and if you have /bin directory (code-behind), then you
have to copy it too
plus web.config
Dec 4 '07 #3
Hi,

In visual studio .net, how do I specify the build to place all the
files in a bin folder. I could not find the .aspx files, only
the .ascx. I was hoping to do a rebuild and have all the files in a
folder to upload to the server.

THanks

On Dec 4, 5:05 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Dec 4, 11:04 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Dec 4, 10:59 pm, aboutjav....@gmail.com wrote:
Hi,
I am learningasp.netand want to move myasp.netfiles to the web
hosting site with my ftp client. I've been following a book on how to
code the site and tested only with debug and my local host.
Questions
1. where are the files and a build to upload to the webserver?
2. What are the files?
Thanks
Edit/Delete Message
*.aspx, *ascx and if you have /bin directory (code-behind), then you
have to copy it too

plus web.config
Dec 6 '07 #4
Hi,

In visual studio .net, how do I specify the build to place all the
files in a bin folder. I could not find the .aspx files, only
the .ascx. I was hoping to do a rebuild and have all the files in a
folder to upload to the server.

THanks

On Dec 4, 5:05 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Dec 4, 11:04 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Dec 4, 10:59 pm, aboutjav....@gmail.com wrote:
Hi,
I am learningasp.netand want to move myasp.netfiles to the web
hosting site with my ftp client. I've been following a book on how to
code the site and tested only with debug and my local host.
Questions
1. where are the files and a build to upload to the webserver?
2. What are the files?
Thanks
Edit/Delete Message
*.aspx, *ascx and if you have /bin directory (code-behind), then you
have to copy it too

plus web.config
Dec 6 '07 #5
On Dec 6, 1:01 am, aboutjav....@gmail.com wrote:
Hi,

In visual studio .net, how do I specify the build to place all the
files in a bin folder. I could not find the .aspx files, only
the .ascx. I was hoping to do a rebuild and have all the files in a
folder to upload to the server.

THanks

On Dec 4, 5:05 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Dec 4, 11:04 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Dec 4, 10:59 pm, aboutjav....@gmail.com wrote:
Hi,
I am learningasp.netand want to move myasp.netfiles to the web
hosting site with my ftp client. I've been following a book on how to
code the site and tested only with debug and my local host.
Questions
1. where are the files and a build to upload to the webserver?
2. What are the files?
Thanks
Edit/Delete Message
*.aspx, *ascx and if you have /bin directory (code-behind), then you
have to copy it too
plus web.config- Hide quoted text -

- Show quoted text -
The /bin is a special directory in the server where all assemblies
(dlls) are located. When you build your solution, the code-behind is
compiled and assembled into dll in the /bin directory. When the
application is started ASP.NET loads the assembly from the /bin.

All other files *.ascx, *.aspx, web.config, etc. must be located
outside of that directory.

Deploying ASP.NET Applications
http://samples.gotdotnet.com/quickst...eployment.aspx
Dec 6 '07 #6

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

Similar topics

3
3255
by: laurie | last post by:
Hi all, I'm trying to help out a friend who has inherited a client with a PHP shopping cart application. Neither of us know PHP, but I've been muddling my way through, trying to get these old...
1
1656
by: Shawn B. | last post by:
Greetings, I have have been working for almost 18 months on a set of WebControls where some are similar to the ASP.NET standard and well-enhanced while other controls are completely new and...
2
2199
by: Shige | last post by:
I have a .Net website hosted on another IIS6.0. Whenever I tried to access my website after a long time, it will take forever to load, my browser will just show a blank white page and the progress...
6
4959
by: James Radke | last post by:
Hello, I have a multithreaded windows NT service application (vb.net 2003) that I am working on (my first one), which reads a message queue and creates multiple threads to perform the processing...
7
1673
by: Ladysniper | last post by:
DESPERATE doesn't begin to describe it. Can someone PLEASE tell me what is WRONG with this code? Now..a bit of background. It is a search results page for http://www.azsoma.info/directory.htm....
8
1555
by: Dhananjay | last post by:
hello everyone Do you have any information how to generate a tool using .net which is used to translate the web page contents to html format. Plz reply me asap Thanks in advance Dhananjay
0
5518
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
3
1794
by: Porkie999 | last post by:
-----------------------------------------------------------------------QUESTION hi i am really stuck with this and its only a small problem. i want to be able to type ......... dsfsjfjsjjfs in...
4
4502
by: Dave | last post by:
I have a global.asax file with Application_Start defined and create some static data there and in another module used in the asp.net application and I realize that static data is shared amongst...
1
7078
by: =?ISO-8859-1?Q?Lasse_V=E5gs=E6ther_Karlsen?= | last post by:
I get the above error in some of the ASP.NET web applications on a server, and I need some help figuring out how to deal with it. This is a rather long post, and I hope I have enough details that...
0
7193
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
7067
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7264
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
7449
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5562
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4992
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...
0
3160
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
728
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
371
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.