1,125 Topics
![]() | |
Hi all, How to check file exists in remote server. I am try to check in http path whether image is avaliable or not but not able to get.Please help me. http://www.domain.com/images/logo.jpg I need to check this path image is avaliable or not? | |
can i host a website from my laptop ? like i have developed a lot of web sites and few are online on servers via free hosting sevice but if i want to serve it from a laptop, so it possible ? i mean making my laptop a live server … | |
i have a server and a client(run on the same machine, for testing purposes). this is basically, sorry for it, a help thread. but i've been searching, tracing, retracing, researching for days now to no avail(unlike other problems ive encountered while coding this, i just cant fix or solve this) … | |
Hi, I'm looking for a support chat system that I could integrate with my own web application. I've searched for a while and just found these two options: * http://cutesoft.net/Live-Support/Purchase/ * http://www.dotnetlivehelp.com/download.aspx As the first one has a developers license, it seems to me that the product is quite old … | |
Research published today by data governance software developer Varonis reveals that, when it comes to the virtualized environment, security awareness appears to be something of a black hole. The [study](http://eu.vocuspr.com/Publish/517692/vcsPRAsset_517692_109957_85137914-8b53-4005-b292-0c87aa89763a_0.png) found that data security in these virtualized environments can all too often be totally neglected, and some 48% of IT … | |
Hi, I'm about to start a new project and there is a hosting issue that has been discussed about mirroring the servers and having some backup. A different team is proposing a mirroring option that has server A with one hosting provider and server B with another provider. They are … | |
Hi, I'm having a hard time understanding the difference between these two concepts. Any pointers? | |
Hi, I'm facing a problem with one of the wordpress website I've developed. I activated "Cloudflare" from the cpanel for the domain http://www.kovaidonbosco.com/. After that, all the pages in the website are pointing to the home page. Please try to select different pages from the menu and see. I de-activated … | |
Hello Community, I was wondering if there is a way to use some kind of local server such as Wamp, Xampp, easyPHP etc... something like that and set it up so everyone on the same network can access the database on the server. The server will be running on a … | |
how to create xml file from a database table using vb.net I tried a code but it doesn't retrive values from the database table How to resolve this And my code is: <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" Debug="true" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> … | |
how to retrive values from database into a table using vb.net?????? I tried but i don't have either output?????? How to do this??? and my code is: <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled … | |
Hey guys, The company I work for is going through a Cross Forest Exchange (both Exch 2010) and AD migration (2003 to 2008 R2). Some users in the TARGET domain were receiving NDRs (Non Delivery Report) in Outlook when responding to old emails from users still located in the SOURCE … | |
Overlords, I request your utmost aid in vanquishing the beast of my IS450 class. > Suppose a 1 GB file must be distributed. Assume there are 10 clients (or peers) in addition to the server, and that the following 10 numbers represent the download speed of the 10 clients, in … | |
Hi there, I need a simple socket server which will echo a client message to all connected clients. I've found this easy py script below, but it only echos the string to the client that sent the message. Any way to mod this so that it will send the message … | |
Hi, Please suggest a best free software for simulating a linux web server and internal netwrok in a organization connected in LAN to test a web application for the organization. I would like to test everything in my laptop before getting to the location and setting up the routers, switches, … | |
is there a possibility that a prpgram can be written to restrict file sharing(music) from phone to phone (bluetooth) or from laptop to CD (burning) | |
Hi, I want to use session state in mode SQL Server I googled some parameters to add in `<sessionState mode="SQLServer" />` in web.config file like: * Sql command time out. * State network time out. * Compression enabled. * Max pool size. * Min pool size. So I have some … | |
I'm not sure where to ask this question, as I am not sure what the project consists of. Basicaly I'm intersted in making my own email client using web technologies, and I'm unsure as to what this entails, what technologies I would require, and where I would go about seeking … | |
I installed WampServer on my Windows 7 Ultilate computer the other day and WordPress yesterday. I attempted to test WP registration in my web site but I never received the registration confirmation email. Is this not possible on localhost? If it is how do I go about getting email to … | |
Hi, I have a string formula and I wanted to execute it in sql server 2008 UDF function. Please suggest to proceed. P.S. I have tried with exec () - error occurred. | |
**i need some help. i have 4 computers joined to a domain, each computer must have 5 users and those users have OU, `5users/ OU`. how can i assign those users to their workstations, only to that workstation they can log-in and they are not allowed to log-in to other … | |
hi we have an office chat messenger in our office, it is executable, and ofcourse cannot modify the codes already. i dont know exactly how this messenger save history, looking from its root folder, i cant see something related from its conversation or message history. I just need to save … | |
I'm using cloud. I want to mount a folder in the cloudstack management server to the system where xenserver is installed. But while doing it, error occurred. I have done so many things but error exist. [root@xenserver2 ~]# mount -t nfs 10.176.14.26:/mnt/secondary /secondarymount mount: 10.176.14.26:/mnt/secondary failed, reason given by server: … | |
Hello! I'm trying to code a C# server for flash apps, and I'm currently working on a broadcast function. When flash clients connect to the server they are added to the connClients list (List<TcpClient>), and with the following function I send the stuff to my flash apps: [CODE] public void … | |
Hi All, i have requirement like to Convert rows to columns in SQL server. i have retrieved data like below: MatchId SelectionName Odds 322 Home Win 1.33 322 Draw 5.00 322 Away Win 9.00 322 Under 2.5 2.40 322 Over 2.5 1.53 and want to convert like below: MatchId Home … | |
i want to write a sever application.my sever have some service to client. some of the answer of my server is long(transfer file) and some of them is short(list of online client). when server transferring file to a client , other client request to get online client list. i want … | |
When I installed Wamp server 2.2 in my pc which is running on windows 8, I’m having a problem regarding phpmyadmin and when i open it says that “it cannot access the phpmyadmin”. I tried to open http://localhost and http://127.0.0.1 but it also not working. Can any one tell me … | |
Guys, please let me know is anybody aware of the below doubt. php taking hosting server date and time but am in need to find the client time and date who accesing the site. otherwise how to find the date & time in server time zone . | |
hello everyone i am getting problem while configuring ntp server in rhel6 when i write nptq -p output:- no association id's returned what should i do | |
Hello, I trying to create a **messenger**(just for practice, so nothing fancy!). I created the server and client programs. Suppose a client(user A) initiated a connection with the server, so it's online. Now, another user(user B) wants to chat with that user(A). How do I give User B the IP … | |
Hai All, I have made a desktop application in Visual studio 2010( vb.net) with sql server 2008 as backend.I have made the setup of the project ,with sql database to be created using installer class and its all working well and fine. but i want to make my application in … | |
Hi all, We use a .hta vbscript from a fileserver, but after office 2007 has been intalled, the script does not read/write from/to a .mdb file on that same fileserver. The script does work (with office 2007), if it is started from a desktop instead of the fileserver. (reading/writing the … | |
Hello everybody, I have decided to start working on an application for my customers which will allow me to maintain their computers remotely using VNC. I currently have a very basic VNC system which I plan to customize for my own use (All in C#). The problem I now face … | |
Hi iam using sql server 2008 to deal with my DB, i have a column with 'int' data type when i insert number inside that column like "0025648" it return it to me "25648" without zeros why ? and how to solve this problem ? Best Regard IT_Techno | |
Anyone know of a way to run multiple clients on netbeans for a java program, i need to test my server which takes in x amount of clients. Currently i can only run 1 client with my computers hostname and the server but cannot test if the server will work … | |
Does anyone know how to properly install MySql Server? I am having trouble installing it. It's one of the last steps for the MySQL installer package. | |
Hello all it has been awhile since i have been on here. I have a problem that I am having trouble with. here it is I have Sbs 2003 with four client running win xp pro 3 are 32bit one is 64 bit. I had a server problem recently that … | |
On a site I am helping develop, there seems to be a problem with code executing while not logged into Sharepoint 2010. When logged in as administrator, everything works fine on the site. Code executes as it should. However, when we visit the site without logging into SharePoint or as … ![]() | |
here i found the solution for windows 8 while installation apache , mysql , php http://connectwww.com/how-to-install-and-configure-apachephpmysql-and-phpmyadmin-on-windows/457/ | |
my vm windows server 2008 dhcp. didn't distribute ip addresses to my vms xp clients. their network connection was "host-only adapter". i tried to log-in some users and checked ipconfig. but their ip address is the same as the ip i assigned them. what mistake did i do? tell me … | |
Well i am having an interesting thing to discuss with you all people. i am having table in database where one column is having xml data with certain fields. I want to fetch those field using select query. So tell me if you can suggest something to me. Thanks a … | |
After this piece of PHP code is added to my template (Wordpress) my server goes bananas. (I see lots of load peaks, it becomes unresponsive and the site won't load until I reboot the server.) The code just displays random posts from the database: [CODE] <?php $random_query = new WP_Query('posts_per_page=4&orderby=rand'); … | |
Hi there, I'm getting tired looking for affordable servers in mentioned countries. Some of the providers such as server4you.com (power x6) are offering good prices and locations, but they are going to provide only 4 IP addresses, which is too small amount for us. Other ones had good servers but … ![]() | |
**i installed dhcp and its authorized. but when i check on the cmd using ipconfig/all. dhcp is not enabled. why?** | |
**so i had made a GPO which for a mapped drive and i implemented to all of my OU but how can i set specific users to have access to that shared folder even all of users can see that folder.** | |
Hi All, I'm looking for some assitance in binding (or joining) Active Directory to an Open Directory Master.. We are a Mac based company with mostly all Mac OS servers, however our accounts server runs Windows. We are in the process of upgrading our accounting software onto a new WIndows … | |
**please help.so i have my dhcp on my server 2008. and i want to block these IPs `172.31.0.0/22`. how to block those ips** | |
Hi to all, I want to install SQL SERVER 2008 on my XP 32-bit OS. After clicking on "New SQL Server stand-alone installation or add features to an existing " link unser installation tab, Setup Support Rules window shows success status of all rules except "Restart Computer". It neither directly … | |
I made c# asp.net web applciation with oracle 10g database using visual studio 2008. It works fine with local environment. After I published on my web server and received the following error: *Could not load file or assembly 'Oracle.DataAccess, Version=10.2.0.100, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot … |
The End.