Link to home
Start Free TrialLog in
Avatar of BAD
BAD

asked on

How to Run ASP's in Personel Web Server ....

I have installed Personal Web server, Visual Interdev Client and ASP in a windows 95 workstation.

The Personal Web Server installs Default.Htm in Webshare\Wwwroot directory and is loaded by defalut when the server address is given in the browser.

I have changed the default.htm to suit my requirements but those changes do not get reflected and morever I have called certian ASP's from the default.Htm which do not get activated.

Suggest needful.

Thanx
Avatar of sybe
sybe

ASP's should be in an "executable" directory. So you have to make a new virtual directory, and check "execute". Put the ASP's in that directory and call according to the name of the virtual directory.
Avatar of BAD

ASKER

I created a directory called "virual" and copied two files
password.htm & password.asp which will accept password
and evaluate.

I ran this file giving "http://xxxx.co.in/password.htm
It accepted the password and while submit button is pressed
it gave proxy error.

the following is the syntax

***
<form action="/virual/password.asp" method="POST" name="form1" >

<INPUT TYPE ="Submit" NAME = "CMDSUBMIT" VALUE="Submit" > 
    <INPUT TYPE ="Reset" NAME = "CMDRESET" VALUE="Reset"  ></center>

****
I even tried, instead of giving asp file i gave a site address
in the form action as follows
form action ="http://www.microsoft.com"
This also does'nt work.

Please reply to this.
Avatar of BAD

ASKER

I created a directory called "virual" and copied two files
password.htm & password.asp which will accept password
and evaluate.

I ran this file giving "http://xxxx.co.in/password.htm
It accepted the password and while submit button is pressed
it gave proxy error.

the following is the syntax

***
<form action="/virual/password.asp" method="POST" name="form1" >

<INPUT TYPE ="Submit" NAME = "CMDSUBMIT" VALUE="Submit" > 
    <INPUT TYPE ="Reset" NAME = "CMDRESET" VALUE="Reset"  ></center>

****
I even tried, instead of giving asp file i gave a site address
in the form action as follows
form action ="http://www.microsoft.com"
This also does'nt work.

Please reply to this.
ASKER CERTIFIED SOLUTION
Avatar of sybe
sybe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BAD

ASKER

There was problem with our server installation and now it's working.
Thanx