How to deploy web services?
-
Hi I have developed my web services project successfully and tested on localserver too, it is working perfectly. Now, I want to deploy it on web server online but facing some serious trouble, which says "Could not create type". Please help me. Regards,
MAP Tiger Tiger Softwares Software Designer and Developer VB.NET, ASP.NET, VFP
-
Hi I have developed my web services project successfully and tested on localserver too, it is working perfectly. Now, I want to deploy it on web server online but facing some serious trouble, which says "Could not create type". Please help me. Regards,
MAP Tiger Tiger Softwares Software Designer and Developer VB.NET, ASP.NET, VFP
What type of exception? Sounds like either you are missing a dependancy, or that you are trying to use reflection, and the hosting provider doesn't allow it?
Mark Churchill Director, Dunn & Churchill Pty Ltd Free Download: Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.
Alpha release: Entanglar: Transparant multiplayer framework for .Net games. -
What type of exception? Sounds like either you are missing a dependancy, or that you are trying to use reflection, and the hosting provider doesn't allow it?
Mark Churchill Director, Dunn & Churchill Pty Ltd Free Download: Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.
Alpha release: Entanglar: Transparant multiplayer framework for .Net games.Hi Thanks for the reply. It is Parser Error. Details are below: Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not create type 'WebService1.Service1' Line 1: <%@ WebService Language="VB" CodeBehind="Service1.asmx.vb" Class="Webservice1.Service1" %> This is the error I am getting when I tried to access the service from web. Regards,
MAP Tiger Tiger Softwares Software Designer and Developer VB.NET, ASP.NET, VFP