I have developed my first Webservice on local machine. Now I want to store it
to our webserver. I copied the AMSX File to a Web Folder on Server. But it
does not work. Error 401 when calling it through URL.
So I looked up that on my machine the Web configuration knows all the .NET
Framework File Extension Mappings like .asmx... But the Webserver that does
have .NETv1.1 installed does not have those Mappings.
Do I have to add each .NET File Mapping manually????
Markus
to our webserver. I copied the AMSX File to a Web Folder on Server. But it
does not work. Error 401 when calling it through URL.
So I looked up that on my machine the Web configuration knows all the .NET
Framework File Extension Mappings like .asmx... But the Webserver that does
have .NETv1.1 installed does not have those Mappings.
Do I have to add each .NET File Mapping manually????
Markus
Comment