[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Accessing web service bypasses ASP.NET ?

Jan

1/10/2003 10:16:00 AM

Hi, got this weird problem:

When I type in the URL in IE for the web service, like

http://localhost/test/TimeService.asmx

The TimeService.asmx file is opened in VS.NET, instead of
getting the web service in IE. Apparently ASP.NET is
somehow bypassed ?

Are there any settings in IE/IIS that I missed, or do you
have another explanation ?

Thanks in advance,
Jan
1 Answer

Mike Moser

1/13/2003 1:39:00 AM

0

The easiest solution is to download and reinstall the .NET Framework. Your
file associations in IIS are not preset. (There is a doc on this somewhere,
but I can't remember the URL off the top of my head.). Anyhow, the easiest
solution is to reinstall just the .NET Framework (not VS).

HTH,
Bill Priess


"Jan" <jbjakobs@hotmail.com> wrote in message
news:271b01c2b888$eaf25bd0$d2f82ecf@TK2MSFTNGXA09...
> Hi, got this weird problem:
>
> When I type in the URL in IE for the web service, like
>
> http://localhost/test/TimeService.asmx
>
> The TimeService.asmx file is opened in VS.NET, instead of
> getting the web service in IE. Apparently ASP.NET is
> somehow bypassed ?
>
> Are there any settings in IE/IIS that I missed, or do you
> have another explanation ?
>
> Thanks in advance,
> Jan