Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / December 2007

Tip: Looking for answers? Try searching our database.

help with first time with asp.net website

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
aboutjav.com@gmail.com - 04 Dec 2007 21:59 GMT
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
Alexey Smirnov - 04 Dec 2007 22:04 GMT
On Dec 4, 10:59 pm, aboutjav....@gmail.com wrote:
> Hi,
>
[quoted text clipped - 9 lines]
> Thanks
> Edit/Delete Message

*.aspx, *ascx and if you have /bin directory (code-behind), then you
have to copy it too
Alexey Smirnov - 04 Dec 2007 22:05 GMT
> On Dec 4, 10:59 pm, aboutjav....@gmail.com wrote:
>
[quoted text clipped - 14 lines]
> *.aspx, *ascx and if you have /bin directory (code-behind), then you
> have to copy it too

plus web.config
aboutjav.com@gmail.com - 06 Dec 2007 00:01 GMT
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, 10:59 pm, aboutjav....@gmail.com wrote:
>
[quoted text clipped - 16 lines]
>
> plus web.config
aboutjav.com@gmail.com - 06 Dec 2007 00:01 GMT
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, 10:59 pm, aboutjav....@gmail.com wrote:
>
[quoted text clipped - 16 lines]
>
> plus web.config
Alexey Smirnov - 06 Dec 2007 08:12 GMT
On Dec 6, 1:01 am, aboutjav....@gmail.com wrote:
> Hi,
>
[quoted text clipped - 27 lines]
>
> - 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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.