-
Posted to
Security
by
kckriegs
on
04-17-2008, 5:35 PM
The db that supports our companies ecommerce is filling up with this url. We seem to be victims of a sql injection attack. Is anyone else experiencing? How are you resolving? We just happened to see this data...are there other adverse affects to resources other than data?
Any shared experience would be helpful!
-
Posted to
Security
by
kckriegs
on
02-22-2008, 10:38 AM
Hello, I am attempting to query the IIS metabase on a remote machine using VBScript. Here is a sample script.
dim oWebSite
set oWebSite = GetObject("IIS://RemoteMachine/W3SVC/3")
wscript.echo "Site Name = " & oWebSite.ServerComment
When I try to run the script I get an error:
c:\scripts\test.vbs(3, 1) Microsoft ...
-
Posted to
Configuration & Scripting
by
kckriegs
on
07-19-2007, 10:37 AM
Never mind, it goes like this:
set objFile = GetObject("IIS://Localhost/w3svc/10/root/myapp/myfile.rtf
objFile.HTTPRedirect = http://someothersite.com/newfile.rtf, EXACT_DESTINATION
objFile.setinfo
-
Posted to
Configuration & Scripting
by
kckriegs
on
07-18-2007, 5:36 PM
Our customer is launching a new site, and they want it to replace an old site. Trouble is, they like the search engine position of the old site. They want a bunch of individual pages to be redirected to the new site.
I can do this by navigating to a file in IIS for the old site, and setting redirection to a URL.
I want to do this for 200+ ...
-
Posted to
Configuration & Scripting
by
kckriegs
on
07-17-2007, 2:31 PM
Thanks for the clarification. I will download metaedit. Yes, I am running as an administrator
-
Posted to
IIS.NET Site Feedback
by
kckriegs
on
07-16-2007, 12:12 PM
I post blanks and get javascript errors when I attempt to post from the platform above. When I move over to my XP SP2/IE 6.0.2900.2180... laptop, all is well. What gives?
-
Posted to
Configuration & Scripting
by
kckriegs
on
07-16-2007, 12:08 PM
We have a script for installing 1...N virtual directories under 1...N sites. It's an okay script that usually works. Recently it failed, throwing an error in the command console that looks like this:Error at . The err number is: -2147024713. Err Description:...
Not particularly helpful. The script is smart enough to check if the virtual ...
-
Posted to
Configuration & Scripting
by
kckriegs
on
07-16-2007, 12:03 PM
-
Posted to
Configuration & Scripting
by
kckriegs
on
06-19-2007, 12:45 PM
-
Posted to
Configuration & Scripting
by
kckriegs
on
05-28-2007, 7:40 PM
Where do I find those vbscripts? I couldn't find them in c:\windows\system32\inetsrv
Also, what's the default setting in iis5? iis 6, per metabase.xml is about 4mb.