Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > How to use different asmx in different sub-directories ?

Reply
Thread Tools

How to use different asmx in different sub-directories ?

 
 
Sophie PARISOT
Guest
Posts: n/a
 
      02-08-2006
Hi,

I try to create one application and different virtual sub-directories (?)
with their own webservices but I have this kind of error : unable to create
the type myNamespace

Ligne 1 : <%@ WebService Language="c#" Codebehind="myClass.asmx.cs"
Class="myNamespace" %>


When all the webservices are in the same web application (same directory)
it works ...

Has someone an idea?

Thanks




 
Reply With Quote
 
 
 
 
Satish
Guest
Posts: n/a
 
      02-13-2006
Hi,

You can directly access the asmx files which is in the subfolders, there is
no restriction,once you compile the project, then you can access with the
name space which is mentioned in the asmx file.

regards
Satish

"Sophie PARISOT" wrote:

> Hi,
>
> I try to create one application and different virtual sub-directories (?)
> with their own webservices but I have this kind of error : unable to create
> the type myNamespace
>
> Ligne 1 : <%@ WebService Language="c#" Codebehind="myClass.asmx.cs"
> Class="myNamespace" %>
>
>
> When all the webservices are in the same web application (same directory)
> it works ...
>
> Has someone an idea?
>
> Thanks
>
>
>
>
>

 
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
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Use webservice without .asmx file Marcel Wolterbeek ASP .Net Web Services 0 04-09-2009 08:02 AM
Use Method inside ASMX file shapper ASP .Net 1 10-09-2007 03:33 PM
how to use asynchronous calls in asmx SenthilVel ASP .Net 5 05-11-2006 05:17 PM
how to use asynchornous calls in asmx? SenthilVel ASP .Net 1 05-11-2006 09:58 AM



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