Files to Deploy in ASP.NET 2.0 (Urgent)
-
Hi, I'm working on ASP.NET 2.0, I have set of .aspx pages,codebehind files and some reference classes under App_code folder. My Queries are: 1) If I wanna to move the application to the target server (Production server) which are all the files I should move? 2) In ASP.NET 2.0 no dll files are generated for website projects, then is it safe to deploy aspx.cs files as well? Please its urgent..help me out in this Thanks in advance
M-o-h-a-n
-
Hi, I'm working on ASP.NET 2.0, I have set of .aspx pages,codebehind files and some reference classes under App_code folder. My Queries are: 1) If I wanna to move the application to the target server (Production server) which are all the files I should move? 2) In ASP.NET 2.0 no dll files are generated for website projects, then is it safe to deploy aspx.cs files as well? Please its urgent..help me out in this Thanks in advance
M-o-h-a-n
M-o-h-a-n wrote:
If I wanna to move the application to the target server (Production server) which are all the files I should move?
Aspx, cs, config files.
M-o-h-a-n wrote:
In ASP.NET 2.0 no dll files are generated for website projects, then is it safe to deploy aspx.cs files as well?
If you have doubt on security then you can go for publish website option. That will generate dll's and you can upload that along with the ASPX files.
printf("Navaneeth!!") www.w3hearts.com
-
M-o-h-a-n wrote:
If I wanna to move the application to the target server (Production server) which are all the files I should move?
Aspx, cs, config files.
M-o-h-a-n wrote:
In ASP.NET 2.0 no dll files are generated for website projects, then is it safe to deploy aspx.cs files as well?
If you have doubt on security then you can go for publish website option. That will generate dll's and you can upload that along with the ASPX files.
printf("Navaneeth!!") www.w3hearts.com