Ask a Question related to ASP.NET Security, Design and Development.
-
Nicole Temple via DotNetMonster.com #1
Deploying an ASP.NET application
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 [url]http://www.dotnetmonster.com[/url]
Nicole Temple via DotNetMonster.com Guest
-
Deploying Extensions
I have working in a company that is already using Contribute, we have it installed on many machines. We are now looking at adding some custom... -
authentication not kept when deploying application
I currently wrote a login application using asp.net. It works just great on my local computer, but I need to use it on the internet for the company... -
Deploying ASP.NET database application to remote server
Everything in the deployment works fine with the exception of the address of the database also deployed on the remote server. The string address... -
deploying the web application
Hi, I am using visual studio .net for developing and deploying the web application. My application is running perfectly on my system. I... -
Deploying ASP.NET application + database
Hi, I have ASP.NET application that includes a database. How do I transfer all this to another computer. Do I just copy application's folder and... -
Joe Kaplan \(MVP - ADSI\) #2
Re: Deploying an ASP.NET application
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@DotNetMonste r.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 [url]http://www.dotnetmonster.com[/url]
Joe Kaplan \(MVP - ADSI\) Guest



Reply With Quote

