OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: ArunKumar (akumarOMNESYSINDIA.COM)
Date: Tue Mar 12 2002 - 22:55:24 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Hi Anand

    Well instead of stopping the entire web service you could just stop and
    start
    ur web app alone -

    Open the properties window for your web app and in the check box which
    lets u specify whether the application is going to run in process or out of
    process - check or uncheck depending on ur oringinal setting - apply and
    then set it back to original and apply again - this has the same effect as
    stopping
    ur application and restarting it again -

    This should not be a problem for u as ur obviosuly still in ur development
    mode
    and stooping ur app alone should not be cause of problems -

    arun

    ps: i dont know, if one did have the app running as in-process stopping and
    runnig it
    again would have any effect on existing ones running in process - never
    tried it -
    but then u can always have it running out of process until all ur testing is
    over

    ----- Original Message -----
    From: "Anandan Subbaiyan" <ASubbaiyanBRASSRING.COM>
    To: <DCOMDISCUSS.MICROSOFT.COM>
    Sent: Wednesday, March 13, 2002 4:48 AM
    Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference

    > I got it. I could able to compile the DLL after stopping the IIS Admin
    > Service or "World Wide Web Publishing Service". But this could not be an
    > ideal solution as stopping Web Services stops all the services and cannot
    be
    > taken to production.
    >
    > I hope there must be some other solution to relase the DLL or it must be a
    > bug with SOAP Server creation using ISAPI (even the code generated for ASP
    > does not releases the SOAP Server reference)
    >
    > Thankx and any additional inputs are appreciated.
    >
    > Anand
    >
    >
    > -----Original Message-----
    > From: Jim Stanton [mailto:jstantonESCHERGROUP.COM]
    > Sent: Tuesday, March 12, 2002 5:28 PM
    > To: DCOMDISCUSS.MICROSOFT.COM
    > Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference
    >
    >
    > From the commandline:
    >
    > iisreset /restart
    >
    > From VBScript (search MSDN for IIsWebServer for more information):
    >
    > ' You may need to change the string below
    > Set objWebServer1 = GetObject("IIS://LocalHost/W3SVC/1")
    > objWebServer1.Stop
    > objWebServer1.Start
    >
    > -----Original Message-----
    > From: Distributed COM-Based Code [mailto:DCOMDISCUSS.MICROSOFT.COM]On
    > Behalf Of Anandan Subbaiyan
    > Sent: Tuesday, March 12, 2002 5:17 PM
    > To: DCOMDISCUSS.MICROSOFT.COM
    > Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference
    >
    >
    > How can I stop/kill those ISAPI DLL's?
    >
    > -----Original Message-----
    > From: Lewis Jones [mailto:Lewis.JonesONBASE.COM]
    > Sent: Tuesday, March 12, 2002 5:06 PM
    > To: DCOMDISCUSS.MICROSOFT.COM
    > Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference
    >
    >
    > When they say stop your Web Service... They mean stopping the "IIS Admin
    > Services"...
    >
    > Stopping the WWW service isn't enough as all the ISAPI dll's and stuff
    will
    > stay loaded...
    >
    > -----Original Message-----
    > From: Anandan Subbaiyan [mailto:ASubbaiyanBRASSRING.COM]
    > Sent: Tuesday, March 12, 2002 5:10 PM
    > To: DCOMDISCUSS.MICROSOFT.COM
    > Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference
    >
    >
    > Here is the code I am using to call the Web Service. I have tried stopping
    > the Web Server not the Web Service. How Could I stop the Web Service,as
    > everything is happening behind the scene.
    > ---------
    > Set objSoapClient = New MSSOAPLib.SoapClient
    >
    > Call
    >
    objSoapClient.mssoapinit("http://172.29.151.207/XMLReceiver/DSTSimulator.WSD
    > L", "DSTSimulator", "clsDSTXMLReceiverSoapPort")
    >
    > strReturnXML = objSoapClient.PostXML(strPostXML)
    > ----------
    >
    > Anand
    >
    >
    > -----Original Message-----
    > From: Alex Shevchuk [mailto:ashevchukCORILLIAN.COM]
    > Sent: Tuesday, March 12, 2002 4:55 PM
    > To: DCOMDISCUSS.MICROSOFT.COM
    > Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference
    >
    >
    > Try this:
    >
    > in Internet Information Services:
    >
    > - stop your Web Service;
    > - right-click on your virtual directory:
    > - If "Unload" button "Directory" tab is enabled - click it.
    > - Otherwise, I don't know. :(
    >
    > Alex
    >
    >
    > > -----Original Message-----
    > > From: Anandan Subbaiyan [mailto:ASubbaiyanBRASSRING.COM]
    > > Sent: Tuesday, March 12, 2002 1:39 PM
    > > To: DCOMDISCUSS.MICROSOFT.COM
    > > Subject: Web Server/SOAP Server NOT Releasing DLL Reference
    > >
    > >
    > > I have created the WSDL File from the ActiveX DLL (VB) using MS WSDL
    > > Generator in the Virtual Directory of IIS Web Server. The
    > > Call to the SOAP
    > > Server from the SOAP Client from Visual Basic (using MS SOAP
    > > Toolkit 2.0)
    > > works fine.
    > >
    > > I cound not able to compile the ActiveX DLL after the call . It says
    > > "Permission denied".
    > > I could able to compile after restarting the machine. So I am
    > > thinking the
    > > WebServer or the SOAP Server is holding the reference to the DLL.
    > >
    > > This may not be the right place to post this But any inputs
    > > are appreciated.
    > >
    > > Thankx,
    > > Anand
    > >
    > > ----------------------------------------------------------------
    > > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > > contains important info. Save time, search the archives at
    > > http://discuss.microsoft.com/archives/index.html .
    > > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    > >
    >
    > ----------------------------------------------------------------
    > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > contains important info. Save time, search the archives at
    > http://discuss.microsoft.com/archives/index.html .
    > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    >
    > ----------------------------------------------------------------
    > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > contains important info. Save time, search the archives at
    > http://discuss.microsoft.com/archives/index.html .
    > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    >
    > ----------------------------------------------------------------
    > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > contains important info. Save time, search the archives at
    > http://discuss.microsoft.com/archives/index.html .
    > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    >
    > ----------------------------------------------------------------
    > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > contains important info. Save time, search the archives at
    > http://discuss.microsoft.com/archives/index.html .
    > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    >
    > ----------------------------------------------------------------
    > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > contains important info. Save time, search the archives at
    > http://discuss.microsoft.com/archives/index.html .
    > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    >
    > ----------------------------------------------------------------
    > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > contains important info. Save time, search the archives at
    > http://discuss.microsoft.com/archives/index.html .
    > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    >

    ----------------------------------------------------------------
    Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    contains important info. Save time, search the archives at
    http://discuss.microsoft.com/archives/index.html .
    To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM