Ask a Question related to ASP Database, Design and Development.
-
Tony #1
ASP errors from IIS
I am using Dreamweaver MX to connect to an SQl DB. No
problem here. However it is an Intranet that i am
building, one currently exists as a virtual directory
under default web site in IIS 5.0. I have created another
Virtual Directory in IIS and set everything up the same as
it is in the current intranet.
Problem:
I have an insert record form on one page, call it
page1.asp. I have set up the record insert form to go to
a specific URL (call it page2.htm) when the submit button
is pressed. When this is pressed I see '../page1.asp?' in
the address bar and the code is showing?!. I have
researched this to some extent today and have found an MS
article on this being an issue when the folder contianing
scripts is not setup as executable. I know that my IIS
install is capable of ASP as it has been executing it for
3 years now onr the old/current intranet. I know that
Dreamweaver MX inserts some scripts in the
_mmServerScripts folder and this MAY be the issue. I just
don't know.
very frusterated, anyone got any ideas?
thanks
Tony
Tony Guest
-
CF4.5 Errors in logs and Unix 111 errors!
:confused; Hi All, I have been getting a lot of Unix 111 errors and there are various errors in my coldfusion logs. I can't find any resources... -
ASP errors
Since upgrading to Windows 2003 Server from Windows 2000 Enterprise Server we have had alot of ASP problems. The problems are centered around asp... -
supress errors at the page level? Undefined index errors.
I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in... -
where are my errors?
Hi, all -- My partner and I have done something that gets rid of our error messages, and we're not quite sure what. The identical code base (I... -
Pop-up window errors:"translators not loaded due to errors"
I keep getting pop-up windows when using DWMX....any suggestions as to how to fix this type of error? The pop-up says: at line 16... -
Bob Barrows #2
Re: ASP errors from IIS
Tony wrote:
page1? Do you mean '../page2.asp?' ?> I am using Dreamweaver MX to connect to an SQl DB. No
> problem here. However it is an Intranet that i am
> building, one currently exists as a virtual directory
> under default web site in IIS 5.0. I have created another
> Virtual Directory in IIS and set everything up the same as
> it is in the current intranet.
> Problem:
> I have an insert record form on one page, call it
> page1.asp. I have set up the record insert form to go to
> a specific URL (call it page2.htm) when the submit button
> is pressed. When this is pressed I see '../page1.asp?' in
Shot in the dark guess: did you set the form's Action property to GET> the address bar and the code is showing?!. I have
> researched this to some extent today and have found an MS
> article on this being an issue when the folder contianing
> scripts is not setup as executable. I know that my IIS
> install is capable of ASP as it has been executing it for
> 3 years now onr the old/current intranet. I know that
> Dreamweaver MX inserts some scripts in the
> _mmServerScripts folder and this MAY be the issue. I just
> don't know.
>
> very frusterated, anyone got any ideas?
>
> thanks
> Tony
instead of POST?
I would ask you to post your code, but I probably won't read the DW code.
But, somebody else might, so go ahead and post your FORM tag
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows Guest



Reply With Quote

