Re: Simmulation of form-data posting on one computer?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 05/22/04


Date: Sat, 22 May 2004 04:49:54 -0700

There is no simulation here. The question is whether you have:
1. Written the HTML FORM to submit the POST to a URL
2. Written the POST acceptor and configured it to execute at the URL
specified in #1
3. Written the code that handles transferring data from the POST to the DB
with the POST acceptor
4. Use a browser to do what you were planning to do.

You only need to configure IIS to be able to execute the URL specified in
#1 -- if it is ASP, enable "Scripts" execute permission, and if ISAPI/CGI,
enable "Scripts and Executables". The rest is usual configuration,
depending on how you do virtual-to-physical mappings.

-- 
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Martin Mrazek" <mrazek@compik.fd.cvut.cz> wrote in message
news:dcd39e84.0405210808.3ce54e94@posting.google.com...
Hi,
I created HTML page with a longer HTML form. It is going to be placed
on our WWW server and posted data will be transfered into DB. I need
to test the whole process (filling data, posting them to www server
and transfering to DB) on my computer. How shall I configure IIS to
receive filled data from the same computer and process them ?
MM


Relevant Pages

  • Re: Help me with my form please.
    ... > a html form, and am tring to pass some variable to a perl script to ... script has the wrong privs. ... so the server can execute it. ... server allows to BE executed, ...
    (comp.lang.perl.misc)
  • [NT] Web Browsers Vulnerable to the Extended HTML Form Attack
    ... inject HTML scripts, which makes use of the same method described in the ... The Original HTML form attack: ... server 7 open ...
    (Securiteam)
  • Re: [PHP] Form validation: client- or server-side?
    ... >> server if you have a JavaScript that checked the user's input before ... > The redundancy is in performing client-side validation, ... PHP doesn't need to use an HTML form for this; ...
    (php.general)
  • Re: phpbb login from ASP
    ... But I guess you can have an html Form embedded in a Asp:Form (runat ... -- bruce ... server side form is. ... /Invalid postback or callback argument. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: HTML forms to Access DB
    ... Windows Server: ... Search Google for ASP / ADO / VBScript ... > To create HTML form is easy, to check data validity as well. ... > passed form. ...
    (microsoft.public.vb.general.discussion)