HI,
I have a DNN portal which is hosed in IIS.It contains all the user control,Dll project and a asp.net web service.
Dll project and web service are ate same level as that of DesktopModule directory.When I try to browse the webservice from IIS,I get following error
Object reference not set to an instance of an object.
[NullReferenceException: Object reference not set to an instance of an object.] DotNetNuke.Common.Globals.get_Status() +134 DotNetNuke.HttpModules.RewriterUtils.OmitFromRewriteProcessing(String localPath) +54 DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +246 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +79 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +164
.But when I browse the service when hosted outside DNN portal domain,it gets browse succesfully.
I want to have a web service in same DNN portal domain
Please suggest.
Thanks In Advance,
Mandar Kamate