|
 |
aspx_beginners thread: Creating my own import namespace
Message #1 by "Roberts, Ben" <Ben.Roberts@a...> on Wed, 23 Oct 2002 09:35:34 -0600
|
|
Hola all,
I may have asked this question here before, I apologize if I have, but I
haven't seen the answer anywhere.
I would like to create my own importable class with some of my regularly
used functions so I can call the from my ASP.NET apps without rewriting them
each time.
1) How do I create this module so that it's importable?
2) My server is remote and I have no administrative rights (brinkster)
how do I make the class importable on a remote server?
TIA,
Be Well,
Ben
Message #2 by malli_alla@h... on Mon, 28 Oct 2002 10:00:21
|
|
Hi,
You can go with web services. This is the solution known to me.
Try with that.
Malli.
> Hola all,
I may have asked this question here before, I apologize if I have, but I
haven't seen the answer anywhere.
I would like to create my own importable class with some of my regularly
used functions so I can call the from my ASP.NET apps without rewriting
them
each time.
1) How do I create this module so that it's importable?
2) My server is remote and I have no administrative rights (brinkster)
how do I make the class importable on a remote server?
TIA,
Be Well,
Ben
|
|
 |