-
Posted to
IIS7 - General
by
zzhumphreyt
on
02-16-2007, 1:49 PM
Thanks for replying Bill.
My error was within the <applicationPools> section.
<add name=''DefaultAppPool'' autoStart=''true'' managedPipelineMode=''Classic''><processModel identityType=''NetworkService'' userName=''win\humphreyt'' password=''[enc:IISWASOnlyRsaProvider=:enc]'' pingResponseTime=''00:05:00'' /></add>I ...
-
Posted to
IIS7 - General
by
zzhumphreyt
on
02-16-2007, 10:34 AM
I'm having the same issue, only I upgraded from Vista Business to Vista Ultimate. None of my web sites work and when I go to IIS Manager and click on my web site it says the password attribute is invalid in my ApplicationHost.config.
Just a wild guess here, but are the passwords being encrypted in the configuration file with a key that's tied to ...
-
Posted to
IIS7 - General
by
zzhumphreyt
on
01-30-2007, 1:59 PM
I'm running Vista Business, 6.0.6000 N/A Build 6000 (from the systeminfo command)
That's a bummer about needing that user right but not being allowed to because of a domain policy. Is there no way around this, short of asking my system administrator for permission?
-
Posted to
IIS7 - General
by
zzhumphreyt
on
01-30-2007, 11:01 AM
Only 2 of the 4 errors I listed before had anything in the Binary field of the EventData node, I'm assuming this is the error code.
Event 1026, IIS-W3SVC had this06000780
Event 5021, WAS had this69050780
I'm just copying and pasting what was in the XML, I didn't reverse the bytes or anything.
-
Posted to
IIS7 - General
by
zzhumphreyt
on
01-30-2007, 9:11 AM
Hey, thanks for replying.
Yes, my machine is a member of the domain. I tried the three commands listed, they seem to be the same thing the GUI provides. After doing this I ended up with 2 errors and 1 warning in my event log:
Event 1026, IIS-W3SVC (Error)The World Wide Web Publishing Service (WWW Service) encountered an error ...
-
Posted to
IIS7 - General
by
zzhumphreyt
on
01-25-2007, 4:03 PM
I was just about to make a thread about this! I thought I had installed IIS7 wrong because I could find nothing about logging in the GUI, glad to see it's not just me. (Personally I think IIS7 is still a little rough around the edges.)
Can you, or someone, explain how to customize what gets logged by using the configuration files?
-
Posted to
IIS7 - General
by
zzhumphreyt
on
01-23-2007, 12:41 PM
I'm trying to set the identity of an application pool to a specific user and have had nothing but problems. I found an article mentioning 3 user policy settings to give to the account I want to use, http://beyondthispoint.blogspot.com/2006/04/setting-up-iis6-application-pool.html; I know the article is for IIS6 but I haven't found much info ...
-
Posted to
IIS7 - General
by
zzhumphreyt
on
01-11-2007, 5:43 PM
Hey, thanks for replying.
I don't have the firewall on my computer turned on so I don't think that's the cause. I didn't mention earlier that I can run the offending program from a command window on my machine and it can connect to another server fine. I've been doing some more testing and discovered that if I move the program from ...
-
Posted to
IIS7 - General
by
zzhumphreyt
on
01-11-2007, 12:33 PM
I have an ASP.NET application that launches a process on the server, via the Process class, and under IIS 7 the application I'm launching says it has a socket creation error when connecting to another server. This program is a third-party app so I can't look at the source code and debug it. This whole setup worked before on my old ...