PDA

View Full Version : Get ASP to work


BarrySumpter
08-31-2004, 01:16 AM
Not happening.

I've been thru this 3 days of research and setting up before.

Its got something to do with IIS / localhost / iuser account.

oops might not have mentioned I'm trying to get this working on my local PC. (all is working well on discountASP.net).





Thanks,
Barry G. Sumpter

BarrySumpter
08-31-2004, 05:27 AM
I just want to get ASP to work with FrontPage 2003

Any Ideas?

<% Dim TestString %>
<% TestString = "ASP is Working!" %>
<Response.Write %TestString %>


Thanks,
Barry G. Sumpter

bruce
08-31-2004, 10:47 AM
Try this

<%
Dim TestString
TestString = "ASP is Working!"
Response.Write TestString
%>



[b]quote:Originally posted by BarrySumpter

I just want to get ASP to work with FrontPage 2003

Any Ideas?

<% Dim TestString %>
<% TestString = "ASP is Working!" %>
<Response.Write %TestString %>


Thanks,
Barry G. Sumpter
</blockquote id="quote"></font id="quote">

B.

DiscountASP.NET
http://www.DiscountASP.NET

BarrySumpter
09-01-2004, 04:17 AM
http://support.microsoft.com/?id=309051

Step 2.
Set the application protection for the Web site to Low and stop and restart the IISAdmin service

got asp to work
but still needs major diagnosis which are supplied in the following steps from the same article...

Thanks,
Barry G. Sumpter

bruce
09-01-2004, 05:58 AM
Well... the code is perfectly fine.

What error did you get?


[b]quote:Originally posted by BarrySumpter

Not happening.

I've been thru this 3 days of research and setting up before.

Its got something to do with IIS / localhost / iuser account.

oops might not have mentioned I'm trying to get this working on my local PC. (all is working well on discountASP.net).





Thanks,
Barry G. Sumpter
</blockquote id="quote"></font id="quote">

B.

DiscountASP.NET
http://www.DiscountASP.NET

BarrySumpter
09-02-2004, 11:56 AM
Hi Bruce,

Thanks for staying with me here.

Step 2 of the hyperlink above enable ASP to run properly on my machine.

The following step were just an absolute nightmare so I've just left it at that for now.



Thanks,
Barry G. Sumpter