Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

No environment when running script on ASP page

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Web service number to name mapping  
Author Message
drlandau

External


Since: Aug 26, 2003
Posts: 1



(Msg. 1) Posted: Tue Aug 26, 2003 8:52 am
Post subject: No environment when running script on ASP page
Archived from groups: microsoft>public>inetserver>iis (more info?)

We have a server running W2K SP3 that's having problems
running ASP pages. The problem seems to be that there's
no user environment for the user executing the ASP page
(I guess it is the IWAM_<server> user), so when trying to
do a WshShell.Exec(<command>) and start a program that's
in a folder contained in the PATH environment variable,
it cannot find anything. When running the ASP page on
another server, there's no problem - and when running the
<command> from a cmd box, the program executes just fine.

The problem was on the server before SP3 was applied, but
SP3 didn't help anything. We have also uninstalled the
IIS and then reinstalled it + SP3 after reboot with same
result. And we've sync'ed the IWAM user, changed password
etc. - all with no luck. Tried to log on locally with the
IWAM account (pwd retrieved with adsutil.vbs) and it went
fine, but didn't know what to look for except to check
that PATH and other env vars was set - and they was.

Have anyone experienced anything similar?

Any help is highly appreciated!

Please CC: any replies to the above email-address so I
know when someone replies (if any).

Thanks a lot!

Best regards,
Nicolaj

 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Tue Aug 26, 2003 11:02 pm
Post subject: Re: No environment when running script on ASP page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

IIS will only use the System PATH environment variable.

Any changes made to the PATH environment variable requires rebooting the
server for it to take effect in IIS.

So, I can imagine that you have a server where you changed system PATH,
restarted a new CMD shell, and the program would be found in the PATH -- but
until you reboot the server, IIS will not see that changed PATH value.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Nicolaj Rasmussen" <drlandau RemoveThis @msn.com> wrote in message
news:0cc301c36bd0$de0cdb60$a401280a@phx.gbl...
We have a server running W2K SP3 that's having problems
running ASP pages. The problem seems to be that there's
no user environment for the user executing the ASP page
(I guess it is the IWAM_<server> user), so when trying to
do a WshShell.Exec(<command>) and start a program that's
in a folder contained in the PATH environment variable,
it cannot find anything. When running the ASP page on
another server, there's no problem - and when running the
<command> from a cmd box, the program executes just fine.

The problem was on the server before SP3 was applied, but
SP3 didn't help anything. We have also uninstalled the
IIS and then reinstalled it + SP3 after reboot with same
result. And we've sync'ed the IWAM user, changed password
etc. - all with no luck. Tried to log on locally with the
IWAM account (pwd retrieved with adsutil.vbs) and it went
fine, but didn't know what to look for except to check
that PATH and other env vars was set - and they was.

Have anyone experienced anything similar?

Any help is highly appreciated!

Please CC: any replies to the above email-address so I
know when someone replies (if any).

Thanks a lot!

Best regards,
Nicolaj

 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
drlandau1

External


Since: Aug 27, 2003
Posts: 1



(Msg. 3) Posted: Wed Aug 27, 2003 10:03 am
Post subject: Re: No environment when running script on ASP page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi David, thanks for your reply.

The server has been booted several times without the PATH
being altered - and when executing a util located in a
directory already specified in the PATH from a
commandline from a different directory, there's not
problems.

Can it be something with the IIS metadabase or some setup
in the IIS?

Thanks,
icolaj

 >-----Original Message-----
 >IIS will only use the System PATH environment variable.
 >
 >Any changes made to the PATH environment variable
requires rebooting the
 >server for it to take effect in IIS.
 >
 >So, I can imagine that you have a server where you
changed system PATH,
 >restarted a new CMD shell, and the program would be
found in the PATH -- but
 >until you reboot the server, IIS will not see that
changed PATH value.
 >
 >--
 >//David
 >IIS
 >This posting is provided "AS IS" with no warranties, and
confers no rights.
 >//
 >"Nicolaj Rasmussen" <drlandau.DeleteThis@msn.com> wrote in message
 >news:0cc301c36bd0$de0cdb60$a401280a@phx.gbl...
 >We have a server running W2K SP3 that's having problems
 >running ASP pages. The problem seems to be that there's
 >no user environment for the user executing the ASP page
 >(I guess it is the IWAM_<server> user), so when trying to
 >do a WshShell.Exec(<command>) and start a program that's
 >in a folder contained in the PATH environment variable,
 >it cannot find anything. When running the ASP page on
 >another server, there's no problem - and when running the
 ><command> from a cmd box, the program executes just fine.
 >
 >The problem was on the server before SP3 was applied, but
 >SP3 didn't help anything. We have also uninstalled the
 >IIS and then reinstalled it + SP3 after reboot with same
 >result. And we've sync'ed the IWAM user, changed password
 >etc. - all with no luck. Tried to log on locally with the
 >IWAM account (pwd retrieved with adsutil.vbs) and it went
 >fine, but didn't know what to look for except to check
 >that PATH and other env vars was set - and they was.
 >
 >Have anyone experienced anything similar?
 >
 >Any help is highly appreciated!
 >
 >Please CC: any replies to the above email-address so I
 >know when someone replies (if any).
 >
 >Thanks a lot!
 >
 >Best regards,
 >Nicolaj
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 4) Posted: Thu Aug 28, 2003 3:29 am
Post subject: Re: No environment when running script on ASP page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No. IIS metabase nor setup does not affect environment variables. Are you
sure the PATH that is modified is the System PATH and not per-User PATH...
and that you don't have some overriding PATH for the IWAM user somehow
defined on this machine but not others.

In general, it is better programming practice to make a configurable yet
absolute reference to a program for automation and NOT rely on PATH lookup.

i.e.
var utilsPath = "C:\\tools"; //Configure this somehow.
var UTIL = utilsPath + "\\" + "utility.exe";

WshShell.Run ( UTIL + " " + params );

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Nicolaj Rasmussen" <drlandau.TakeThisOut@NOSPAMmsn.com> wrote in message
news:069e01c36ca3$f884aee0$a001280a@phx.gbl...
Hi David, thanks for your reply.

The server has been booted several times without the PATH
being altered - and when executing a util located in a
directory already specified in the PATH from a
commandline from a different directory, there's not
problems.

Can it be something with the IIS metadabase or some setup
in the IIS?

Thanks,
icolaj

 >-----Original Message-----
 >IIS will only use the System PATH environment variable.
 >
 >Any changes made to the PATH environment variable
requires rebooting the
 >server for it to take effect in IIS.
 >
 >So, I can imagine that you have a server where you
changed system PATH,
 >restarted a new CMD shell, and the program would be
found in the PATH -- but
 >until you reboot the server, IIS will not see that
changed PATH value.
 >
 >--
 >//David
 >IIS
 >This posting is provided "AS IS" with no warranties, and
confers no rights.
 >//
 >"Nicolaj Rasmussen" <drlandau.TakeThisOut@msn.com> wrote in message
 >news:0cc301c36bd0$de0cdb60$a401280a@phx.gbl...
 >We have a server running W2K SP3 that's having problems
 >running ASP pages. The problem seems to be that there's
 >no user environment for the user executing the ASP page
 >(I guess it is the IWAM_<server> user), so when trying to
 >do a WshShell.Exec(<command>) and start a program that's
 >in a folder contained in the PATH environment variable,
 >it cannot find anything. When running the ASP page on
 >another server, there's no problem - and when running the
 ><command> from a cmd box, the program executes just fine.
 >
 >The problem was on the server before SP3 was applied, but
 >SP3 didn't help anything. We have also uninstalled the
 >IIS and then reinstalled it + SP3 after reboot with same
 >result. And we've sync'ed the IWAM user, changed password
 >etc. - all with no luck. Tried to log on locally with the
 >IWAM account (pwd retrieved with adsutil.vbs) and it went
 >fine, but didn't know what to look for except to check
 >that PATH and other env vars was set - and they was.
 >
 >Have anyone experienced anything similar?
 >
 >Any help is highly appreciated!
 >
 >Please CC: any replies to the above email-address so I
 >know when someone replies (if any).
 >
 >Thanks a lot!
 >
 >Best regards,
 >Nicolaj
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
drlandau2

External


Since: Sep 04, 2003
Posts: 3



(Msg. 5) Posted: Thu Sep 04, 2003 3:12 am
Post subject: Re: No environment when running script on ASP page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi again,

Sorry for the delay. I made an ASP page that prints out all the
environment variables:

<%
Dim oShell, oExec, strCmdOutput
Set oShell = CreateObject("WScript.Shell")

Set oExec = oShell.Exec("%comspec% /c set")
strCmdOutput = oExec.StdOut.ReadAll
strCmdOutput = Replace(strCmdOutput, vbCRLF, "<br>")
Response.Write(strCmdOutput)
%>

This is the output:

ALLUSERSPROFILE=C:\Documents and Settings\All Users
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=DB-C1
COMSPEC=C:\WINNT\system32\cmd.exe
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.JS;.WS
ProgramFiles=C:\Program Files
PROMPT=$P$G
SystemDrive=C:
SystemRoot=C:\WINNT
USERPROFILE=C:\Documents and Settings\Default User

As you can see the PATH variable doesn't seem to be setup at all for
some reason.

When running it on a similar server (or a server that's SUPPOSED to be
alike) I get the following output:

ALLUSERSPROFILE=C:\Documents and Settings\All Users
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=DB-B1
ComSpec=C:\WINNT\system32\cmd.exe
DSLISTEN=SERVER
DSQUERY=SERVER
NUMBER_OF_PROCESSORS=8
OS=Windows_NT
Os2LibPath=C:\WINNT\system32\os2\dll;
Path=C:\Dracar\Perl\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbe
m;C:\Dracar\Util;C:\Dracar\SybaseServer\dll;C:\Dracar\SybaseServer\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.VBS
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 2, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0202
ProgramFiles=C:\Program Files
PROMPT=$P$G
SYBASE=C:\Dracar\SybaseServer\
SystemDrive=C:
SystemRoot=C:\WINNT
TEMP=C:\WINNT\TEMP
TMP=C:\WINNT\TEMP
USERPROFILE=C:\Documents and Settings\Default User
windir=C:\WINNT

Something doesn't get setup, but what and where I don't know.

Any suggestions?

Thanks,
Nicolaj

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 6) Posted: Thu Sep 04, 2003 12:14 pm
Post subject: Re: No environment when running script on ASP page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Since you are using wscript, you probably want to ping the wsh group: microsoft.public.scripting.wsh

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft
Corporation. All rights reserved.
--------------------
| From: Nicolaj Rasmussen <drlandau.TakeThisOut@msn.com>
| References: <OEs1teTbDHA.1492.TakeThisOut@TK2MSFTNGP12.phx.gbl>
| X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
| Subject: Re: No environment when running script on ASP page
| Mime-Version: 1.0
| Content-Type: text/plain; charset="us-ascii"
| Content-Transfer-Encoding: 7bit
| Message-ID: <urPb5PrcDHA.2416.TakeThisOut@TK2MSFTNGP10.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| Date: Thu, 04 Sep 2003 00:12:58 -0700
| NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
| Lines: 1
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:273805
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hi again,
|
| Sorry for the delay. I made an ASP page that prints out all the
| environment variables:
|
| <%
| Dim oShell, oExec, strCmdOutput
| Set oShell = CreateObject("WScript.Shell")
|
| Set oExec = oShell.Exec("%comspec% /c set")
| strCmdOutput = oExec.StdOut.ReadAll
| strCmdOutput = Replace(strCmdOutput, vbCRLF, "<br>")
| Response.Write(strCmdOutput)
| %>
|
| This is the output:
|
| ALLUSERSPROFILE=C:\Documents and Settings\All Users
| CommonProgramFiles=C:\Program Files\Common Files
| COMPUTERNAME=DB-C1
| COMSPEC=C:\WINNT\system32\cmd.exe
| PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.JS;.WS
| ProgramFiles=C:\Program Files
| PROMPT=$P$G
| SystemDrive=C:
| SystemRoot=C:\WINNT
| USERPROFILE=C:\Documents and Settings\Default User
|
| As you can see the PATH variable doesn't seem to be setup at all for
| some reason.
|
| When running it on a similar server (or a server that's SUPPOSED to be
| alike) I get the following output:
|
| ALLUSERSPROFILE=C:\Documents and Settings\All Users
| CommonProgramFiles=C:\Program Files\Common Files
| COMPUTERNAME=DB-B1
| ComSpec=C:\WINNT\system32\cmd.exe
| DSLISTEN=SERVER
| DSQUERY=SERVER
| NUMBER_OF_PROCESSORS=8
| OS=Windows_NT
| Os2LibPath=C:\WINNT\system32\os2\dll;
| Path=C:\Dracar\Perl\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbe
| m;C:\Dracar\Util;C:\Dracar\SybaseServer\dll;C:\Dracar\SybaseServer\bin
| PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.VBS
| PROCESSOR_ARCHITECTURE=x86
| PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 2, GenuineIntel
| PROCESSOR_LEVEL=15
| PROCESSOR_REVISION=0202
| ProgramFiles=C:\Program Files
| PROMPT=$P$G
| SYBASE=C:\Dracar\SybaseServer\
| SystemDrive=C:
| SystemRoot=C:\WINNT
| TEMP=C:\WINNT\TEMP
| TMP=C:\WINNT\TEMP
| USERPROFILE=C:\Documents and Settings\Default User
| windir=C:\WINNT
|
| Something doesn't get setup, but what and where I don't know.
|
| Any suggestions?
|
| Thanks,
| Nicolaj
|
| *** Sent via Developersdex http://www.developersdex.com ***
| Don't just participate in USENET...get rewarded for it!
|
 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
drlandau2

External


Since: Sep 04, 2003
Posts: 3



(Msg. 7) Posted: Thu Sep 04, 2003 5:22 pm
Post subject: Re: No environment when running script on ASP page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

We only experience the problem when running ASP pages, very strange.
Everything works fine when running commands after interactive logon,
even if you logon as the IWAM user account, so it seems that something
doesn't get setup properly when running ASP pages, i.e. most of the
environment variables are missing as you can see from above.

On a similar server it works fine and we havent been able to pinpoint
whats different. Can it be a corrupted Defuakt User profile or
something? I tried copying it from the working server (doc. and
settings\default user) to the non-working server, but didn't help.

I don't know how env. vars are setup when running IIS/ASP.. Anybody?

Thanks,
Nicolaj



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 8) Posted: Thu Sep 04, 2003 5:24 pm
Post subject: Re: No environment when running script on ASP page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Do they have similarly configured IWAM user, and same privileges (use
secpol.msc to determine the privileges held by a user)? Is one allowed to
logon locally and the other one can't? Etc.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Nicolaj Rasmussen" <drlandau RemoveThis @msn.com> wrote in message
news:urPb5PrcDHA.2416@TK2MSFTNGP10.phx.gbl...
Hi again,

Sorry for the delay. I made an ASP page that prints out all the
environment variables:

<%
Dim oShell, oExec, strCmdOutput
Set oShell = CreateObject("WScript.Shell")

Set oExec = oShell.Exec("%comspec% /c set")
strCmdOutput = oExec.StdOut.ReadAll
strCmdOutput = Replace(strCmdOutput, vbCRLF, "<br>")
Response.Write(strCmdOutput)
%>

This is the output:

ALLUSERSPROFILE=C:\Documents and Settings\All Users
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=DB-C1
COMSPEC=C:\WINNT\system32\cmd.exe
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.JS;.WS
ProgramFiles=C:\Program Files
PROMPT=$P$G
SystemDrive=C:
SystemRoot=C:\WINNT
USERPROFILE=C:\Documents and Settings\Default User

As you can see the PATH variable doesn't seem to be setup at all for
some reason.

When running it on a similar server (or a server that's SUPPOSED to be
alike) I get the following output:

ALLUSERSPROFILE=C:\Documents and Settings\All Users
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=DB-B1
ComSpec=C:\WINNT\system32\cmd.exe
DSLISTEN=SERVER
DSQUERY=SERVER
NUMBER_OF_PROCESSORS=8
OS=Windows_NT
Os2LibPath=C:\WINNT\system32\os2\dll;
Path=C:\Dracar\Perl\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbe
m;C:\Dracar\Util;C:\Dracar\SybaseServer\dll;C:\Dracar\SybaseServer\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.VBS
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 2, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0202
ProgramFiles=C:\Program Files
PROMPT=$P$G
SYBASE=C:\Dracar\SybaseServer\
SystemDrive=C:
SystemRoot=C:\WINNT
TEMP=C:\WINNT\TEMP
TMP=C:\WINNT\TEMP
USERPROFILE=C:\Documents and Settings\Default User
windir=C:\WINNT

Something doesn't get setup, but what and where I don't know.

Any suggestions?

Thanks,
Nicolaj

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 9) Posted: Thu Sep 04, 2003 5:30 pm
Post subject: Re: No environment when running script on ASP page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I think that you have different logon privileges for the IWAM user for the
medium/high isolation applications. IIS/ASP doesn't set up the environment
at all; they are inherited from the same process creation code running on
both your working and non-working servers. Only thing I can think of being
commonly different is when users change privileges on IWAM... which you
should check.

If you are logging in as the IWAM user account, you must have modified its
password in the SAM. Have you resynchronized that password in IIS/COM+
after the change?

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Nicolaj Rasmussen" <drlandau.TakeThisOut@msn.com> wrote in message
news:uYdZqqycDHA.456@TK2MSFTNGP10.phx.gbl...
Hi,

We only experience the problem when running ASP pages, very strange.
Everything works fine when running commands after interactive logon,
even if you logon as the IWAM user account, so it seems that something
doesn't get setup properly when running ASP pages, i.e. most of the
environment variables are missing as you can see from above.

On a similar server it works fine and we havent been able to pinpoint
whats different. Can it be a corrupted Defuakt User profile or
something? I tried copying it from the working server (doc. and
settings\default user) to the non-working server, but didn't help.

I don't know how env. vars are setup when running IIS/ASP.. Anybody?

Thanks,
Nicolaj



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
drlandau2

External


Since: Sep 04, 2003
Posts: 3



(Msg. 10) Posted: Fri Sep 05, 2003 6:09 am
Post subject: Re: No environment when running script on ASP page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi David,

Thanks for your response. Firstly, yes we have syncronized the password
with adsutil on both servers etc. so this should be ok.

I'm not quite sure of all the places to check the privs of the IWAM
account, but I have checked in User Right Assignments ("Access this
computer from the network", "Log on as a batch job" on both servers),
Component Services (Out-Of-Process Pooled Apps seems to be setup the
same on both servers), and both accounts are only members of Guests on
the local servers...

I tried logging in with both accounts (retrieved the passwords of the
IWAM accounts using adsutil.vbs), one the failing server no probs and
when runinng SET all env vars were set up (allthough this probably
doesn't prove anything). When trying to log on the server that it
actually works on (where the ASP page shows all env vars), I got an
error. Turns out the failing server runs in TS Appl. Mode and the server
that works (with all env vars) runs in TS Remote Adm. Mode. If this has
anything to say, I don't know.

Do you know of any other places I should check the rights and privs of
the IWAM account? I.e. where do I check the logon privileges for the
IWAM user for the medium/high isolation applications - is this in
Components Services?

I really appreciate your help!

Thanks,
Nicolaj

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: No environment when running script on ASP page 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
HELP, 404 error when running ASP on server 2003 - Hi, I have just installed server 2003, any and when I copied my old sites onto IIS, none of the ASP works, it returns a file not found error, I can view html files or aspx files, but not asp

Content replication in a web farm running IIS6 - Hi, I am not sure if this is the right newgroup to post this but here goes: I have 2 nodes in a web farm with NLB. Each is running Windows Server 2003 with IIS6. I would like to find out how to replicate web content across the nodes in the web..

Content replication in web farm running IIS6 - Hi, I am not sure if this is the right newgroup to post this but here goes: I have 2 nodes in a web farm with NLB. Each is running Windows Server 2003 with IIS6. I would like to find out how to replicate web content across the nodes in the web..

After moving web page - After moving a web page to different folder and making a new virtual directory on same machine with same IP address, users cannot connect to web site without deleting cache of internet files, cookies and all offline content. How can the server be set...

Page Fault high??? - Hello: I have been chasing a memory leak for several weeks. I noticed the Page Faults for "dllhost.exe" are over a million and the number is slowly creaping higher and higher. This seems excessively high? Does anyone know anything about &qu...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]