Re: help with first time with asp.net website
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: Thu, 6 Dec 2007 00:12:58 -0800 (PST)
On Dec 6, 1:01 am, aboutjav....@xxxxxxxxx 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...@xxxxxxxxx> wrote:
On Dec 4, 11:04 pm, Alexey Smirnov <alexey.smir...@xxxxxxxxx> wrote:
On Dec 4, 10:59 pm, aboutjav....@xxxxxxxxx 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/quickstart/aspplus/doc/deployment.aspx
.
- References:
- help with first time with asp.net website
- From: aboutjav . com
- Re: help with first time with asp.net website
- From: Alexey Smirnov
- Re: help with first time with asp.net website
- From: Alexey Smirnov
- Re: help with first time with asp.net website
- From: aboutjav . com
- help with first time with asp.net website
- Prev by Date: Re: Serve a file on page load (save file as)
- Next by Date: Index value in EventArgs
- Previous by thread: Re: help with first time with asp.net website
- Next by thread: Wrap Wizard around a FormView?
- Index(es):
Relevant Pages
|