CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 Deploying an .net code charge web project as part of another web application

Print topic Send  topic

Author Message
luczinski

Posts: 3
Posted: 02/19/2004, 10:30 AM

I have just one directory on the web server with my portal web application. What are the steps to deploy an Asp.net code charge project into this directory considering that I have different namespaces, web.config files and global.asax files?
View profile  Send private message
peterr


Posts: 5971
Posted: 02/19/2004, 11:13 PM

There are couple of ways:
1. The application will be deployed into a subdirectory
2. The application will be deployed into the root directory of the web app

In the first case
- The <app_name>.dll from the bin folder should be placed into the bin folder of the root web app folder.
- The Global.asax file should not be uploaded .
- web.config should be deployed into the subfolder where the application will be placed. But the whole system.web node should be removed from there.
- The *.apsx files of the application should be copied into the subfolder..

In the second case
- The <app_name>.dll from the bin folder should be placed into the bin folder of the root web app folder
- Global.asax file should not be uploaded
- The following node and keys should be added to the root web.config from the CCS web config:
a) all keys from the appSetings section up to the next section.
b) configSection node (lines 3-7 in our web.config).
c) connectionCommands section, which in our web config is placed directly after the appSettings node.
- upload the *.aspx files into the root directory

_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.