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

by Brent White on 11/1/2007 4:22:00 AM On Oct 24, 5:01 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.yohohhoandabottleofrum.com> wrote:
> 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??