Offline / online variable sharing
Tech-Archive recommends: Speed Up your PC by fixing your registry
- From: <mh>
- Date: Thu, 31 Mar 2005 16:08:57 -0600
What would be the best way to share a variable between a C# Windows app and
an ASP.NET web app. For this requirement, you can't assume that the
Internet is available when the Windows app looks for the value. Can you
look up a cookie from a Windows app or is there a more appropriate solution?
Thanks,
MH
.
Relevant Pages
- Best approach for downloading .zip files in dot net?
... We're in the process of porting an old VB5 application to dot net. ... be a Windows app (not a web app). ... We are constrained to use http or https, ... (microsoft.public.dotnet.security) - Re: Really slow, painfullu slow asp.net web app
... But windows app, alos slowed way down (oh, btw, in prototype windows I ... was not using tables but rather storing data in arrays, hashtables, ... Then moved it back to a web app. ... aspnet_wp.exe still churning away in the background ... ... (microsoft.public.dotnet.framework.aspnet) - Re: Where does the config file go?
... Is this a windows or web app? ... For a windows app, if your application name is myApp.exe, the configuration ... and on build it copies the file out to the output directory ... (microsoft.public.dotnet.languages.vb) - Re: Need to write web service
... I think for my web app I chose ASP.NET Web Site next but perhaps it was Empty Web Site--not sure, but I see ASP.NET Web Service which sounds more like what I want this time. ... Can I write a web service in a windows app? ... Web Services are web applications but they can be used in any .NET ... select Add Web Reference to add a webservice. ... (microsoft.public.dotnet.languages.vb) - Re: How to detect textbox or dropdownlist is modified
... Is this a Web or Windows app? ... If it's a Web app you can add some client-side scripting if you do not want ... >with the added event to save the record i can find each textbox, ... >> TextChanged event for the TextBoxes and ComboBoxes, ... (microsoft.public.dotnet.languages.vb) |
|