How to install a web service

kjp

Guppy
Okay. I have setup a sub-domain on my account.

subdomain.MainDomain.com

I have a site there so when you go to
http://subdomain.maindomain.com you see it.

Now, I want to install a web service I've wrote in a folder there.
http://subdomain.maindomain.com/MyWebService

I ftp'd the files and a bin folder to the MyWebService folder hoping it would work. It didn't.

How can I install my web service to this folder?

Thanks.

btw, here is the error message. I tried to set the authentication to 'none' but it still doesn't work.
onfiguration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

Line 43: by Microsoft that offers a single logon and core profile services for member sites.
Line 44: -->
Line 45: <authentication mode="None" />
Line 46:
Line 47: <!-- AUTHORIZATION


Source File: D:\Path-to-folder\web.config Line: 45

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
 
"MyWebService" needs to be an application directory. Please let me know the domain name and I will configure it for you.
 
Back
Top