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

Published from Win XP system with VS2005 to Win2003 system with IIS

I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for the
service.

http://195.1.2.222/Skipjack/service1.asmx

is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.

Nov 6 '07 #1
8 1128
Have you enabled ASP.NET in IIS?

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"Brent White" <bw****@badgersportswear.comwrote in message
news:11*********************@22g2000hsm.googlegrou ps.com...
>I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for the
service.

http://195.1.2.222/Skipjack/service1.asmx

is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.

Nov 6 '07 #2
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
Have you enabled ASP.NET in IIS?

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************" Brent White" <bwh...@badgersportswear.comwrote in message

news:11*********************@22g2000hsm.googlegrou ps.com...
I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for the
service.
http://195.1.2.222/Skipjack/service1.asmx
is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.- Hide quoted text -

- Show quoted text -
I'm showing it is. Is there a specific version that I need to run to
serve VS 2005 pages, or a setting I need to check within ASP.NET?

Nov 6 '07 #3
Check to see whether you have 1.1 apps and
2.0 apps running in the same application pool.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Brent White" <bw****@badgersportswear.comwrote in message
news:11**********************@d55g2000hsg.googlegr oups.com...
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
>Have you enabled ASP.NET in IIS?

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*********************************************** **
| Think outside the box!
|
************************************************* "Brent White" <bwh...@badgersportswear.comwrote in message

news:11*********************@22g2000hsm.googlegro ups.com...
>I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for the
service.
>http://195.1.2.222/Skipjack/service1.asmx
is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.- Hide quoted text -

- Show quoted text -

I'm showing it is. Is there a specific version that I need to run to
serve VS 2005 pages, or a setting I need to check within ASP.NET?

Nov 6 '07 #4
In Windows 2003, ASP.NET is disabled by default, even when you have IIS
installed. To enable it, open up the IIS Manager on the server and go to web
service extensions. If ASP.NET 2.0.50727 does not have a checkbox, click on
it an then allow.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"Brent White" <bw****@badgersportswear.comwrote in message
news:11**********************@d55g2000hsg.googlegr oups.com...
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
>Have you enabled ASP.NET in IIS?

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*********************************************** **
| Think outside the box!
|
************************************************* "Brent White"
<bwh...@badgersportswear.comwrote in message

news:11*********************@22g2000hsm.googlegro ups.com...
>I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for the
service.
>http://195.1.2.222/Skipjack/service1.asmx
is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.- Hide quoted text -

- Show quoted text -

I'm showing it is. Is there a specific version that I need to run to
serve VS 2005 pages, or a setting I need to check within ASP.NET?

Nov 6 '07 #5
On Nov 6, 3:45 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
In Windows 2003, ASP.NET is disabled by default, even when you have IIS
installed. To enable it, open up the IIS Manager on the server and go to web
service extensions. If ASP.NET 2.0.50727 does not have a checkbox, click on
it an then allow.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************" Brent White" <bwh...@badgersportswear.comwrote in message

news:11**********************@d55g2000hsg.googlegr oups.com...
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
Have you enabled ASP.NET in IIS?
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************" Brent White"
<bwh...@badgersportswear.comwrote in message
>news:11*********************@22g2000hsm.googlegro ups.com...
I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for the
service.
http://195.1.2.222/Skipjack/service1.asmx
is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.- Hide quoted text -
- Show quoted text -
I'm showing it is. Is there a specific version that I need to run to
serve VS 2005 pages, or a setting I need to check within ASP.NET?- Hide quoted text -

- Show quoted text -
It says allow 2.0.50215 in Web Service Extensions.

What exactly should I do about the application pooling? It is using
the default pool. Do I create another one for this app?

Nov 7 '07 #6
re:
!It says allow 2.0.50215 in Web Service Extensions.

You are using outdated beta software ?

The release version of the .Net Framework 2.0 is 2.0.50727,
which fixes many problems with the beta version you're using.

Download the release version of .Net Framework 2.0 at :
http://msdn2.microsoft.com/en-us/net.../aa731542.aspx

Additionally, if you install Windows XP SP2, Vista, or Windows Server SP2,
you'll get an updated version of the .Net Framework.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Brent White" <bw****@badgersportswear.comwrote in message
news:11**********************@57g2000hsv.googlegro ups.com...
On Nov 6, 3:45 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
>In Windows 2003, ASP.NET is disabled by default, even when you have IIS
installed. To enable it, open up the IIS Manager on the server and go to web
service extensions. If ASP.NET 2.0.50727 does not have a checkbox, click on
it an then allow.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*********************************************** **
| Think outside the box!
|
************************************************* "Brent White" <bwh...@badgersportswear.comwrote in message

news:11**********************@d55g2000hsg.googleg roups.com...
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
Have you enabled ASP.NET in IIS?
>--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
>*********************************************** **
| Think outside the box!
|
************************************************* "Brent White"
<bwh...@badgersportswear.comwrote in message
>>news:11*********************@22g2000hsm.googlegr oups.com...
>I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for the
service.
>http://195.1.2.222/Skipjack/service1.asmx
is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.- Hide quoted text -
>- Show quoted text -
I'm showing it is. Is there a specific version that I need to run to
serve VS 2005 pages, or a setting I need to check within ASP.NET?- Hide quoted text -

- Show quoted text -

It says allow 2.0.50215 in Web Service Extensions.

What exactly should I do about the application pooling? It is using
the default pool. Do I create another one for this app?

Nov 7 '07 #7
On Nov 7, 11:11 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
re:
!It says allow 2.0.50215 in Web Service Extensions.

You are using outdated beta software ?
I didn't know I was. I'll download the .NET framework update tonight.
The release version of the .Net Framework 2.0 is 2.0.50727,
which fixes many problems with the beta version you're using.

Download the release version of .Net Framework 2.0 at :http://msdn2.microsoft.com/en-us/net.../aa731542.aspx

Additionally, if you install Windows XP SP2, Vista, or Windows Server SP2,
you'll get an updated version of the .Net Framework.

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
======================================"Brent White" <bwh...@badgersportswear.comwrote in message

news:11**********************@57g2000hsv.googlegro ups.com...
On Nov 6, 3:45 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
In Windows 2003, ASP.NET is disabled by default, even when you have IIS
installed. To enable it, open up the IIS Manager on the server and go to web
service extensions. If ASP.NET 2.0.50727 does not have a checkbox, click on
it an then allow.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************" Brent White" <bwh...@badgersportswear.comwrote in message
>news:11**********************@d55g2000hsg.googleg roups.com...
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
Have you enabled ASP.NET in IIS?
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************" Brent White"
<bwh...@badgersportswear.comwrote in message
>news:11*********************@22g2000hsm.googlegro ups.com...
I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps askingme
if I want to download the file, rather than bring up the page forthe
service.
http://195.1.2.222/Skipjack/service1.asmx
is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.- Hide quoted text -
- Show quoted text -
I'm showing it is. Is there a specific version that I need to run to
serve VS 2005 pages, or a setting I need to check within ASP.NET?- Hide quoted text -
- Show quoted text -
It says allow 2.0.50215 in Web Service Extensions.
What exactly should I do about the application pooling? It is using
the default pool. Do I create another one for this app?- Hide quoted text -

- Show quoted text -

Nov 8 '07 #8
If you are only using 2.0, you can reset the default pool to 2.0. If not,
you will have to have separate pools for 1.1 and 2.0.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"Brent White" <bw****@badgersportswear.comwrote in message
news:11**********************@57g2000hsv.googlegro ups.com...
On Nov 6, 3:45 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
>In Windows 2003, ASP.NET is disabled by default, even when you have IIS
installed. To enable it, open up the IIS Manager on the server and go to
web
service extensions. If ASP.NET 2.0.50727 does not have a checkbox, click
on
it an then allow.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*********************************************** **
| Think outside the box!
|
************************************************* "Brent White"
<bwh...@badgersportswear.comwrote in message

news:11**********************@d55g2000hsg.googleg roups.com...
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo...@comcast.netNoSpamMwrote:
Have you enabled ASP.NET in IIS?
>--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
>*********************************************** **
| Think outside the box!
|
************************************************* "Brent White"
<bwh...@badgersportswear.comwrote in message
>>news:11*********************@22g2000hsm.googlegr oups.com...
>I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for
the
service.
>http://195.1.2.222/Skipjack/service1.asmx
is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service
URL
from an outside program.- Hide quoted text -
>- Show quoted text -
I'm showing it is. Is there a specific version that I need to run to
serve VS 2005 pages, or a setting I need to check within ASP.NET?- Hide
quoted text -

- Show quoted text -

It says allow 2.0.50215 in Web Service Extensions.

What exactly should I do about the application pooling? It is using
the default pool. Do I create another one for this app?

Nov 9 '07 #9

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

Similar topics

0
by: James Ng | last post by:
I have posted this to the Citrix Developers' forum and have not heard anything yet. So I'd like to see if any other Java developers have experience this problem with their Java application in a...
2
by: Apu Nahasapeemapetilon | last post by:
I finally got some time to install Visual Studio 2005 on my Windows 2003 Server. WHY does it now tell me that I need Windows XP Service Pack 2 installed?!?!? How can if be so wrong about what...
2
by: rsphere | last post by:
my app is running just fine on my home dev box. no compilation errors at all. when i move the whole file structure to my hosted site i get the following error when opening the main page: ...
1
by: sinisa.stokic | last post by:
I would like some suggestions about a particular developer's environment problem I'm having. I have a developer who has VS2003 installed on his "primary" machine. (A descision has been made by...
2
by: AnalogKid17 | last post by:
Keywords: ASP.NET app with VS2005 running on Win2003 with IIS6, and SQL2000 on a WinXP Box I've betting the following for days... it's driving me insane: Server Error in '/' Application. ...
2
by: gilad.kapel | last post by:
Hi I have a system composed of sevral DLLs all round up into one WebService. I'm working with VS2005 Framework 2.0 under WinXP. The system is at the end of its development stage and was both...
2
by: Arsen V. | last post by:
Hi, What's the best OS to use on a Development Workstation? The dev environment includes projects in: VB 6.0, C++ (Visual Studio 6) ASP 3.0 ..NET 1.0 (Visual Studio 2002) ..NET 2.0...
4
by: Jules Winfield | last post by:
I'm using VS2005. I have a solution consisting of twelve projects. All projects are console/service apps except for one which is a WinForms app. There are no web projects. I'd say that I'm at...
5
by: John | last post by:
Hi When I try to install a published app using a url like http://www.mydomain.com/publish.htm, it starts the download but then comes up with the eror given at the end below. I am installing the...
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
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...
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
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
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...

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.