-
Posted to
IIS7 - Performance
by
cheinan
on
10-12-2008, 11:42 AM
I have big sized logs files on my window server 2008 that i need to clear urgently!
the location of the log files is: C:\inetpub\logs\LogFiles\
and its on 3 folders: W3SVC1, W3SVC2. W3SVC3
what is the simple correct wey to clear these files - and after to keep them allways limited to small size?
-
Posted to
IIS7 - Setup
by
cheinan
on
06-10-2008, 5:40 AM
Very good idea
solved my problem!
If there is other idea good like this one - i will be happy to hear
Thanks a lot!
-
Posted to
IIS7 - Setup
by
cheinan
on
06-09-2008, 7:31 PM
So nobody know a way to make window server 2008 Task Scheduler
auto run(schedule) aspx page without opening web browser?
seems very very weird...
because its very necessary
In window server 2000 it worked without opening web browser
but i do not remember how
I am still hoping maybe there is a way on window server 2008?
thanks
cheinan
-
Posted to
IIS7 - Setup
by
cheinan
on
06-07-2008, 5:47 PM
On window server 2008.
How do i make iis7 auto run(schedule) aspx page?
basicly i need the ii7 to run aspx.cs page every day
and execute the c# script in that page.
The only way i find(after big search) to do that is make the "Task Scheduler"
open internet explorer program that will call thet page.
But i do not want to open on ...
-
Posted to
IIS7 - Setup
by
cheinan
on
04-18-2008, 5:44 PM
you are a king!!
finally working!!
definitely was worth the effort
really thanks a lot!!
cheinan
-
Posted to
IIS7 - Setup
by
cheinan
on
04-18-2008, 4:33 PM
Yes i am sure - from the iis7 manager on the site name right click with
the mouse > manage web site > browse
it seems because both web site heve the same web.config fille
what appear with him for example in my case:
<defaultDocument enabled="true">
...
-
Posted to
IIS7 - Setup
by
cheinan
on
04-18-2008, 2:09 AM
OK... I thing i understud :
MySite1 - is the name of my site in the iis7
newdoc.aspx - is the default document
i have 2 site in my iis: advers and portals both lead to the same folder.
After running the command line 2 times one for each site i
get this code added at the bottom of the applicationHost.config:
<location ...
-
Posted to
IIS7 - Setup
by
cheinan
on
04-17-2008, 3:50 PM
Cen you please make it a littie more clear for me:
from what i understand i need to open the commend prompt
and write this command line:
%windir%\system32\inetsrv\appcmd.exe set config "MySite1" -section:system.webServer/defaultDocument -+files.[value='newdoc.aspx'] -commitpath:apphost
where:
MySite1 - ? -is the name of my site ...
-
Posted to
IIS7 - Setup
by
cheinan
on
04-17-2008, 10:51 AM
ok good i am not against that its a good solution.
so i tryed and add 2 different web sites that lead to same physical directory
the problam is each time i changed the default document for one
it changed it to the other as well
how do i determine a different default page for each one?
-
Posted to
IIS7 - Setup
by
cheinan
on
04-17-2008, 10:05 AM
You did understand my question except:
I have multiple domain host headers pointing to 1 site structure
in IIS and from these domains i do not want to redirect to seperate homepages, etc.
and i do not want redirected this to the relevant subdirectory.
Is it possible without redirecting to determine a different
default page for different domain ...