473,386 Members | 1,702 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.

Developing with Web Services in Express editions - impossible??

Hi all,

I'm using Visual C# Express and Visual Web Developer Express. It just
occured to me, that there seems to be no way to develop a web service to be
consumed in VWD and use it in VC#, since the web service is run on a random
port etc.

Is this deliberate? An oversight? Any way around it? I develop on XP Home
(sorry, laptop came with it!) so I have no IIS to "deploy" the web service
to while developing, and I like being able to tinker with both at the same
time anyway, so I don't have to keep re-deploying the web service for every
change while developing.

Anyone else come across this problem?

Thanks,
Nov 27 '05 #1
6 3183
You will need an IIS server if you wish to host web applications.
Web Developer Express Edition makes working with IIS possible, just right
click the project and choose "Copy web site" - project will be deployed to
your web server. If you don't have an IIS, you can't deploy the web service,
of course. You can buy WinXP Professional upgrade edition which is cheaper
than new license or try to use
http://www.webthang.co.uk/tuts/tuts_...h/pippo_xp.asp to get it
running on XP Home - you would still need a Win2000 Professional or Server
license.

"Danny Tuppeny" <gr****@dannytuppeny.commmmmm> wrote in message
news:43***********************@ptn-nntp-reader04.plus.net...
Hi all,

I'm using Visual C# Express and Visual Web Developer Express. It just
occured to me, that there seems to be no way to develop a web service to
be consumed in VWD and use it in VC#, since the web service is run on a
random port etc.

Is this deliberate? An oversight? Any way around it? I develop on XP Home
(sorry, laptop came with it!) so I have no IIS to "deploy" the web service
to while developing, and I like being able to tinker with both at the same
time anyway, so I don't have to keep re-deploying the web service for
every change while developing.

Anyone else come across this problem?

Thanks,

Nov 27 '05 #2
"Lebesgue" <no****@spam.jp> wrote in message
news:ec*************@TK2MSFTNGP10.phx.gbl...
You will need an IIS server if you wish to host web applications.
Web Developer Express Edition makes working with IIS possible, just right
click the project and choose "Copy web site" - project will be deployed to
your web server. If you don't have an IIS, you can't deploy the web
service, of course. You can buy WinXP Professional upgrade edition which
is cheaper than new license or try to use
http://www.webthang.co.uk/tuts/tuts_...h/pippo_xp.asp to get it
running on XP Home - you would still need a Win2000 Professional or Server
license.


This seems expensive (and silly) for developing. Ultimately, the service
will be deployed to some paid hosting - but until it actually works, I want
to be able to develop it (both the service, and the callee) quickly. In
Visual Studio, I could make changes to both projects easily, and have the C#
app reference the web service where it's being developed. It seems silly
that the express editions would lack this ability. I believe the problem
would be solved by something as simple as, being able to set a static port
in VWD, or VC# and VWD being able to talk to each other, to exchange the
port, for developing :(
Nov 27 '05 #3
It can't get simpler, check properties of the main node of your project ín
solution explorer - Set "Use dynamic port" to false and select port number.

"Danny Tuppeny" <gr****@dannytuppeny.commmmmm> wrote in message
news:43***********************@ptn-nntp-reader04.plus.net...
"Lebesgue" <no****@spam.jp> wrote in message
news:ec*************@TK2MSFTNGP10.phx.gbl...
You will need an IIS server if you wish to host web applications.
Web Developer Express Edition makes working with IIS possible, just right
click the project and choose "Copy web site" - project will be deployed
to your web server. If you don't have an IIS, you can't deploy the web
service, of course. You can buy WinXP Professional upgrade edition which
is cheaper than new license or try to use
http://www.webthang.co.uk/tuts/tuts_...h/pippo_xp.asp to get it
running on XP Home - you would still need a Win2000 Professional or
Server license.


This seems expensive (and silly) for developing. Ultimately, the service
will be deployed to some paid hosting - but until it actually works, I
want to be able to develop it (both the service, and the callee) quickly.
In Visual Studio, I could make changes to both projects easily, and have
the C# app reference the web service where it's being developed. It seems
silly that the express editions would lack this ability. I believe the
problem would be solved by something as simple as, being able to set a
static port in VWD, or VC# and VWD being able to talk to each other, to
exchange the port, for developing :(

Nov 27 '05 #4
"Lebesgue" <no****@spam.jp> wrote in message
news:u0**************@tk2msftngp13.phx.gbl...
It can't get simpler, check properties of the main node of your project ín
solution explorer - Set "Use dynamic port" to false and select port
number.


*bangs head on keyboard*

I checked everywhere but there! Why isn't there an global option in Tools ->
Options? :(
Nov 27 '05 #5
"Lebesgue" <no****@spam.jp> wrote in message
news:u0**************@tk2msftngp13.phx.gbl...
It can't get simpler, check properties of the main node of your project ín
solution explorer - Set "Use dynamic port" to false and select port
number.


Erm, now I look, I don't have that option!

The "Properties Page" option fires a dialog with References/Build/"Start
Options" pages, and none have anything to do with the port!
Nov 29 '05 #6
"Danny Tuppeny" <gr****@dannytuppeny.commmmmm> wrote in message
news:43***********************@ptn-nntp-reader02.plus.net...
"Lebesgue" <no****@spam.jp> wrote in message
news:u0**************@tk2msftngp13.phx.gbl...
It can't get simpler, check properties of the main node of your project
ín solution explorer - Set "Use dynamic port" to false and select port
number.


Erm, now I look, I don't have that option!

The "Properties Page" option fires a dialog with References/Build/"Start
Options" pages, and none have anything to do with the port!


Duh!

There's no Properties option, just what I mentioned above. If I click it,
then bring the Properties Panel to the front (hidden behind soluction
explorer), it's in there.

Thanks! :)
Nov 29 '05 #7

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

Similar topics

8
by: Bonj | last post by:
I've had a look at the VS 2005 express editions on the MS website, does anybody know the answer to the following about them? It says that with c# you can create console applications, windows...
5
by: Bernie | last post by:
I am a long time VB 6 developer and am using VB.NET 2005 Express. I have written a small app that I want to deploy to another machine. I can't find any documentation that relates to the express...
2
by: johnb41 | last post by:
I just learned about, and am interested in 2 new products: Visual Basic 2005 Express Edition, and Visual Web Developer 2005 Express Edition. Just a few questions: Microsoft's web site says...
4
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
4
by: mecej4 | last post by:
DB2 Express C (Fixpack 10, WR21362_15462) seems to be lacking some of the OLAP functions available in other editions, such as ROW_NUMBER, RANK and DENSE_RANK, but does provide sum(..) over...
25
by: Marco | last post by:
Hi everyone. I've been trying to move some small applications written in vb.net 2003 to vb.net 2005 express just for testing purposes. I have noticed so far that the applications seem to run ...
0
by: fperri | last post by:
Hi, I am trying to configure reporting services which I just added to an already existing installation of SQL Server 2005. When I am in the reporting services configuration manager and I am trying...
1
by: Robert Bravery | last post by:
Hi all, Can the express editions of VS 2008 and the Full Professional versions exist together on the same PC. I have installed VS Pro 2008, But want to install C# express, VWD Express etc on...
21
by: James | last post by:
http://www.microsoft.com/express/download/ I've just seen the ad and the download page. 1) what are you missing if you use these as opposed to full version of Visual Studio? 2) can you...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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.