It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is there a way to keep internet connection alive while application is switched to another task, such as PhotoChooserTask or ShareStatusTask? I've already seen background agents, but they doesn't meet my needs.
No. Launching a task is pretty much the same as launching another application: your own application gets turned off and stops running. Therefore, it isn't possible to keep open the existing network connections, nor to do any kind of background processing.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to transfer text file over sftp (winSSH server). how can I do it? I realize that I need to write script and run with windows scheduler. is there any example? pls guide me.
Read a step by step guides how to:
write file transfer script using WinSCP (SFTP client) and
schedule file transfers to SFTP server.
(I'm the author of WinSCP)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
is there any way to use asp.net and node.js together?
I don't thinks so because node.js is a whole different webserver?
Edit for clarification: i want to add websites, based on node.js to an existing asp.net web forms application
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I just downloaded ASP.NET along with some other things(SP1 and such) Total: 9XX MB.
I had to restart my computer and now when I try to open a new project via my VS2010, I see nothing different, I can't find the Web Form option, Here's the URL I downloaded from:
http://www.asp.net/downloads
Thanks!
Now you need to go to http://www.asp.net/get-started and start learning. (Of course, there are other places you can go to learn, but this is an obvious choice).
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I just wanted to know where the TCP/IP protocol suite will be located...is tat in NIC?
if we have to add some functionality to it then where to implement?
TCP/IP stack is implemented by your operating system. NIC's aren't involved.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Ho to connect the java server to flex application?
Is Blazeds plays a role here (or) Remote services?
you can connect a Java BackEnd in more then a couple of ways
you can use BlazeDS and thus applying AMF to your application and binary communication between the two.
you can also work with WebServices and move Json/XML back and forth from the server to the client and vice versa.
This is a great link if you want to learn a bit about BlazeDS
http://www.adobe.com/devnet/livecycle/articles/blazeds_gettingstarted.html