473,404 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 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 3053
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.