473,654 Members | 3,074 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1144
Have you enabled ASP.NET in IIS?

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

*************** *************** *************** ****
| Think outside the box!
|
*************** *************** *************** ****
"Brent White" <bw****@badgers portswear.comwr ote in message
news:11******** *************@2 2g2000hsm.googl egroups.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.netNoS pamMwrote:
Have you enabled ASP.NET in IIS?

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

*************** *************** *************** ****
| Think outside the box!
|
*************** *************** *************** ****"Brent White" <bwh...@badgers portswear.comwr ote in message

news:11******** *************@2 2g2000hsm.googl egroups.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****@badgers portswear.comwr ote in message
news:11******** **************@ d55g2000hsg.goo glegroups.com.. .
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo... @comcast.netNoS pamMwrote:
>Have you enabled ASP.NET in IIS?

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

************** *************** *************** *****
| Think outside the box!
|
************** *************** *************** *****"Brent White" <bwh...@badgers portswear.comwr ote in message

news:11******* **************@ 22g2000hsm.goog legroups.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****@badgers portswear.comwr ote in message
news:11******** **************@ d55g2000hsg.goo glegroups.com.. .
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo... @comcast.netNoS pamMwrote:
>Have you enabled ASP.NET in IIS?

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

************** *************** *************** *****
| Think outside the box!
|
************** *************** *************** *****"Brent White"
<bwh...@badger sportswear.comw rote in message

news:11******* **************@ 22g2000hsm.goog legroups.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.netNoS pamMwrote:
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...@badgers portswear.comwr ote in message

news:11******** **************@ d55g2000hsg.goo glegroups.com.. .
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo... @comcast.netNoS pamMwrote:
Have you enabled ASP.NET in IIS?
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************** *************** *************** ****
| Think outside the box!
|
*************** *************** *************** ****"Brent White"
<bwh...@badgers portswear.comwr ote in message
>news:11******* **************@ 22g2000hsm.goog legroups.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****@badgers portswear.comwr ote in message
news:11******** **************@ 57g2000hsv.goog legroups.com...
On Nov 6, 3:45 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo... @comcast.netNoS pamMwrote:
>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...@badgers portswear.comwr ote in message

news:11******* *************** @d55g2000hsg.go oglegroups.com. ..
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo... @comcast.netNoS pamMwrote:
Have you enabled ASP.NET in IIS?
>--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
>************** *************** *************** *****
| Think outside the box!
|
************** *************** *************** *****"Brent White"
<bwh...@badger sportswear.comw rote in message
>>news:11****** *************** @22g2000hsm.goo glegroups.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...@badgers portswear.comwr ote in message

news:11******** **************@ 57g2000hsv.goog legroups.com...
On Nov 6, 3:45 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo... @comcast.netNoS pamMwrote:
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...@badgers portswear.comwr ote in message
>news:11******* *************** @d55g2000hsg.go oglegroups.com. ..
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo... @comcast.netNoS pamMwrote:
Have you enabled ASP.NET in IIS?
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************** *************** *************** ****
| Think outside the box!
|
*************** *************** *************** ****"Brent White"
<bwh...@badgers portswear.comwr ote in message
>news:11******* **************@ 22g2000hsm.goog legroups.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****@badgers portswear.comwr ote in message
news:11******** **************@ 57g2000hsv.goog legroups.com...
On Nov 6, 3:45 pm, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo... @comcast.netNoS pamMwrote:
>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...@badger sportswear.comw rote in message

news:11******* *************** @d55g2000hsg.go oglegroups.com. ..
On Nov 6, 11:25 am, "Cowboy \(Gregory A. Beamer\)"
<NoSpamMgbwo... @comcast.netNoS pamMwrote:
Have you enabled ASP.NET in IIS?
>--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
>************** *************** *************** *****
| Think outside the box!
|
************** *************** *************** *****"Brent White"
<bwh...@badger sportswear.comw rote in message
>>news:11****** *************** @22g2000hsm.goo glegroups.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
4741
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 Citrix Published application environment. We are running Citrix XP enterprise feature release 2 on windows 2000 server sp4. We developed a Java application which can catch the "PrintScreen" key event released event correctly in our PC but could...
2
1254
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 version of the OS I am running?
2
1692
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: ---------- Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0433: The type...
1
1354
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 the development group not to load VS2003 and VS2005 concurrently on a machine. I personally have tried this and found no ill effects. Has anybody had any problems with this scenario?) This developer has temporarily inherited a machine with...
2
20827
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. Security Exception Description: The application attempted to perform an operation not
2
1979
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 checked on a WinXP & Win2003 32bit systems on the same computer (Standard P4 - 3GHz with 1Mb of ram)
2
1280
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 (Visual Studio 2005)
4
2146
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 around 125k-150k lines of code in total. My development machine has 2gigs of physical RAM, a hyperthreaded CPU running at 3.6ghz, and plenty of harddrive space on a recently defragged drive. The only installed apps are VS2005 and SQL Server 2005....
5
1752
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 app on an sbs 2003 (windows 2003 + ISA 2000) server. I suspect ISA 2000 is the problem but don't know where and how to give proxy credentials in the whole publishing and installing process. Any help to fix this will be appreciated. Thanks
0
8290
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8815
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8708
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8489
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8594
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7307
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6161
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
2716
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 we have to send another system
1
1916
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.