472,371 Members | 1,610 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,371 software developers and data experts.

No application associated

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>
Jul 19 '05 #1
4 3003
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)
<cl************@yahoo.co.uk> wrote in message
news:41**************************@posting.google.c om...
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>

Jul 19 '05 #2
The asp page needs to be opened from an IIS web-site in order to execute.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
<cl************@yahoo.co.uk> wrote in message
news:41**************************@posting.google.c om...
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>

Jul 19 '05 #3
Hi

The asp files are associated with IE.

Cheers
Clive

cl************@yahoo.co.uk (cl************@yahoo.co.uk) wrote in message news:<41**************************@posting.google. com>...
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>

Jul 19 '05 #4
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)
<cl************@yahoo.co.uk> wrote in message
news:41**************************@posting.google.c om...
Hi

The asp files are associated with IE.

Cheers
Clive

cl************@yahoo.co.uk (cl************@yahoo.co.uk) wrote in message

news:<41**************************@posting.google. com>...
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>

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jason_Schaitel | last post by:
I have an application that segregates data into two different databases. Database A has stored procs that perform joins between tables in database A and database B. I am thinking that I have...
5
by: GrantS | last post by:
Hi I am trying to use ShellExecute to launch an application to display a certain file. The variation on the theme is that I need to be able to specify the application to launch and not simply...
0
by: | last post by:
Hi there movers & shakers, The example below demonstrates a behaviour that is anoying the tits off of me! It doesn't happen whilst debugging from the IDE only when you run the compiled exe from...
1
by: Adam Nowotny | last post by:
We use this code to open files such as doc, pdf and html in it's associated applications, "FileName" is something like "C:\......\foo.pdf" or "C:\.......\foo.doc". objProcess = New...
1
by: Vagabond Software | last post by:
I'm writing an application where then end-user will want to view and print (not edit) TIFF and JPEG images. For now, I simply use the System.Diagnostics.Process.Start method to open the desired...
0
by: RKM | last post by:
Hi All Following error is coming in particular web application during loading / login process. background----- we have 3 ip segment 172.26.1.x 172.26.2.x 172.26.3.x.
5
by: =?Utf-8?B?TG9hbldvbGY=?= | last post by:
I'm working on a Windows Explorer-like application. What is the best way to find out what application is set to open a particular type of file? Is there a function to do this? Do I have to go...
0
by: =?Utf-8?B?SkhhbGV5?= | last post by:
Our system is: IIS Server: dual Intel Xeon 2.80 GHz, 4 GB Ram Windows Server 2003 SP2 IIS 6.0 SQL Server: dual Intel Xeon 2.80 GHz, 4 GB Ram (separate server) Windows Server 2003 SP2 SQL...
7
by: =?Utf-8?B?V2FubmFiZQ==?= | last post by:
Is there a way to use a gridview in a timecard application, and if so, how? I was looking at using a gridview to display a person's hours worked in a week. To do this, many different data records...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.