Hi Thom,
Does my suggestion in last message helps a little? If there're anything
else need assistance, please feel free to post here.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| X-Tomcat-ID: 82335433
| References: <#
[email protected]>
<
[email protected]>
<
[email protected]>
<#
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: (e-mail address removed) (Steven Cheng[MSFT])
| Organization: Microsoft
| Date: Wed, 21 Dec 2005 04:46:23 GMT
| Subject: Re: Fragile
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| Message-ID: <
[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Lines: 156
| Path: TK2MSFTNGXA02.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:366153
| NNTP-Posting-Host: tomcatimport2.phx.gbl 10.201.218.182
|
| Thanks for your response Thom,
|
| Yes, we can control a remote IIS server on local machine through the
| following means:
|
| 1. using the IIS manager (inetmgr)'s connect function to connect to a
| remote IIS server. Just right click the server machine node in IIS
| manager, and choose the "Connect" menu item. In the popup dialog specify
| the remote machine name and the specify user account you want to connect
to
| that remote server....
| After you successfully connect to the remote server, you can manage the
IIS
| site just as the local IIS site....
|
| #Remote IIS 5.0 Administration
|
http://www.windowsitpro.com/Article/ArticleID/24472/24472.html
|
| #note that IIS 5 can only remotely connect IIS5 .....
|
| 2. use the ADSI programming interface to manipulate remote IIS website:
|
| Here are some reference in the technet IIS script center:
|
| #Sample scripts for managing Web sites on Internet Information Server 5.0
| and 5.1.
|
http://www.microsoft.com/technet/scriptcenter/scripts/iis/iis5x/web/default.
| mspx
|
| For further detailed info on IIS management, you can also try posting in
| the IIS(inetserver) newsgroup....
|
| Thanks,
|
| Steven Cheng
| Microsoft Online Support
|
| Get Secure!
www.microsoft.com/security
| (This posting is provided "AS IS", with no warranties, and confers no
| rights.)
|
|
|
|
|
| --------------------
| | From: "Thom Little" <
[email protected]>
| | References: <#
[email protected]>
| <
[email protected]>
| <
[email protected]>
| | Subject: Re: Fragile
| | Date: Tue, 20 Dec 2005 02:43:52 -0500
| | Lines: 104
| | X-Priority: 3
| | X-MSMail-Priority: Normal
| | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| | X-RFC2646: Format=Flowed; Original
| | Message-ID: <#
[email protected]>
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | NNTP-Posting-Host: 65.99.185.176
| | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| | Xref: TK2MSFTNGXA02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:365878
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Thank you for the explanation.
| |
| | I am using a hosting service that is remote from my development
| environment.
| | It is IIS 5.0 under Server 2000. My environment is XP Pro SP2 with VS
| 2005
| | (and IIS 5.1 for what difference that makes).
| |
| | Is there a method/technique that will permit me to shut down the
| application
| | on the remote machine?
| |
| | --
| | -- Thom Little --
www.tlanet.net -- Thom Little Associates, Ltd.
| | --
| |
| | | | > Hi Thom,
| | >
| | > For IIS web applicaiton virtual directory, when an application is
| already
| | > running, there exists worker process for that application and asp.net
| | > runtime will also monitoring the application's physical directory and
| its
| | > files and contents.... So if we directly use the VS IDE's publish
| site's
| | > publish a web application to a new website, it'll directly change the
| | > virtual directory's physical dir(such as clear the directory and copy
| new
| | > files...), that'll make the running application get problem. And when
we
| | > visit the new application, there may occur problems. So the prefered
| means
| | > is stop that application in IIS before we do such deployment change...
| | > Also, if you're using IIS 6, we can just stop or recycle the
| | > Application's
| | > Applicatino Pool instead of using IISreset to restart the whole IIS
| | > server......
| | >
| | > Thanks,
| | >
| | > Steven Cheng
| | > Microsoft Online Support
| | >
| | > Get Secure!
www.microsoft.com/security
| | > (This posting is provided "AS IS", with no warranties, and confers no
| | > rights.)
| | > --------------------
| | > | From: "Thom Little" <
[email protected]>
| | > | References: <#
[email protected]>
| | > | Subject: Re: Fragile
| | > | Date: Mon, 19 Dec 2005 17:35:45 -0500
| | > | Lines: 39
| | > | X-Priority: 3
| | > | X-MSMail-Priority: Normal
| | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| | > | X-RFC2646: Format=Flowed; Response
| | > | Message-ID: <
[email protected]>
| | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | > | NNTP-Posting-Host: 65.99.185.176
| | > | Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| | > | Xref: TK2MSFTNGXA02.phx.gbl
| | > microsoft.public.dotnet.framework.aspnet:365814
| | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | > |
| | > | If the remote server is manually "reset" then the hanging condition
| | > | (whatever it is) goes away and pages are again served from the 2.0
| | > | application.
| | > |
| | > | --
| | > | -- Thom Little --
www.tlanet.net -- Thom Little Associates,
Ltd.
| | > | --
| | > |
| | > | | | > | > Create two ASP.NET applications. Run them on the development
| machine
| | > to
| | > | > make sure they are error free.
| | > | >
| | > | > Publish the fist application to the root of a remote webspace.
| | > | > Call a page and see that it operates correctly.
| | > | >
| | > | > Publish the second application to the root of the same remote
| | > webspace.
| | > | > Permit it to overwrite existing files.
| | > | > Call a page and notice that it waits forever.
| | > | >
| | > | > Using a third-party FTP program delete all files in the root of
the
| | > | > remote webspace.
| | > | > Publish the second application to the seemingly empty root of the
| same
| | > | > remote webspace.
| | > | > Call a page and notice that it waits forever.
| | > | >
| | > | > In all cases Visual Studio 2005 reports "Publish Succeeded".
| | > | >
| | > | > What "magic" must be performed to reset the error condition on the
| | > remote
| | > | > server?
| | > | >
| | > | > --
| | > | > -- Thom Little --
www.tlanet.net -- Thom Little Associates,
| Ltd.
| | > | > --
| | > | >
| | > | >
| | > | >
| | > |
| | > |
| | > |
| | >
| |
| |
| |
|
|