Re: Deploying an ASP.NET application
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 04/23/05
- Next message: Richard: "RE: Stop User Credentials Dialogue"
- Previous message: WJ: "Re: Authentication popup comes up for Anonymous allowed app"
- In reply to: Nicole Temple via DotNetMonster.com: "Deploying an ASP.NET application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 22 Apr 2005 17:05:02 -0500
You don't need the VS.NET files. The files you need to run are all of the
DLLs in the bin directory, all of the aspx and ascx files, the web.config,
all of the static files (graphics, css, etc.) and possibly any other custom
components involved such as COM objects, assemblies in the GAC, custom
config files, etc.
You don't nees the solution files, project files, any of the source code
(.vb or .cs) or the resource files.
Joe K.
"Nicole Temple via DotNetMonster.com" <forum@nospam.DotNetMonster.com> wrote
in message news:421e88d8ca524bfab0585778f230087e@DotNetMonster.com...
>I have just finished an ASP.NET application, but I don't know if I need to
> deploy/release the project in order to use it on the internet. It doesn't
> sound right to just put all of the projects' files onto the web server
> where the site is hosted, because then anyone could access them. I have
> looked in various books and searched online about this. Can anyone help
> me?
> Thanks.
>
> --
> Message posted via http://www.dotnetmonster.com
- Next message: Richard: "RE: Stop User Credentials Dialogue"
- Previous message: WJ: "Re: Authentication popup comes up for Anonymous allowed app"
- In reply to: Nicole Temple via DotNetMonster.com: "Deploying an ASP.NET application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|