Re: help with first time with asp.net website

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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
.



Relevant Pages

  • can i change it??
    ... an application, by default, the assemblies of an application is loaded ... in the bin folder in the applications folder, ... configurations to save these dlls in another location??? ... i'll also be thankful if anybody can tell me about any resources, books ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Referencing shared assembly in your project
    ... I am developing add-ons to an already existing ASP.NET application. ... assemblies for those pages in its own bin folder. ... GAC after all. ...
    (microsoft.public.dotnet.framework.clr)
  • Re: Question about Visual Studio 2005, Bin folder, project references, and source control
    ... I don't see any .refresh files in my bin folder. ... Cowboy (Gregory A. Beamer) wrote: ... file would keep track of the dlls that are required by the project. ... This project file would then be checked into source control. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Web part deployment: GAC and local bin folder.
    ... configuration dependancy int he SharePoint application layer that is checking ... for the webpart assemblies in the BIn folders. ... > bin folder after it has been loaded into memory by the process ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: IIS locks DLLs after deploying web site.
    ... click on web service extensions ... IIS, ... restart IIS and update the Assembly in the bin folder in order to force ... Assemblies in the bin folder without any problem, ...
    (microsoft.public.dotnet.general)