Connecting Tech Pros Worldwide Forums | Help | Site Map

asp.net webservice

Mike
Guest
 
Posts: n/a
#1: Nov 21 '05
I created new asp.net webservice in visual studio.net (vb project). I
uncommented the helloworld webservice sample and saved and built it.
However,when I tried to open this service1.asmx file in the browser, it does
not show any webservice page but asks for downloading the file. What could be
the reason ? Do I need to configure something?

Mighell
Guest
 
Posts: n/a
#2: Nov 21 '05

re: asp.net webservice


Hello mike,[color=blue]
> I created new asp.net webservice in visual studio.net (vb project). I
> uncommented the helloworld webservice sample and saved and built it.
> However,when I tried to open this service1.asmx file in the browser,
> it does not show any webservice page but asks for downloading the
> file. What could be the reason ? Do I need to configure something?[/color]

Use aspnet_regiis.exe to register Asp.net coorectly.
More info on: http://msdn.microsoft.com/library/de..._regiisexe.asp

HTH

--
____________________________
Mighell (http://www.datadream.it)

[color=blue]
>[/color]

Mike
Guest
 
Posts: n/a
#3: Nov 21 '05

re: asp.net webservice


Thanks, the problem got resolved...

"Mighell" wrote:
[color=blue]
> Hello mike,[color=green]
> > I created new asp.net webservice in visual studio.net (vb project). I
> > uncommented the helloworld webservice sample and saved and built it.
> > However,when I tried to open this service1.asmx file in the browser,
> > it does not show any webservice page but asks for downloading the
> > file. What could be the reason ? Do I need to configure something?[/color]
>
> Use aspnet_regiis.exe to register Asp.net coorectly.
> More info on: http://msdn.microsoft.com/library/de..._regiisexe.asp
>
> HTH
>
> --
> ____________________________
> Mighell (http://www.datadream.it)
>
>[color=green]
> >[/color]
>
>[/color]
Closed Thread