Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > more than one asmx page in a WebService

Reply
Thread Tools

more than one asmx page in a WebService

 
 
Craig G
Guest
Posts: n/a
 
      12-06-2004
is there any implications of having more than one asmx page in your
webservice

i was intending to use a new asmx for each of my classes but a colleague in
work says there is problems with this. i cant find anything on the net that
says not to do this

we are using .net v1.1

Cheers,
Craig


 
Reply With Quote
 
 
 
 
William F. Robertson, Jr.
Guest
Posts: n/a
 
      12-06-2004
I have not heard of any problems doing this. We have several .asmx page;
some have one webmethod. Some have about 15 web methods simulating a
asynchronous web call to get around the whole "Request Timed Out" error
message.

Maybe someone else can contribute a problem story, but from my end, you
should group your methods logically, grouping together functionality, and
however the .asmx layout is, that is the way you should do it.

bill

"Craig G" <> wrote in message
news:...
> is there any implications of having more than one asmx page in your
> webservice
>
> i was intending to use a new asmx for each of my classes but a colleague

in
> work says there is problems with this. i cant find anything on the net

that
> says not to do this
>
> we are using .net v1.1
>
> Cheers,
> Craig
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can one declare more than one signal on one line? Merciadri Luca VHDL 4 11-01-2010 02:00 PM
WebService w/o .ASMX file (ASP.net 2.0) Jay Douglas ASP .Net 1 05-15-2007 05:22 PM
How can I disable HttpGet and HttpPost access to my asmx webservice? Maxwell2006 ASP .Net 1 03-31-2006 06:33 AM
Return more than one item with an ASMX page USCG ASP .Net Web Services 1 03-11-2005 01:08 PM
referencing handler file within .asmx for webservice asptodotnet ASP .Net 1 11-18-2004 03:43 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57