Hi all,

All these talk abt Web Services had made me eager to create one on my own.

I have created a web service on my own local host and all works fine...

But I have problems deploying it to a remote web (virtual) server as it presents the error = cannot create type"WebService1.Sevice1"

My question is, I have heard it is easy to deploy and stuff like that... BUT do I need to install the compiled object onto the remote server eg....regsvr32 some.dll OR can i just copy the asmx file onto the web server and let the JIT compiler take care of the rest ?

Can anyone please help ? Any help is appreciated !