473,465 Members | 1,747 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Will my application work on most MS platforms?

Hi,

We have a very simple .aspx file which converts a password using .net SHA-1
etc...

We have just today had a user who is experiencing problems - yet it works
fine everywhere else.

We've managed to establish that they are using Windows 98 SE with IE5.5 SP2
installed....will my application run on this setup with the user needing to
download and install anything else? Should they download the .net framework
1.1?

Any information would be appreciated.

Regards

Rob
Nov 18 '05 #1
3 826
Assuming that the ASP.Net Page is not using an embedded Windows Form or some
other client-side .Net app, the client machinedesn't even have to be
IBM-compatible, shouldn't need any software other than a web browser, and
even that doesn't have to be a Microsoft browser.

You would need to describe the problem that this one user is having with
greater detail to go any further with it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Rob Meade" <ro**********@NOSPAMubht.swest.nhs.uk> wrote in message
news:e8**************@TK2MSFTNGP12.phx.gbl...
Hi,

We have a very simple .aspx file which converts a password using .net SHA-1 etc...

We have just today had a user who is experiencing problems - yet it works
fine everywhere else.

We've managed to establish that they are using Windows 98 SE with IE5.5 SP2 installed....will my application run on this setup with the user needing to download and install anything else? Should they download the .net framework 1.1?

Any information would be appreciated.

Regards

Rob

Nov 18 '05 #2
As long as you are serving just straight html pages them them, it had better
work or it's their problem. Possible problem could be that the user is
disabling cookies completely. Sesssion variables do use cookies unless you
tell them otherwise. You didn't mention that you were doing it (and I'm
sure you are not), but when you start throwing third party controls that the
user needs to view the page, then you can run in problems. There should
never be a reason that a client would need the .net framework installed on
their computer to view aspx webpages. One of the great things about
webpages is you can view them on practically anything as long as it has a
browser of some sort.

"Rob Meade" <ro**********@NOSPAMubht.swest.nhs.uk> wrote in message
news:e8**************@TK2MSFTNGP12.phx.gbl...
Hi,

We have a very simple .aspx file which converts a password using .net SHA-1 etc...

We have just today had a user who is experiencing problems - yet it works
fine everywhere else.

We've managed to establish that they are using Windows 98 SE with IE5.5 SP2 installed....will my application run on this setup with the user needing to download and install anything else? Should they download the .net framework 1.1?

Any information would be appreciated.

Regards

Rob

Nov 18 '05 #3
Hi all,

Thanks for the replies, it turns out to be a problem with Application
Center, we do not currently have SP2 installed - only SP1, and SP2
apparantly addresses the problems with ASP.Net being replicated (or not
etc)....

Cheers

Rob
Nov 18 '05 #4

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

Similar topics

8
by: Allen | last post by:
Hi all, Will my pointer survive this conversion? MyType_tag MyType; MyType_tag* pMyPntr = &MyType; int iUglyTempStorage = (int)pMyPntr; MyType_tag* pMyOtherPntr =...
100
by: Peter | last post by:
Company thought DB2 will be better than Oracle. The bottom line is when you do select, the system crash. I think it may take 4-5 years for DB2 to reach Oracle standard. Peter
53
by: Zhiqiang Ye | last post by:
Hi, All I am reading FAQ of this group. I have a question about this: http://www.eskimo.com/~scs/C-faq/q7.31.html It says: " p = malloc(m * n); memset(p, 0, m * n); The zero fill is...
13
by: William Payne | last post by:
Hello, I would like to know if EXIT_FAILURE/SUCCESS has the same value on all platforms? I am writing a few scripts (I know shell scripts are off-topic here) to test my C programs and they depend...
6
by: greg.kujawa | last post by:
I have a CRM application that I've written in Ruby that currently runs on Win32 clients as well as Linux ARM clients (Sharp Zaurus PDA's). The application uses Qt for its GUI presentation and...
21
by: The Night Blogger | last post by:
Can someone recommend me a good API for writing a sexy looking (Rich UI like WinForms) shrink wrap application My requirement is that the application needs to look as good on Windows as on the...
11
by: rh00667 | last post by:
hi all, i'm confused now. how i can get the full path of an application? if myapp is in a directory which belongs to PATH, argv gives me the first token of cmd line, and not the real path of...
4
by: Nano | last post by:
Hey, I have been studying and working on databases for quite a time now. I know quite a lot about databases. Now I have been assigned a project where I have to build an application using the...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.