when a callout is fired from CRM application upon a manual entry in CRM, does the calluto dll code runs inthe context of web application. I am trying get access to the session(by using httpContext). but till now i m facing errors. -- romeo!!
You are NOT supposed to do that since the caller can be Web App or Web Service caller or from async service or even interal. -- Thanks AjithG [MSFT] http://code.msdn.microsoft.com/crmplugin http://code.msdn.microsoft.com/crmpluginsamples This posting is provided "AS IS" with no warranties, and confers no rights. "romeo" wrote in message news:6DA6B9B3-6AEE-40F6-9F68-1A0D3A04820B@microsoft.com... > when a callout is fired from CRM application upon a manual entry in CRM, > does > the calluto dll code runs inthe context of web application. I am trying > get > access to the session(by using httpContext). but till now i m facing > errors. > -- > romeo!!
I'll tell you what I am trying to achieve.. I am trying to make a call to Webpage upon some condition. My callout will be called from only MSCRM application. -- romeo!! "Ajith [MSFT]" wrote: > You are NOT supposed to do that since the caller can be Web App or Web > Service caller or from async service or even interal. > > -- > Thanks > AjithG [MSFT] > http://code.msdn.microsoft.com/crmplugin > http://code.msdn.microsoft.com/crmpluginsamples > This posting is provided "AS IS" with no warranties, and confers no rights. > > "romeo" wrote in message > news:6DA6B9B3-6AEE-40F6-9F68-1A0D3A04820B@microsoft.com... > > when a callout is fired from CRM application upon a manual entry in CRM, > > does > > the calluto dll code runs inthe context of web application. I am trying > > get > > access to the session(by using httpContext). but till now i m facing > > errors. > > -- > > romeo!! > > >
WebPage or Webservice? What can you do by calling a Web Page from a Plugin/Callout? You cannot render that to the end user anyway. Can you explain it a bit detail so that i can understand the scenario? -- Thanks AjithG [MSFT] http://code.msdn.microsoft.com/crmplugin http://code.msdn.microsoft.com/crmpluginsamples This posting is provided "AS IS" with no warranties, and confers no rights. "romeo" wrote in message news:9B68E38E-C122-46F2-A39D-225C538DF412@microsoft.com... > I'll tell you what I am trying to achieve.. I am trying to make a call to > Webpage upon some condition. My callout will be called from only MSCRM > application. > > -- > romeo!! > > > "Ajith [MSFT]" wrote: > >> You are NOT supposed to do that since the caller can be Web App or Web >> Service caller or from async service or even interal. >> >> -- >> Thanks >> AjithG [MSFT] >> http://code.msdn.microsoft.com/crmplugin >> http://code.msdn.microsoft.com/crmpluginsamples >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> >> "romeo" wrote in message >> news:6DA6B9B3-6AEE-40F6-9F68-1A0D3A04820B@microsoft.com... >> > when a callout is fired from CRM application upon a manual entry in >> > CRM, >> > does >> > the calluto dll code runs inthe context of web application. I am trying >> > get >> > access to the session(by using httpContext). but till now i m facing >> > errors. >> > -- >> > romeo!! >> >> >>