4,273 Topics
![]() | |
this has happened to me also. Here is my hijack this result. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:56:43 PM, on 4/19/2010 Platform: Unknown Windows (WinNT 6.01.3504) MSIE: Internet Explorer v8.00 (8.00.7600.16385) Boot mode: Normal Running processes: C:\Windows\system32\Dwm.exe C:\Windows\Explorer.EXE C:\Program Files\Synaptics\SynTP\SynTPEnh.exe C:\Program Files\Common Files\Pure Networks Shared\Platform\nmctxth.exe C:\Program … | |
I had taken over some code that was originally created .net 1.1 We need to update and bring into .net 2.0, so I opened the solution in VS2008 and went through the converter wizard. Now, when I am trying to build the solution, I am seeing the below error for … | |
Hi, I am new to streaming media. I mean, using them in the internet is simple, but I want to put some audio and video extracts on a web page. I couldn't really find a beginner guide, does anyone have a link? As far as I know, your web server … ![]() | |
I have an error: -------------------------------------- [CODE]Server Error in '/' Application. Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. Description: An unhandled exception occurred during … | |
Hi, I know many people have asked similar questions but I wasn't able to search for a direct answer. Much like the other questions I'm looking into creating a web page that will allow users to edit/display information saved in a MS access database. For some reason, users have difficulty … | |
I have a client whose hosting provider dissappeared. He has an old ASP (read: Pre-.net) site and I need to get the site online at a new provider. TO start, I am trying to run it internally to make sure I know how to make it work. I have a … | |
hi.. i'm encountering a bug regarding sending emails.. when the smtp server do not have user autentication, the sending of email is really fine.. but when the smtp requires username and password, no email is being sent.. i believe it is related to web.config.. i have searched a lot of … | |
Hey guys, I have been moving and testing my scripts on a different web server, but I am not getting the same results on both computers. Here is the code: [CODE] <?php session_start(); //THIS FUNCTION VALIDATES INPUT function VerifyForm(&$values, &$errors) { if (strlen($values['firstname']) == 0) { $errors['firstname'] = 'Please Enter … | |
Hello I want u to help me about how to encrypt file is sent between web client and web server. Thank u.... | |
Hi there Im getting this error message with a script im trying to use. Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/rideron1/public_html/join_form.php on line 67 No database selected The script im using works on my local server but as soon as I upload it to … | |
Ok, I'm new to php and MYSQL aswell. I have a couple programs actually that are getting this error and I don't see what could be causing this at all. Here's the situation. I have a job interview page. The user enters the information from the candidate and submits the … | |
hello, I am trying to enable validators using javascript and they get enabled as expected but when I am trying to disable them they give an error and then get disabled. I think I am missing a logic on how to disable them. My code is supposed to validate two … | |
hi, i have an aspx page, Default.aspx, which runs when a web service is called. the output of the web service is something like this: http:\\xx.xx.xxx.xxx\FileDownload\Default.aspx?download=2.csv&type=csv This link above will download the csv file present on the server. The code for the default.aspx is given below. I want to know … | |
Regarding the title, i want to know the exact way to writing text data to a text file on a web server using http connection in J2ME. I tried the way as below: OutputConnection connection=)OutputConnection)Connector.open("http://localhost/message.txt;append=true",Connector.WRITE); OutputStream out=connection.openOutputStream(); PrintStream output=new PrintStream(out); output.println("Testing"); out.close(); the codes have no problem and no exception. … | |
I have an integer variable Purchaser1PersonKey that I would like to pass as a session variable to another page. I have made Purchaser1PersonKey the CommandArgument of my LinkButton. I must be doing something wrong because when I breakpoint on response. redirect the session variable is empty. Any help will be … | |
Dear all, I created a very simple web mobile form. It worked When I runned it from Microsoft Visual Studio 2005 editor and IIS web server. But when I put the link in my device emulator manager from Tools->device emulator manager it didn`t work. I used SmartPhone 2003 SE Emulator, … | |
Hello All; I would like to start off by saying hello, and that this is actually my first post to the group, even though I have been a member for many years. I am a ASP Classic Programmer, professionally for a little over a year, I have developed some rather … | |
I have been asked to make a proposal for a new IT testing & development environment at work but I have no idea where to start. We are a small team of 3-4 developers and will be developing in a variety of languages for a variety of applications, inculding: - … | |
hello everybody i have a big problem with the connection of mysql connect i want to connect to an other data base with out binding Ip adresse in the host server . i have an application and i want to manage 2 web sites with this appliction because the tow … | |
Hello! I am having problems accessing My Computer, My Documents, Control Panel, etc.... When I double-click on the desktop icon for any of these applications, all of the desktop icons disappear for a moment, and then re-appear but nothing happens after that? It's almost like the system goes in a … | |
While I've been working with MySQL for years, this is the first time I've run across this very newbie-esq issue. Due to a client demand, I must host their website files (PHP) on a IIS server that is not running MySQL (instead, they are running MSSQL). However, I have developed … | |
If you are a PHP, Zend or IBM fan, today Zend and IBM announce a major release for IBM i-Series Servers. Zend Technologies and IBM are working together to offer PHP solutions for IBM i customers. Today Zend announced Zend Server for IBM i, a Web Application Server for applications … | |
Hello, I am working on a multiuser web page where people log in and do some stuf(database related) What i need is for people to register a username in the same database table that i use, and stay logged in to the page when they use the system, so that … | |
Hi there, I'm a beginner in ASP.NET with VB and I'm stuck on problem with a SQL query. I'd like to ask you for advice what does my page or config file miss. thats how my form looks like [CODE] <form id="form1" runat="server"> <div style="margin: 0 auto; width: 180px;"> <asp:Label … | |
I running my little blog on Tomcat 6 server. My hosting company allows me to set up multiple sub domains. I was trying to do for last few hours, but no luck. Having started with [code=xml] <Engine name="Catalina" defaultHost="mydomain.co.uk"> <Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase"/> <Host name="mydomain.co.uk" appBase="/home/user/public_html" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Alias>www.mydomain.co.uk</Alias> … | |
Hello, i want to know the best practice to 1. read an XML file and store it in SQL data base and 2. modify the data base whenever the XML file modified, i created a table on data base on SQL server with columns has the same names like XML … | |
[B]Hi, I get the below error...plz tell me how to solve it...it comes when i upload my application n check in browser[/B] Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the … | |
I am working on a Web App, coded in VB.net Here is some code and I'll explain it, Hope I use the code tags properly [CODE]<asp:LoginView ID="LoginView1" runat="server"> <LoggedInTemplate> Only Logged in users can see this <asp:LinkButton ID="LinkButton1" runat="server"/> <!-- This is a Rich Text Editor --> <FTB:FreeTextBox id="FTB1" Width="600px" … | |
Hi, I'm exporting from a datatable to excel document (not CSV because I need some cell formatting) using this method found here: [URL="http://social.msdn.microsoft.com/forums/en-US/csharpgeneral/thread/08d69589-4052-410f-a85c-c38493c0a664/"]http://social.msdn.microsoft.com/forums/en-US/csharpgeneral/thread/08d69589-4052-410f-a85c-c38493c0a664/[/URL] Locally, it works fine, but when I upload to the server, I have been getting errors. The latest one is this: [CODE]Microsoft Office Excel cannot open or … | |
I'm developing a mobile website using vb.net but having set my tools right as I read somewhere, I've having an object reference...null error from the sqladapter line. I'm trying to authenticate by checking the db for username and password and granting or denying access asthe case maybe, here's my code, … | |
Hey everyone, I friend and I are trying to work our way through this, and right are having some issues in terms of getting vb.net to connect to an online sql server. We have found lots of resources to connect to local sql servers but nothing about connecting to an … | |
Hello everyone, Im trying to get my server setup for a small web hosting type system (for friends). everything is working except subdomains ive used vhost_alias for ever when i was just hosting my site to do wildcard subdomains. But I can'e seem to get it working on more then … | |
Hi all I want a help from you about how to make web server and client ,send and receive data over network securely by using encryption algorithms like DES,3DES and hash techniques. I want the encryption to use a shared secret key which is valid for one session.This is generated … | |
Hello guys, I am new in ASP, ADO and IIS, but I find a good tutorial in w3schools. I've started reading the ADO tutorial, because I want to create a simple web page, which is connected to a database. I will use Access database (.mdb). So, I've created two web … | |
Hello, Can someone explain & help me understand this major? How does it differ from an IT/IS major? I've been reading a lot about IT & IS. My local community college has a program called "Drexel @ BCC". The B.S. degree below can be earned at my CC. The IS … | |
Hello. I have a nested GridView inside of a DataList. I need to enable the paging control of the GridView, but I have no idea where to put the code for it to work. Also I would like to create a function which will do the following: when a user … | |
Short version: How can I provide a GUI over the web to a user to allow them to select a file from a directory on the server? Explanation: I need to process data files stored on the server and generate some graphs of the results. I have (as my first … | |
![]() | We have an internal custom program in-house for CRM and we export all email address weekly for a mailer to another external program on our web server. We currently receive emails and manually unsubscribe people from our email database weekly as they come in. I would like to write a … ![]() |
Hello there, we have a web application that must read a card which is plugged to the client, the reading of the card is done via a specific library, which is as a jar file, as have googled that situation , concluded that to achieve that we need to use … | |
I could use some help. I have a function that opens an Excel spreadsheet to load data from it. The function is found inside <head> </head> and within that inside <script></script> (see below). The problem is that I need to write that data inside the row of a table in … | |
Hy, Let's say that I have class Node with some parameters Node[] child's, string id, string content ... This class is like a another storage for data from mssql database. And that web-application is running on IIS server and is written in ASP.NET C# Now when one user open that … | |
Hi on my localhost the website works fine, but when I transfer it onto the web I get this error, please someone help. [CODE] Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details … | |
Even I installed asp_regiis . I am using Visual Studio 2008 v3.5 I am facing an issue while building a web project. I have added the controls in the design window as [code]<td align="left" valign="top"> <asp:DropDownList ID="ddlCategory12" runat="server" CssClass="dropDownList" AutoPostBack="true" OnSelectedIndexChanged="ddlCategory12_SelectedIndexChanged"> </asp:DropDownList> <asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" InitialValue="----Select----" CssClass="validator" ErrorMessage="Please Select Category" … | |
recently I've been getting these dialog boxes popping up from pgp saying that my email client is trying to connect to my mail server, sometimes it reports an IP address, sometimes it is localhost. I have never set up my email server account and Outlook is disabled. I only use … | |
Just had a quick question about this problem I am experiencing I am getting this error saying "the call to the server.CreateObject falied while cheking permissions. Access is denied to this object".I get this error every time I create a new DLL after compiling my VB6 code and drop it … | |
Hai, In the below code I am deleting a file from client pc [code]Dim fs fs = Server.CreateObject("Scripting.FileSystemObject") 'If fs.FileExists(upfile.PostedFile.FileName) Then fs.DeleteFile(upfile.PostedFile.FileName) 'End If[/code] In the Web.config file, I have configured the trust level also. : [code=xml]<configuration> <system.web> <identity impersonate='true'/> </system.web> <location allowOverride="true"> <system.web> <trust level="Full" originUrl="" /> </system.web> </location> … | |
Hello I'm trying to make some kind of a web interface for my server using Ruby and CGI in it. All runs on an Apache2 server. I can list all the files in a directory but I can't download them. I list all the files using the Dir[**/*.*] command to … | |
here I have code in python and now I want to transfer it in Java. import logging import urllib import re from waveapi import events from waveapi import model from waveapi import robot from waveapi import document from django.utils import simplejson from google.appengine.api import urlfetch def OnDocChanged(properties, context): #Get Contents … | |
Hi, I need to host a Website I can develop but I want first some hosting solution opinions other from what I can get from my hosting provider company :) The site will be built using php+mysql basically - i need [B]*nix[/B] system. It's about a big corporate website that … | |
Help! When I try to go to an anti-spyware website on my desktop, windows XP, I get redirected to a web page the says it cannot find the website. When I run it on my laptop, it runs fine so I know it some sort of virus. Here is the … |
The End.