How to list mailbox from Domino Server using LDAP in C#
Can anyone suggest me some link where i can get some idea i.e how to list mailbox using LDAP using C# I am using "Interop.Domino.dll" ...
Can anyone suggest me some link where i can get some idea i.e how to list mailbox using LDAP using C# I am using "Interop.Domino.dll" ...
Hi, I've got to write a multithreaded chat program, using a server and clients but each message sent has to be in XML. Is it simpler/easier just to write out all the code in java, and then try and somehow alter it so the messages are sent in XMl format, or would it be simpler just to try and go for it in XML and hope it works. I'll ad...
Peeps, I'm hosting our dev env on a virtual server over at Mediatemple - the $50 bucks a month kind. Our application does some fairly memory intensive processing and on the last run, ran into the OutofMemError. Apparently increasing the JVM size using the usual methods of setting JAVA_OPT or CATALINA_OPT in the setenv.sh file doesnt...
Assuming i have the subdomain(ex. park1.server.com) and i want to point another domains to the park1.server.com without having to manually adding to my WHM. Think of it as domain parking service. Can it be done with WHM, cPanel? Will it affect another domains hosting on the same server in some ways? ...
I am trying to implement a standalone application for iphone; for which I wish to use Apple Push notification for iphone clients. I am getting javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca Following is my Java code to connect to apns gateway: int port = 2195; String hostname = "gateway.sandbox.push.apple.com"; ...
Hi, I have a development server running IIS 7.0 with an ASP.NET MVC Web Application, that authenticates using Forms Authentication/Membership. I need to be able to prevent unauthorized users from viewing this site. Our customers however should be able to enter a simple username/password to gain access. After they do so, they should ...
I have someone complaining that www.archstl.org (a site I manage) loads fine from his Windows PC, but not on his Mac; and apparently he can't get it anywhere he takes his Mac, either... I've heard of this happening to one other person, but I can't find an explanation. When they try loading it on their Mac using either Safari or FireFox,...
I have a weird requirement. Is there a way to allow someone the ability to create folders, edit files, add files on a server without using a FTP client. This would ideally be browser based and under one admin sesssion. ...
Hi Everyone: I'm not quite sure how to describe this in words without making it overly complex, so here is basically what I want to happen: The user goes to my website, let's say: www.example.com/ The server goes to another website, example2.com, which has a field where their users should enter their username and password The server i...
I have a new project starting up, and I was planning to use git as the version control mechanism to learn it a bit better. Since it's a two-person project, the fully-distributed model of pushing your changes to your public repository and asking the other guy to pull from it and vice versa is a bit overkill. So, I'd prefer a single share...
I have 7k+ files on a server. Using FTP clients is taking forever. Is there a quicker way to make a mass remove of a certain folder or folders within a folder? Via command line maybe? edit: I will try using Command Line. I have never used ssh and not sure if this host even lets me. Right now I am getting connection timed out error so no...
I recently tested a socket based communication between a J2ME app and a local computer, the J2ME app was running on a emulator in NetBeans 6.7 and the server socket was also running on the same computer in Netbeans. Now I would like to move the serversocket onto the internet and test the app first on the emulator and then on on actual mo...
Hi, I am running a WPF app with a remote server setup but getting "The remote server returned an unexpected response: (400) Bad Request" . This is definitely a request size issue since I tried reducing the data size being sent and the call worked fine. From my configuration it looks like I have 2 Gigs set up, but it behaves like only ...
I'm trying to create a AJAX push implementation in PHP using a Comet long-polling method. My code involves using file_get_contents() to read a file repeatedly to check for any messages to send to the user. To reduce server load, I'm using two text files; one containing the actual command and one acting as a "change notifier", which eithe...
With a single-server setup for simplicity, which steps could you do to minimize the attacks of a (D)DoS attack? And is it really worth it taking these steps, considering their effectivity and impact on 'normal' users? [EDIT] I also meant to include steps which you would need inject into your code to apply, not only IIS setup. ...
Is it possible to use a server side include to access files that are outside of the server? If not what are some other options to do this? ...
hello all , i have a server and i setup vpn server on it, in our country some websites are blocked. but with this proxy server users can not surf websites because the websites URL are still blocked and they see block page , programs like Freegate , Gpass , how can make it for us to surf websites ? it means what happens after connecting...
I'm asking this question because I haven't seen it documented anywhere. We are using a combination of Team Foundation Server 2008 and Team Explorer 2005. Is it possible to deploy a custom check-in policy that works in such an environment ? Obviously, the custom check-in policy contains some code that must run on the client-side (in ord...
Can anyone direct me to a link that explains how to setup an ftp server on OSx server edition? I searched for awhile and didn't find anything very useful. ...
The exception in our C#program is instatiating ImapConnection() and then fetching attachment, returning is the following: Imap.ImapException: Failure fetching message from IMAP folder/mailbox. So I took a look at a traffic dump and I found the following: REQUEST: IMAP FETCH BODY[1] and the server is only responding: IMAP OK Comple...