4,273 Topics
![]() | |
[B]Introduction[/B] We can use Microsoft SOAP protocol to transfer any files between client and server.It's easy through firewall and also it cross flatform. [B]Background[/B] I was going to develop an mobile software on pocket pc,but I found there were tiny resouces to use on mobile operating system.finally,I was finding Web … | |
Web site Administration Tool is accessible only from the hosting server. Many times programmers won't have direct access to the the hosting server. So knowledge of ASP.Net Membership classes is an added advantage in creating an administrative module for the site. In this code snippet we will take up: 1. … | |
This is ASP script to enable lookup country, region, city, latitude, longitude, ZIPcode, Timezone and netspeedomain and netspeed from IP address by using IP2Location database. Free sample database available at [URL]http://www.ip2location.com[/URL]. The script supports several database types such as Microsoft Access, MS SQL and mySQL. Internet geolocation has been widely … | |
Hello, I have simple ASP.net web form. With a simple click on a button i need to call a the Multithread process in order to execute my querry in SQL Server DB. I know that my querry willl take up to 45 min to be executed. While the process is … | |
OK I'm trying to help my friend out with this template he has but the contact form is not working. Here is the XML document contactFormConfiguration.xml [CODE] <?xml version="1.0" encoding="utf-8"?> <!-- -- Please read this information to learn how to set up the contact form integrated -- into the template. … | |
[COLOR="Red"]IvhostPRO.com[/COLOR] understands that choosing a reliable web hosting company is a daunting task. We specialize in affordable, high quality web hosting. All web hosting plans include latest hosting control panel with point and click simplicity and latest web hosting features. Our web hosting packages are scalable which can be customized … | |
here's the code, this one goes well with localhost and it's functioning, however, when i tried it using a web server, it says error uploading file, what do you think is the problem? please help... [code] $phName = $_FILES['userfile']['name']; $tmpName = $_FILES['userfile']['tmp_name']; $phSize = $_FILES['userfile']['size']; $uploadDir ="10.237.102.158/upload/joomla/"; $filePath = $uploadDir … | |
Had visual web developer 2008 installed and was instructed to download and install SP1 all kinds of problems and now can't install at all. machine is running Vista Home Premium. I am baffled and have used these products for several years now. Here is a list of the errors and … | |
![]() | I've been searching the net for a strait answer on how to do this. My website is based on an affiliate platform. PHP image upload. Examples: My site: [url]www.mysite.com[/url] There Site: [url]www.mysite.com/userId.php[/url] My members have the exact web page I have except, they have there own Unique URL. All I … |
I am trying to setup a tomcat server in eclipse galileo java ee to test a servlet. I have web tools installed also. I created a server but when I go to my web browser and go to [url]http://localhost:8080[/url] I get an http status 404 error. My server is started … | |
[QUOTE]Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this … | |
My web application developed on O.S. ====Windows XP Professional IIS ------- IIS 5.1 Dot.net framwork 2.0 AjaxControlToolkit----ASPAJAXExtSetup.msi Database – Access2003 But when I access that application and do some of task on web page like add,modify or delete, below given error occured. Please do the needful if you have any … | |
Hello World I need a career advice and I am very much confused. Currently I have good skill set of the following stuff • Html/Xhtml/CSS/ • Content Management Systems Word press, Joomla, drupal, template customization, installation ,configuration • Os Commerce Applications as like os-commerce, magneto • Bulletin Boards • Real … | |
This is error messages. Server Error in '/trialwebsite' Application. Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that … | |
hi 'm aparna. Am developing a web application with j2ee and SQL server 2005 EXPRESS EDITION as the back end. When i connect it with JDBC , my connection turns out to be successful. WHen i run the application, the web page is openin, but the problem is values are … | |
Greetings! The facts. My girlfriend's MAC - I am a windows guy - and I am not in front of the computer. She is having issues connecting to the internet via wireless. The airport utility says that it is connected to the home wireless network (other people have internet in … | |
I'm not a programmer, but I did study C for a while. I can figure out how to find functions, look at their syntax, see examples and then try them. So here's my siutation. I want the url of the output of a web site into a php variable. Here's … | |
I tried my hand at C++ client/server programs, but they were extremely difficult, even with the "best tutorial" on the Web (Beej's). I could get a basic client/server program going, but it was with "blocking sockets", and all I knew how to do was get the server to send a … | |
Hello everyone, seems i need to start taking classes with web development :( But until then i was wondering if you could help. The last day or so i've been trying to set up a bridge which allows elitegamingladders and vbulletin to merge. Luckily enough, the website i purchased the … | |
the program works with localhost, however, when i use the same program in my web server, it does not work, the error says: Error Uploading file, this is the code [code] $phType = $_POST['phType']; $phCustomer = $_POST['phCustomer']; $phModel = $_POST['phModel']; $phStatus = $_POST['phStatus']; $phDateDue = $_POST['phDateDue']; $phStatus = $_POST['phStatus']; $phNG … | |
Let me explain myself, and then hopefully you can tell me a better solution. I have paid web hosting (only $2.50/mo) and in the process of learning PHP, have learned how to work with MySQL databases. I was wondering if it is possible to create a program in C++ that … | |
hello i have to write TCP socket program that mimic SSL handshake protocols. and I do not know where to start my socket programs for Client and Server should be able to communicate with each other. and I want Demonstrate this by sending a packet from Client with the phrase … | |
Does anyone here have experience using the Acunetix Web Vulnerability Scanner? I happened to use it on my site to check for vulnerabilities and found about 15 HIGH level ones - all of them with basically the same problem: [B]Cross Site Scripting[/B] and [B]Cross Site Scripting in URI[/B]. For every … | |
I got problem while I try to browse the website of IMF. That is the web is failed to be opened and the following message appear: "DNS error - cannot find server Oops! This link appears to be broken.Did you mean: [url]www.imf.org[/url] Suggestion: Search on Google:" This problem encounter only … | |
hi, i developed an application ie web application using asp.net 2005(C#.net) and sql server 2000. It is used to store the data in database via excel sheet. ie application contains 3 buttons . if we click on button1 ,it opens the excel sheet and we can enter the data. button … | |
I have currently two forms in mine website..I m also posting their codes-- FrmRegistration.aspx [code] public partial class FrmRegistration : System.Web.UI.Page { SqlConnection conn = new SqlConnection("Data Source=SONIA-B408A4159\\SQLEXPRESS;Initial catalog=sonia;Integrated Security=true"); string query; SqlCommand cmd; protected void Page_Load(object sender, EventArgs e) { btnSubmit.Attributes.Add("onclick", "Javascript: return Validations() "); } protected void btnSubmit_Click(object … | |
I'm using XP and Front Page 2002: I probably edited my website a month ago - no problem. Today I'm trying, I go to where I normally open up my website and I get this error message: "The server could not complete your request. Contact your ISP or web server … | |
hi there could you please help it's agent, i'm doing search button my code gives me this erro 'CurrentPageIndex' is not a member of 'System.Web.UI.WebControls.GridView'. here is my code [code] Private Sub txtSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtSearch.Click BindData() End Sub Private Sub BindData() Dim connection … | |
Hello, I came home for Thanksgiving dinner the other night and found out my computer was infected with the Rapid antivirus malware program. It looks just like what pictures I've seen on the other sites, and does the same things. I read instructions on how to remove it, which first … | |
Hi, I have been trying to create a asmx web service which can download & install a msi. When the web service attempts to install MSI, the MSI throws the following error - MSI (c) (60:D8) [13:02:57:859]: Client-side and UI is none or basic: Running entire install on the server. … | |
I have a Folder on the Web Server that has files that have been uploaded by users via my Web App. I would like to create a button click event that would download the Folder (Directory) and all of its contents. Currently I have a link on a web page … | |
Hi I have three MS SQL 2000 Servers distributed as follows: (img Server 1: Name: JBCB_SRV1 OS: Windows 2003 SE DB: MS SQL 2000 Server SE MS SQL Replication: Publisher Source DB: Northwind Server 2: Name: WEB OS: Windows 2000 Server SE DB: MS SQL 2000 Server SE MS SQL … | |
hi guys, please help to give some insight on how to block ICMP or ping request in a web server? thanks.. | |
We recently upgraded to Windows Server 2003 and IIS 6. And we have one web application that works fine except for a certain feature within it. It gives "Disk or network error" when you click on a button that opens a popup form window and "Network path not found" when … | |
Hey so basically as the title suggests I want to develop a PHP website on my Mac, the site will not be hosted on my laptop but will be hosted on an Irish web hosting server. Anyway I am wondering what is needed to develop on the Mac? I just … | |
i some help for my project... 1. I create a form..use web browser dan i call link.html...how can i make when i click link in html it will be show form2 2. How can i make datetimepicker get date from server 3. How can i make a dll file path … | |
I have been trying to use one of the many ajax autosuggest code snippets available on the web to help me with a table server scheduling form. My scheduler can find the people by their last name, and I can auto-suggest that. The database would like to record the server's … | |
i now have a web server and it is running in linux esp. opensuse 11.1, now my problem is that when i view the site, it states an error: database could not connect, what seems to be the problem and how can i resolve it? | |
Hello, I am a beginner to ASP.NET. I need some directions for this task. Information about task: Phase 1 : Assume Server whose health to monitor is GEMINI. Create two unattended (non UI) Windows Services (or Windows exe) written in C#. Every specific “duration” the windows services will be invoked.Use … | |
HI I am trying to captue the video coming from webcam and for that I am using window media encoder sdk. I am able to save the encoded wmv to the disk but what I really want is to send the webcam output to the server so that it can … | |
Hi! All I am working with database mysql5.0 on my system. But when i upload every thing in web it is not recognising host as [url]http://205.178.146.79/[/url] and giving Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'http' (1) in /data/19/1/55/45/1870534/user/2032167/htdocs/music/LoginSystem.class.php on line 112 Unable to connect to MySQL Please help me … | |
Hello sir HTTP Error 500.23 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. This application defines configuration in the system.web/httpHandlers section. From MAnoj | |
Hi experts, I have finished writing my servlets and web pages. all my servlets tested using tomcat in windows operating system. In other words , I have finished the development stage. Now I need to move all my servlets and web pages to web server for deployment. but my web … | |
Hi , i have used the asp.net membership wizzard to create new users for my website. I have attempted to customised the wizzard by adding a dropdown list which allows for the user role to be selected before creating the new user. The error message i get is Server Error … | |
I guys, I added a new acl into the squid.conf file and now the service will not start. I have taken out what I put in and re-saved then rebooted the server. Still no joy. The error tells me it is in line 54 which is as follows http_access allow … | |
Guys! I got 2 `ajaxToolkit:sliderExtenders` "SliderExtenderVertical" and "SliderHorizontal" targeting 2 `asp:TextBoxes` "SliderVertical" (with definition for "SliderVertical_TextChanged") and "SliderHorizontal" (with definition for "SliderHorizontal_TextChanged") respectively. However, when "SliderVertical" is slided, both "SliderVertical_TextChanged" and "SliderHorizontal_TextChanged" events are triggered! How to prevent "SliderHorizontal_TextChanged" event from being fired when "SliderVertical" is slided? As a matter … | |
We are currently in the process of fixing our email server's security certificate. Our local domain is wanaque.net, but we are unable to get a certificate for that because someone owns it as a web site. We are changing to wanaque.local, is this a difficult procedure on a server level? … | |
Hi! I am using Zedgraph in my ASP.NET application. I get a duplicate legend in my graph. How to remove? Please help! Here's my code: //Default.aspx.cs [code=c#]using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Drawing; using ZedGraph; using System.Configuration; using System.Data; // using System.Data.SQLite; public … | |
Hi All, am a new web developer in ASP.NET, am developing an application that involves user Interface. In my application am assuming that there is already a database which consists of user profile e.g Username, password, Firstname etc., so I created a database and I manually put in values. the … | |
Basically while I was away some malware infected my computer. My girlfriend was unable to enter gmail.com and there were various popups advertising 'Windows Security Suite'. Using Malwarebytes I was able to get rid of the Malware and am 100% sure that my computer is not infected anymore - pop … |
The End.