Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating the Application[] object outside of the application

Status
Not open for further replies.

afroblanca

Programmer
Joined
Jul 15, 2005
Messages
67
Location
US
Is it possible to use one application to update the Application[] collection for another application?

For example, I have Web Application A which is an admin tool, and I want to use it to update the Application[] collection for Web Application B, which is the customer-facing application.
 
No not directly...
An application cannot directly access code or resources in another application.
Application Domain FAQ

Sharing the best from my side...

--Prashant--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top