Thanks for help.
I am using classic ASP.
But also I have downloaded and instaleled VisualBasic 2005 ... but
Express, so no posibility to create asp files with .NET platform, or
execute them. I just am trying to write the code with HTML redactors or
simple text redactors.
"Peter Rilling" <> wrote in message
news:...
> Are you talking about ASP or ASP.NET?
>
> "Andrius B." <> wrote in message
> news:...
>>I am a newbe in ASP programing.
>>
>> The main problem is: On WindowsXP Professional (SP2) I have installed IIS
>> with all components, I could manage them through "Administrative tolls"
>> in Conrol Panel (I see all the items as I should see after the
>> installation according all manuals.)
>> But when I tried to execute the *.asp files on my local disk with my IE,
>> nothing hapens, t.i. even such code as below doesn't work at all:
>>
>> <%@ language language=VBScript %>
>>
>> <%
>> Response.Write("Hello")
>>
>> %>
>>
>>
>> What measures should be taken in order to make the asp files work?
>>
>> Thanks.
>>
>
>
|