Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Intranet applications


Message #1 by "Malathi" <senthil.malathi@a...> on Mon, 24 Mar 2003 15:14:45 +0400
We have a number of intranet applications which are database driven.
We are used the conventional way of creating files with Front Page &
releasing only the page for any enhancement/bug fix.

I understand that VS .NET expects to create a project which is defined as an
Applicaiton in IIS & each project has a dll created upon compilation & each
prj has its own global.asa, style.css. I wonder how deployment/code
maintenance is done when it comes to things like bug fix/enhancement of
features. Do we need to recompile & release the dll & .vb file alone?



Regards,
S.Malathi, IT Project Analyst
ADNOC Distribution
P.O. 4188, Abu Dhabi
Tel : 6959480 (D)
Mob : 050 5316055
Fax : 6742265



DISCLAIMER:
-------------------------------------------------------------------------------------------------------------
 Please note that our domain name is changed from adnoc-fod.co.ae to adnoc-dist.co.ae
 Hence change your email addresses accordingly to reflect these changes.
 This communication may contain confidential information.  If you are not the intended recipient 
 please inform us immediately.
 For complete disclaimer note please visit our website at:
 http://www.adnoc-dist.co.ae/emaildisclaimer.htm
                                                                                                                             
 Adnoc Distribution-Tel:02-6771300;Fax:02-6722322;
 Email:webmaster@a...;Website:http://www.adnoc-dist.co.ae

Message #2 by irfan.syed@g... on Tue, 25 Mar 2003 10:05:22 +0800
You don't need to copy the VB.files but only the DLL and .aspx, asax, 
.css
and web.config files. You can generate the files using Copy Project
command in the Project Menu.

For updating changes, if the changes are only in .aspx, you can only 
copy
that file, but if you changes something in code-behind file, you will 
need
to copy the dll too.

For management reasons, it is better to copy entire project.

Regards,
Irfan

-----Original Message-----
From: Malathi [mailto:senthil.malathi@a...]
Sent: Monday, March 24, 2003 7:15 PM
To: ASP.NET
Subject: [aspx] Intranet applications


We have a number of intranet applications which are database driven. We
are used the conventional way of creating files with Front Page &
releasing only the page for any enhancement/bug fix.

I understand that VS .NET expects to create a project which is defined 
as
an Applicaiton in IIS & each project has a dll created upon compilation 
&
each prj has its own global.asa, style.css. I wonder how deployment/code
maintenance is done when it comes to things like bug fix/enhancement of
features. Do we need to recompile & release the dll & .vb file alone?



Regards,
S.Malathi, IT Project Analyst
ADNOC Distribution
P.O. 4188, Abu Dhabi
Tel : 6959480 (D)
Mob : 050 5316055
Fax : 6742265



DISCLAIMER:
-------------------------------------------------------------------------
-
-----------------------------------
 Please note that our domain name is changed from adnoc-fod.co.ae to
adnoc-dist.co.ae  Hence change your email addresses accordingly to 
reflect
these changes.  This communication may contain confidential information.
If you are not the intended recipient
 please inform us immediately.
 For complete disclaimer note please visit our website at:
http://www.adnoc-dist.co.ae/emaildisclaimer.htm


 Adnoc Distribution-Tel:02-6771300;Fax:02-6722322;
 Email:webmaster@a...;Website:http://www.adnoc-dist.co.ae



  Return to Index