-
Posted to
IIS7 - Administration Pack
by
superdog
on
10-21-2009, 11:53 PM
I want to know what are all the fields available inside WorkerProcess table
reason is: I want to query the worker process id and worker process name.
This is very important for me. Any way for me retrieve the data?
Set oWebAdmin = GetObject("winmgmts:root\WebAdministration")
Set oW3WPs = oWebAdmin.ExecQuery( "SELECT * FROM ...
-
Posted to
IIS7 - General
by
superdog
on
09-19-2009, 10:37 AM
any know how to do it?
-
Posted to
IIS 7 - Troubleshooting
by
superdog
on
09-16-2009, 4:21 AM
It's ok, i found the issue already.
It's due to IIS WP doesn't release the resources. Once I recycle IIS, and go back to the folder, it works already.
-
Posted to
IIS 7 - Troubleshooting
by
superdog
on
09-16-2009, 12:30 AM
Happen in win server 2008.
Location is unavailable.
D:\....\testfolder is not accessible- folder corrupted issue
Access is denied.
This happen after I use a script to delete the folder but fail.
Now I not able to access testfolder.
Even I try to right click properties security to set Admin permission to this folder, ...
-
Posted to
IIS7 - General
by
superdog
on
09-15-2009, 8:38 PM
Let me explain the scenario. I am using Windows Plesk to create web hosting.
So for every new domain created. I will put the application into it. The image folder of the application need to be IIS WP writable in order for the application to work correctly when we want to add/delete file into that folder.
For every new domain creation, Plesk ...
-
Posted to
IIS7 - Configuration & Scripting
by
superdog
on
09-15-2009, 9:04 AM
I basically followed the code at http://learn.iis.net/page.aspx/163/managing-applications-and-application-pools-on-iis-7-with-wmi/
The settings are the same after creation, but it just won't work, .net language cannot run. However, when I create it manually via IIS7 interface, it works...
-
Posted to
IIS7 - Configuration & Scripting
by
superdog
on
09-15-2009, 8:19 AM
oops sorry, lack out of second portion of the code:
Here's the full vbscript code I use to run application creation + application pool.
Dim masterdomain, sitename, apath, phypath, apool, fullget
Dim oWebAdmin, strApplicationPath, strSiteName, strPhysicalPath, oApp
dim freetrialfolder: freetrialfolder= ...
-
Posted to
IIS7 - Configuration & Scripting
by
superdog
on
09-11-2009, 8:10 PM
Eg: When I open up the login.aspx page, the following error shown.
Server Error in '/' Application.
Compilation Error
Description: An
error occurred during the compilation of a resource required to service
this request. Please review the following specific error details ...
-
Posted to
IIS7 - Configuration & Scripting
by
superdog
on
09-11-2009, 7:55 PM
Hi Leo,
Here's the code. What I wish to have is: put a script into susan subfolder that will be inside a subdomain. Then turn the subfolder into application, and tied to the application pool of that domain. (iis7)
'after create subfolder, need to make it as application, and tied to application pool, then only can run
Dim ...
-
Posted to
IIS7 - General
by
superdog
on
09-10-2009, 2:16 AM
Hi Guys,
Just want some feedback, because I heard from some people saying we actually don't need antivirus in windows server, however, windows is still windows, always have more security loophole.
Do you suggest to install antivirus in windows server?
FYI, the windows server I will use it for web hosting.