Link to home
Start Free TrialLog in
Avatar of mathieu_cupryk
mathieu_cuprykFlag for Canada

asked on

ANother one?

An ASP.NET Web application was created in C# and you want to deploy it to a host server on the Internet. The application was configured with code-behind pages which are compiled in the build process. What are the essential Web Application files you should deploy to the host?

Copy over the assemblies, .aspx files, the Global.aspx, and the Web.config file to the host.
 
 
--------------------------------------------------------------------------------
 
  Copy over the assemblies, .aspx files, the Global.aspx, the Web.config files, and the .cs files to the host.
 
 
--------------------------------------------------------------------------------
 
  Copy over only the .csproj file and the .aspx files to the host.
 
 
--------------------------------------------------------------------------------
 
  You will need to copy over all the files in the project's directory.
 
 

I think it is?

Copy over the assemblies, .aspx files, the Global.aspx, and the Web.config file to the host.


ASKER CERTIFIED SOLUTION
Avatar of ozymandias
ozymandias
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial