473,386 Members | 1,815 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,386 software developers and data experts.

Web Service Server & OS support

Can I create NET applications where the data tier is enclosed within a Web
Service where the OS may be Win98SE, XP Home as well as XP Pro? The client
application is a NET Forms app not a ASP.NET app.

I understand this works when the server box is XP Pro but we also have to
support 98SE and XP Home. In our situation 90% of the time all the code
(server and client) will be on one box. However we need to design for the
90 and the 10%.

I understand that IIS is typically used to host the web service and this is
not available on 98SE & XP Home. Is this correct? Is there something
besides IIS? Does this change with NET 2.0? What if (on 98SE & XP Home)
the client and server were guaranteed to be on the same box? Can I then
design using a web service interface if server and client are on separate
boxes only on XP Pro?

I hope this is clear.

Thanks for any help
Nov 21 '05 #1
2 1587
....additional information.

I have no need for Web Service method discovery and publishing. I know the
API I am calling and it is not public for others to call.

-dh

"David Hoffer" <da*******************@iserv.remove.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Can I create NET applications where the data tier is enclosed within a Web
Service where the OS may be Win98SE, XP Home as well as XP Pro? The client application is a NET Forms app not a ASP.NET app.

I understand this works when the server box is XP Pro but we also have to
support 98SE and XP Home. In our situation 90% of the time all the code
(server and client) will be on one box. However we need to design for the
90 and the 10%.

I understand that IIS is typically used to host the web service and this is not available on 98SE & XP Home. Is this correct? Is there something
besides IIS? Does this change with NET 2.0? What if (on 98SE & XP Home)
the client and server were guaranteed to be on the same box? Can I then
design using a web service interface if server and client are on separate
boxes only on XP Pro?

I hope this is clear.

Thanks for any help

Nov 21 '05 #2


Running IIS and PWS on XP Home

Many users have asked what happened to Internet Information Services (IIS)
or Personal Web Server (PWS) in XP Home Edition. The official response from
Microsoft is below.

"Windows XP Home Edition does not include or support any versions (1.0, 2.0,
4.0) of Microsoft Personal Web Server (PWS). Users that need Web server
functionality in a desktop operating system should use Windows XP
Professional."

The below(non-microsoft) site(s) explains how to install IIS on Win XP home

http://www.webthang.co.uk/tuts/tuts_...h/pippo_xp.asp

http://www.iis-resources.com/modules...m_mode=thread&

Install PWS on Windows 98

http://www.codefixer.com/tutorials/installation.asp

Regards,

R.Balaji

"David Hoffer" <da*******************@iserv.remove.net> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Can I create NET applications where the data tier is enclosed within a Web
Service where the OS may be Win98SE, XP Home as well as XP Pro? The client application is a NET Forms app not a ASP.NET app.

I understand this works when the server box is XP Pro but we also have to
support 98SE and XP Home. In our situation 90% of the time all the code
(server and client) will be on one box. However we need to design for the
90 and the 10%.

I understand that IIS is typically used to host the web service and this is not available on 98SE & XP Home. Is this correct? Is there something
besides IIS? Does this change with NET 2.0? What if (on 98SE & XP Home)
the client and server were guaranteed to be on the same box? Can I then
design using a web service interface if server and client are on separate
boxes only on XP Pro?

I hope this is clear.

Thanks for any help

Nov 21 '05 #3

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

Similar topics

8
by: FS Liu | last post by:
Hi, I am writing ATL Service application (XML Web service) in VS.NET C++. Are there any sample programs that accept XML as input and XML as output in the web service? Thank you very much.
6
by: Siegfried Heintze | last post by:
I have the following C# code in my web service: public static extern double add_(double X, double Y ); public double add (double X, double Y){ return add_(X, Y); }
1
by: Rob C | last post by:
I want to develop some data access web services in C# that can be accessed from both an ASP.NET web application as well as a VC++ desktop application. i have used web services in the past from VC++...
3
by: Brad | last post by:
I'm setting up my new pc with all my VS.net projects and I'm missing something.....something I've done many times before without problem. I have several asp.net apps accessing secure .net web...
9
by: =?Utf-8?B?UG90c2FuZw==?= | last post by:
Hi, I have a window service program created in c#. The window service program is installed and running. In the mean time, I have another c# application, I would like to know if there is a way to...
14
by: W2K3R2admin | last post by:
I cannot open help and support...how do I install it on an existing system? When I click on Help & Support, the error says "Windows cannot open Help and Support because a system service is not...
7
by: =?Utf-8?B?QmlsbHkgWmhhbmc=?= | last post by:
我们现在遇到一个问题,通过wcf创建的webservice,选择windows service作为宿主,采用java作为客户端调用成功,但是无法使用asp.net ajax调用。...
5
by: Oriane | last post by:
Hi, I have a .Net Visual Studio solution with one asp.net Web application, which uses a Asp.Net Web service. Both are compiled in debug mode, and both are using the Studio development web server...
2
by: =?Utf-8?B?SmVycnkgQw==?= | last post by:
I have a server 2008 IIS 7.0 with indexing service installed. I have created the catalog and have a test page using these posts:...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
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
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...

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.