473,698 Members | 2,178 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Very slow form submitting on Localhost

1 New Member
Hi all, I am new here (forgive me if I do not follow forum-rules which i am not yet familiar with).

I have a problem that bugs me quite some time now. I did not find any solutions on the net, so I hope you guys can help me out!

I have a very simple html form (for test purposes):

<form method='post' action='process Form.asp'>
<input type='text' name='email' />
<input type='submit' value='submit' />
</form>


The ASP VBscript Processform.asp looks like this:

<%

If Request.Form("e mail") <> "" Then
Response.Write( "your email has been submitted.")
End If

%>

As you can see it is extremely simple. But when I click the submit button, it takes an VERY long time before the ASP page is executed (several minutes!)

I'm starting to think it has something to do with IIS on my localhost.

I run a IIS 5 on my localhost, which is a Windows XP machine. The browser I am using is IE7.

Is anyone familiar with this problem? I really hope someone can help me out!
Mar 9 '08 #1
1 2242
jeffstl
432 Recognized Expert Contributor
Hi all, I am new here (forgive me if I do not follow forum-rules which i am not yet familiar with).

I have a problem that bugs me quite some time now. I did not find any solutions on the net, so I hope you guys can help me out!

I have a very simple html form (for test purposes):

<form method='post' action='process Form.asp'>
<input type='text' name='email' />
<input type='submit' value='submit' />
</form>


The ASP VBscript Processform.asp looks like this:

<%

If Request.Form("e mail") <> "" Then
Response.Write( "your email has been submitted.")
End If

%>

As you can see it is extremely simple. But when I click the submit button, it takes an VERY long time before the ASP page is executed (several minutes!)

I'm starting to think it has something to do with IIS on my localhost.

I run a IIS 5 on my localhost, which is a Windows XP machine. The browser I am using is IE7.

Is anyone familiar with this problem? I really hope someone can help me out!

What else goes in this code?

Expand|Select|Wrap|Line Numbers
  1. <%
  2.  
  3. If Request.Form("email") <> "" Then
  4.   Response.Write("your email has been submitted.")
  5. End If
  6.  
  7. %>
  8.  
Obviously you do something else with thier email they submit? Just curious since you stated the simplicity of this problem it might not be that simple if there are unnecessary loops in your code, or if your querys are not narrow enough and your working with a large database or something. Just some thoughts.

Other then that I would say to reset the IIS service on the server and restart it, see if that helps any.
Mar 11 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

13
2887
by: dogu | last post by:
Noob alert. Code is below. File is saved as a .php. What I'm trying to do: User uses 'select' box drop down list to pick a value. Value ($site) is derived from a db query. This works fine. Value selected is used as the 'where' clause of the 2nd query. If $site is a single word, the 2nd query works like a charm. If $site is more than one word (has spaces), the query returns a null
2
5214
by: Martin Fuzzey | last post by:
I am using xmlrpclib (based on httplib) in Python 2.3 on Mandrake Linux. When my client attempts to connect to a server using a "http://localhost:port" style URL there is a long delay before the connection is established (it finally works). This certainly smells a name resolution problem but ping localhost, telnet localhost etc all work fine.
5
4602
by: Tyler Style | last post by:
Hullo - looking for a little advice here. I have a form on a page in one domain submitting to a cgi in another domain. Weirdly, on some Windows XP systems, a form on the page fails to submit/post properly to the cgi and users get the message from IE that it "Cannot find server: The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to...
7
17321
by: Mark Waser | last post by:
Hi all, I'm trying to post multipart/form-data to a web page but seem to have run into a wall. I'm familiar with RFC 1867 and have done this before (with AOLServer and Tcl) but just can't seem to get it to work in Visual Basic. I tried coding it once myself from scratch and then modified a class that I found on a newsgroup (referenced below). Both seem to be doing the same thing and neither works (or rather, they seem to work but the...
0
8675
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8604
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9029
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7729
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2331
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2002
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.