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

B

Brent White

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.
 
B

Brent White

Have you enabled ASP.NET in IIS?

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

*************************************************
| Think outside the box!
|





- 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?
 
J

Juan T. Llibre

Check to see whether you have 1.1 apps and
2.0 apps running in the same application pool.
 
C

Cowboy \(Gregory A. Beamer\)

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.
 
B

Brent White

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!
|






- 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?
 
J

Juan T. Llibre

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/netframework/aa731542.aspx

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

Brent White

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.
 
C

Cowboy \(Gregory A. Beamer\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top