RE: Pass Parameter to another vs project at runtime
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Mon, 31 Jul 2006 07:43:24 GMT
Hi Pony,
Thanks for your feedback!
2 Asp.net applications run in 2 different AppDomains, both Session
variables and Application variables can not be shared between them. Cookie
is stored in client side, so it is not a good way to use it to share
between 2 applications.
Can you tell me why you can not use query string between these 2 Asp.net
applications? Normally, query string is the most convinient way to pass
data.
Anyway, if you have good reason not to use query string, I think writing a
shared file or database can be employed to resolve this issue. My
suggestion is: if you have large data to share between 2 Asp.net
applications, use DataBase can achieve better performance. But if the data
is not large, I think write the shared data into the all-known file is
enough.
Finally, such type of Asp.net specific issue can get more community
responses if you post it in microsoft.public.dotnet.framework.aspnet
newsgroup. Based on my experience, the asp.net community is very active :-)
Thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- RE: Pass Parameter to another vs project at runtime
- From: "Jeffrey Tan[MSFT]"
- RE: Pass Parameter to another vs project at runtime
- Prev by Date: RE: Binding not working multi-select list box
- Next by Date: RE: Get the processthread info
- Previous by thread: RE: Pass Parameter to another vs project at runtime
- Next by thread: RE: Pass Parameter to another vs project at runtime
- Index(es):
Relevant Pages
|