473,401 Members | 2,139 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,401 software developers and data experts.

Published VS2005 service to IIS server (win 2003) gets 404 error

I am trying to publish a web service project that works on my local
machine just fine. I can access it by going to:

http://localhost/service1.asmx

and get the properties page.

I then published the service to a new virtual directory on the IIS
server, which already has a working Virtual Directory, in the
following folder:

http://195.1.2.222/Skipjack

When I try to access the file, using this:

http://195.1.2.222/Skipjack/service1.asmx

I get a 404 error. If I go to the web server, pull up the directory
and try to browse the file, I get a 404 error, even though the file
list shows it and I click on the link.

If I go back to http://localhost/service1.asmx on the original
machine, it comes right up. I even tried http://localhost/Skipjack/service1.asmx
on the actual server only to get the same 404 error.

Oct 24 '07 #1
3 1418
Is "skipjack" marked as an Application in IIS? It needs to be.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"Brent White" wrote:
I am trying to publish a web service project that works on my local
machine just fine. I can access it by going to:

http://localhost/service1.asmx

and get the properties page.

I then published the service to a new virtual directory on the IIS
server, which already has a working Virtual Directory, in the
following folder:

http://195.1.2.222/Skipjack

When I try to access the file, using this:

http://195.1.2.222/Skipjack/service1.asmx

I get a 404 error. If I go to the web server, pull up the directory
and try to browse the file, I get a 404 error, even though the file
list shows it and I click on the link.

If I go back to http://localhost/service1.asmx on the original
machine, it comes right up. I even tried http://localhost/Skipjack/service1.asmx
on the actual server only to get the same 404 error.

Oct 24 '07 #2
On Oct 24, 5:01 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.yohohhoandabottleofrum.comwrote :
Is "skipjack" marked as an Application in IIS? It needs to be.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"Brent White" wrote:
I am trying to publish a web service project that works on my local
machine just fine. I can access it by going to:
http://localhost/service1.asmx
and get the properties page.
I then published the service to a new virtual directory on the IIS
server, which already has a working Virtual Directory, in the
following folder:
http://195.1.2.222/Skipjack
When I try to access the file, using this:
http://195.1.2.222/Skipjack/service1.asmx
I get a 404 error. If I go to the web server, pull up the directory
and try to browse the file, I get a 404 error, even though the file
list shows it and I click on the link.
If I go back tohttp://localhost/service1.asmxon the original
machine, it comes right up. I even triedhttp://localhost/Skipjack/service1.asmx
on the actual server only to get the same 404 error.- Hide quoted text -

- Show quoted text -
I have the virtual directory set up as Application "Skipjack." Now,
when I try to open the URL, it asks to download it.

What do I need to do from here?

Oct 26 '07 #3
On Oct 24, 5:01 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.yohohhoandabottleofrum.comwrote :
Is "skipjack" marked as an Application in IIS? It needs to be.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"Brent White" wrote:
I am trying to publish a web service project that works on my local
machine just fine. I can access it by going to:
http://localhost/service1.asmx
and get the properties page.
I then published the service to a new virtual directory on the IIS
server, which already has a working Virtual Directory, in the
following folder:
http://195.1.2.222/Skipjack
When I try to access the file, using this:
http://195.1.2.222/Skipjack/service1.asmx
I get a 404 error. If I go to the web server, pull up the directory
and try to browse the file, I get a 404 error, even though the file
list shows it and I click on the link.
If I go back tohttp://localhost/service1.asmxon the original
machine, it comes right up. I even triedhttp://localhost/Skipjack/service1.asmx
on the actual server only to get the same 404 error.- Hide quoted text -

- Show quoted text -
Anyone? How do I prevent it from asking me if I want to download the
file??

Nov 1 '07 #4

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

Similar topics

16
by: clintonG | last post by:
I haven't installed VS2005 B2 yet. My main concern is installing VS2005 B2 on the XP Pro machine where VSN2003 already exists. Am I asking for trouble? Your comments... <%= Clinton Gallagher
3
by: musosdev | last post by:
Hi guys Okay, I've setup my projects to open and compile fine in VS2005 using FPSE and remote web, but it's *really* slow. So I thought I'd have a go at doing it the normal way, by loading from...
7
by: Greg P | last post by:
I know this is a long post, please bear with me. I have been working on this all weekend to no avail although I have done a good amount of research (see most pertinent links that I've looked at...
10
by: dermot | last post by:
I have wrriten a small windows service application in visual studio ..net 2003 which listens for incoming FTP files. These files would overwrite over time due to duplicate file names. However any...
14
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only installed client tools and not the database. Can...
1
by: ssg31415926 | last post by:
Using VS2005 on my workstation, I've created a web service on an external 2003 SP1 dev IIS box. From my workstation, I can get a web reference by pointing it to service.asmx. I've published it...
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...
8
by: Brent White | last post by:
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
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...
0
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,...

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.