Deploying
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I'm going to move my ASP.NET app to a target machine.
What files do I need to move? All aspx, dll (in bin folder) and web.config?
What about Global.asax? Currently, it contains only Codebehind and Inherits
directives, nothing more. Also, cs, resx and etc files are not needed on the
server?
.
Relevant Pages
- Re: What is Needed to Get an ASP.NET Page to Work?
... MyProject.dll, basically everything in the bin folder after compiling, ... Besides the entire bin folder, and any aspx pages, it should work fine. ... Also, everytime you compile an asp.net 2.0 website, a number of dll ... (microsoft.public.dotnet.framework.aspnet) - Re: What is Needed to Get an ASP.NET Page to Work?
... MyProject.dll, basically everything in the bin folder after compiling, ... Besides the entire bin folder, and any aspx pages, it should work fine. ... Also, everytime you compile an asp.net 2.0 website, a number of dll ... (microsoft.public.dotnet.framework.aspnet) - Re: Encrypting the source code
... What Jim is saying is: You only need to deploy the following files: *.aspx, ... *.asax, Web.config, and *.dll (from the bin folder); ... (microsoft.public.dotnet.framework.aspnet.security) - Re: What is Needed to Get an ASP.NET Page to Work?
... MyProject.dll, basically everything in the bin folder after compiling, ... Besides the entire bin folder, and any aspx pages, it should work fine. ... Also, everytime you compile an asp.net 2.0 website, a number of dll ... (microsoft.public.dotnet.framework.aspnet) - Re: Namespaces - broad question
... aspx pages that I know I want utilize a specific function within, ... have the same codebehind page), how can I reference this function. ... >> compiling if the same class was written in different places. ... > A .Net assembly is a compiled DLL. ... (microsoft.public.dotnet.framework.aspnet) |
|