T
Thibaut
The solution is perharps very simple but I don't get it.
I build a WebService with .net2 and vs2005 professional to enable the
communication between a flex application and a database. the whole thing is
working fine when i work localy. means when i start the webservice from
visual studio and the flex application from the "Flex builder" which refers
to the internet adress given in the internet explorer + ?WSDL
The hard part is now that i am almost finished and i wanted to put a first
beta version on my hosting server.
When i select the menu "Publish web site" vs create almost everything but
the amsx file looks like this
"<%@ WebService Language="VB" CodeBehind="~/App_Code/ELearningWebService.vb"
Class="ELearningWebService" %> "
Which is ok from "development mode" but doesn't look so efficient for a
production file.
this is the result of the publish operation
ELearningWebService.asmx
Web.Config
Config
App_Code.dll
ELearning.Core.dll
the ELearning.Core.dll is the library layer that create the sql queries
which are called from the webservice.
Does anyone know how to configure the project or at least to "modify" the
amsx file on the server to make the whole thing works!
Thanks in advance
Best regards,
Thibaut
I build a WebService with .net2 and vs2005 professional to enable the
communication between a flex application and a database. the whole thing is
working fine when i work localy. means when i start the webservice from
visual studio and the flex application from the "Flex builder" which refers
to the internet adress given in the internet explorer + ?WSDL
The hard part is now that i am almost finished and i wanted to put a first
beta version on my hosting server.
When i select the menu "Publish web site" vs create almost everything but
the amsx file looks like this
"<%@ WebService Language="VB" CodeBehind="~/App_Code/ELearningWebService.vb"
Class="ELearningWebService" %> "
Which is ok from "development mode" but doesn't look so efficient for a
production file.
this is the result of the publish operation
ELearningWebService.asmx
Web.Config
Config
App_Code.dll
ELearning.Core.dll
the ELearning.Core.dll is the library layer that create the sql queries
which are called from the webservice.
Does anyone know how to configure the project or at least to "modify" the
amsx file on the server to make the whole thing works!
Thanks in advance
Best regards,
Thibaut