-
Posted to
General Discussion
by
EssCee
on
11-24-2009, 10:27 AM
I'm getting a bit further i think. Im running Vista and i decided to run the log parser on the server im targetting. The above code works.
So it could mean that you cant copy a log from one machine and then convert it on another or this cant be done on Vista.
Does anyone know how to overcome this? (Allow to run code against an evt file that ...
-
Posted to
General Discussion
by
EssCee
on
11-24-2009, 9:14 AM
I have a security event log that i have copied to a location (C:\Test for example). I am attempting to convert it from this location into a CSV file. The code i have is:
logparser "SELECT * INTO Output.csv FROM c:\Test\lgf.evt" -i:EVT -o:CSV
but doesnt seem to work. Could anyone shed any light here?
Thanks
I forgot to mention if ...
-
Posted to
Configuration & Scripting
by
EssCee
on
10-19-2009, 11:00 AM
I just want to clarify if were on the same lines as i think we may have our wires crossed or i could have misunderstood you.
I have a server using IIS on port 80. So when a user types
http://server
this displays the default IIS homepage (Under Construction).
I have a second IIS site using port 1234 on the same server. When a user ...
-
Posted to
Configuration & Scripting
by
EssCee
on
10-19-2009, 10:25 AM
The default port (80) is used by other applications. So i would like something.com to go to an IIS site on a separate port - this doesnt happen at present??
Please note, port 1234 is just an example for this thread purpose.
-
Posted to
Configuration & Scripting
by
EssCee
on
10-19-2009, 9:53 AM
Server: WS2003 with IIS + all updates
Ive configured DNS so that when a user types something.com it automatically forwards to our server.
The server it forwards to has IIS installed with two sites. One is the default and other is something.com using port 1234 (example).
What i would like to do is for the user to type something.com ...
-
Posted to
Publishing
by
EssCee
on
05-11-2009, 10:39 AM
Yes intranet.com is an example, but i didnt want to confuse this example.
I prefer to know this myself as i would like to see the process involved. Could you redirect me to an article to help with this or another newsgroup? Asking others means i never get to see what happens so would like to experience this myself.
Thanks
-
Posted to
Publishing
by
EssCee
on
05-11-2009, 5:43 AM
Thank you. With regards to question 2, i cant still figure out what im doing wrong. I go onto our DNS server i see a few entries i.e. domain.local.
So do i now need to create an entry called intranet.com inline with domain.local?
-
Posted to
Publishing
by
EssCee
on
04-28-2009, 12:02 PM
I have a site developed in VS 2008. Were using Windows Server 2003. Ive installed IIS which is used for multiple purposes. I now need to host a site without effecting the other sites.
1. Reading around i believe i need to setup a separate static IP address, the server already has a static IP address. I guess i can do this via DHCP, but what if i ...
-
Posted to
Security
by
EssCee
on
04-28-2009, 11:07 AM
For testing purposes ive installed IIS on Windows XP + all updates. How could i configure so when a user attempts to access the FTP, it will require a username and password?
If im correct and all i need to do i untick the check box Allow Anonymous Connections (under security) then how do i specify an account that is allowed to access the ...
-
Posted to
Publishing
by
EssCee
on
12-29-2008, 11:30 AM
Thanks that answers half the question what about the DNS part?