Tagged Questions
The autodiscovery tag has no wiki summary.
5
votes
2answers
111 views
CSV Autodetection in Java
What would be a reliable way of autodetecting that a file is actually CSV, if CSV was redefined to mean "Character-Separated Values", i.e. data using any single character (but typically any ...
3
votes
1answer
3k views
getting autodiscover URL from Exchange email address
I'm starting with an address for an Exchange 2007 server:
user@domain.exchangeserver.org
And I attempted to send an autodiscover request, as documented at MSDN.
I attempted to use the generic ...
3
votes
1answer
300 views
IE7 missing Atom feed autodiscovery
I've been showing a website to a customer who insists on using IE and found out, to my surprise, that IE7 does not autodiscover the Atom newsfeed.
The feed is linked to within the HEAD element of a ...
2
votes
5answers
356 views
Auto detect internal/external development environment
We use the following function to auto detect if we are on a machine internally or on a live server and then choose the appropriate configs for various components:
function devIsLocal(){
...
2
votes
6answers
923 views
Detecting hosts connected to a lan
In order to create a lan messenger in c# I need to detect the host computers online obviously using the same lan messenger software.
I tried searching for a starting point to do so, but in vain.
I ...
1
vote
1answer
22 views
Zend Framework Classmap not respected by autodiscovery?
I create a complete pluggin in Wordpress using ZendFramework and now i'd like to expose a webservice to access the data because i need to create a c# importation application.
The problem i'm facing ...
1
vote
1answer
336 views
Multicast Ping (Windows)
I am trying to implement server auto discovery so that clients will be able to see a list of servers available to connect to. I would like to auto discover servers even if they are in different ...
1
vote
1answer
91 views
How can you add the feature “see other computer on this local network”?
Let's say I have a desktop software called super-dupper-app. I want it to be able to detect all computers on this local network with super-dupper-app running.
General pointers really appreciated. ...
1
vote
1answer
152 views
how to broadcast/multicast a service over the network for clients to discover without any need for server IP
how to broadcast/multicast a service over the network for clients to discover without any need for server IP?
how to let other clients discover the service from a server, without the client requiring ...
0
votes
2answers
3k views
iPhone Bluetooth SDK - discover Android / Windows phone 7 devices and background discovery
I am an Android developer and .Net developer and not yet have acquired the needed knowledge regarding iOS .
I did a search on-line but couldnt get conclusive answers to several questions I have which ...
0
votes
1answer
305 views
Exchange cannot be Autodiscovered from Sharepoint
I've created an ascx control for use in Sharepoint that accesses Exchange 2010 via it's web services. When run in it's own ASP.NET test site (wrapped in a simple aspx page) all works fine. As soon as ...
0
votes
2answers
109 views
How to make RSS feed as auto discoverable in asp.Net
In my asp.net 3.5 C# application I had RSS feed in some of my web pages.I am using SyndicationItem object to prepare RSS feed and using using System.ServiceModel.Syndication dll to prepare RSS page.
...
0
votes
4answers
96 views
How do I dynamically discover packages from a partial namespace in perl?
I have a directory structure that looks like:
Foo::Bar::Baz::1
Foo::Bar::Baz::2 etc
Can I list the packages from something like:
use Foo::Bar::Baz;
Thanks!
Edit: Made it more clear what the ...
0
votes
2answers
102 views
How can I make a .Net 4.0 Exe ask the user to download .Net 4.0 framework / redistributable before running this exe?
I thought that latest Matlab does this automatically. I have tested the following exe on a clean Win XP VM:
namespace DotNetTest
{
using System.Windows.Forms;
class Program
{
...