473,569 Members | 2,572 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

more than one asmx page in a WebService

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
Nov 19 '05 #1
1 1686
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" <cr**********@y arrasoftware.co m> wrote in message
news:uM******** ******@TK2MSFTN GP09.phx.gbl...
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

Nov 19 '05 #2

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

Similar topics

1
3274
by: PeterW | last post by:
On my machine I developed a WebService on localhost and if I browse the asmx file I get the usual page that defines the webmethods exposed by the webservice and the opportunity to get the wsdl file using the Service Description link. This is saved into SourceSafe and then another person in the team gets latest from sourceSafe onto his...
3
3198
by: Maxwell2006 | last post by:
Hi, When I run a web service project, ASP.NET shows me a default web method invoke page. How can I disable/modify the default test (or method invoke) page of the ASP.NET web services? Thank you, Max
5
4366
by: SenthilVel | last post by:
Hi Can any one let me know how i can perform a Asychronous calll in a web service ? or using a thread in Asmx a better solution than the async call ? pls send me any link to example, where i can get this answer.. Thanks
0
1201
by: acteon | last post by:
Hello, I have a webservice written in C sharp that is using an IBM provided DLL. The project that installs my webservice has a .MSM merge module file for that DLL. When the .MSI file generated is runned, It only installs dll's on the target webserver. I need it to install the normal .ASMX files & webconfig files that are normally part...
6
2228
by: =?Utf-8?B?a3Jpcw==?= | last post by:
Hi, I created a web service application using ASP. My question is : When i try to create an extra class in the same asmx file,At the time of consuming the web service,its showing me only the default class only. here is my code: namespace WebService1
9
2166
by: davids18 | last post by:
Hello, I have a web service method that need to create a thread that does some work in the background so the main process can go on. The work in the background is a simple insert into a database. If I try this code in an application console works, but when I try this code inside the asmx page doesnt work. I dont get any error, just the data are...
1
1209
by: =?Utf-8?B?U2FqaXQ=?= | last post by:
Hi, I am trying to create a .net webservice, but i dont want the webservice to be accessed using .asmx extesnion .I should be able to accesses the webservcie using the url something like http://localhost/myservice.sac I have tried configuring the web.config of the webservice like this <httpHandlers> <add path="*.sac" verb="*"...
5
1268
by: eschneider | last post by:
I get the following error when I build, anyone know what the problem is? Error 1 The type 'VPMEventViewerUtil.DataTransferObject' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\vpmeventswebservice\8c9c80a1\1aef049\assembly\dl3\8c26e22b\fd667eb1_fef7c801\VpmEventViewerServer.DLL' and...
13
3736
by: asmx126453 | last post by:
hey peaple i whas looking on the internet for a solution but i cudent find any so i try it here its about my ASMX file wich contains this rule <%@ WebService Language="c#" Codebehind="DataConnection.asmx.cs" Class="DotNet.dbConnection" %> the error is : Could not create type 'DataConnection the file dataconnection.asmx.cs is...
0
7700
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7614
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8125
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7676
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5513
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3642
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.