Science, asked by srushpanjain3557, 1 year ago

Difference between codebehind and codefile

Answers

Answered by NaughtySage
0
CodeBehind: Needs to be compiled (ASP.NET 1.1 model). The compiled binary is placed in the bin folder of the website. You need to do a compile in Visual Studio before you deploy. ...CodeFile: You provide the source file with the solution for deployment.
Similar questions