No application associated

C

clivegisworkuk

Hi

I have writen a simple asp page.

I can openm it on my PC, when I run it on my iPaq PPC it comes up with
an error: There is no application associated with zip.asp.


Why???

Can anyone help??

Thanks
Clive

<HTML>

<HEAD>
<%
Dim cZip ' Zip Code
Dim cAgent ' HTTP user agent
Dim isPPC ' Is this a Pocket PC Device Request?
' Before we get going, check HTTP Header content
' to determine if this is a Pocket PC device
cAgent = Request.ServerVariables("HTTP_USER_AGENT")
' Is this a Pocket PC device
isPPC = (InStr(1, UCase(cAgent), "WINDOWS CE") > 0)
%>
</HEAD>

<BODY>

</BODY>
</HTML>
 
S

Steven Burn

Are your ASP files associated with an application?, if so, which one?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
 
S

Steven Burn

Is the iPac running IIS?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top