-
Posted to
Troubleshooting
by
chrisad
on
03-28-2008, 1:28 AM
Hey-
Just checking, but why don't you start at the basic level where the problem is occuring... If you are seeing issues with cell phone software enabled then I would check the "connection" & the "internet connection" profiles.. Have you checked open connections (e.g. listening) via netstat -an?
You ...
-
Posted to
IIS7 - Setup
by
chrisad
on
03-28-2008, 1:23 AM
Hey-
I am pretty darn certain that no one from the IIS Product Group will have knowlege of this unless they are from the industry (which doesn't happen much)... I add this because I have some partial experience with this scenario and I am trying to understand what with VSS you are trying to do. Are you setting up a database on a IIS ...
-
Posted to
IIS.NET Site Feedback
by
chrisad
on
03-28-2008, 1:19 AM
Hey-
This is a bug in the infrastructure. Email iisnet@microsoft.com and they should be able to look into the problem.
Thanks.
-
Posted to
Web Deployment Tool (MS Deploy)
by
chrisad
on
03-28-2008, 1:17 AM
Hey-
You should look into iiscert.vbs that is part of the IIS 6.0 resource kit. There is the new MS Deploy tool though I have zero experience with it so I can't say whether it will "sync" like you are expecting. Try MS Deploy first, and then look into using IIsCertDeploy to automate exporting the cert and then importing ...
-
Posted to
IIS 7 - FAQ
by
chrisad
on
11-26-2007, 3:07 PM
Unless something has changed in the most recent release of the UI, Host Header & SSL support (SecureBindings) isn't supported in the UI. Just adding that since Anil commented...
-Chris
-
Posted to
IIS 7 - Troubleshooting
by
chrisad
on
08-03-2007, 7:23 PM
Nah, not at the moment... I will try and configure this tonight at home and see if I can get it to work and let you know. Maybe someone else might know...
-
Posted to
General
by
chrisad
on
08-03-2007, 5:47 PM
Ah, I see where you are going with this ...
First things first...
What are application pools? An Application pool is a process for which all code will be executed for any application assigned to it. Thus, you might have 1 website, with a single application, running in a single Application Pool. Although, you might possibly have ...
-
Posted to
Troubleshooting
by
chrisad
on
08-03-2007, 5:25 PM
I concur with Tom that we have a bunch of questions that need answered before we will know anything. The first step though is to check your IIS log files and see if you actually see the requests getting to your site - logs are in %windir%\system32\logfiles\W3SVC{Id}
After doing this, we will know if there is a proxy or something messing ...
-
Posted to
Troubleshooting
by
chrisad
on
08-03-2007, 5:22 PM
If this is a domain environment you should be able to use Group Policy to nuke the cache for the clients. This is a nasty & sticky situation for certain but the first step is to use one client and clear it and re-test. If this solves the issue then start looking into how to do the same across your network.
Something like ths might ...
-
Posted to
IIS 7 - Troubleshooting
by
chrisad
on
08-03-2007, 5:15 PM
Hey,
I can't say that I have actually used this article before but here are some steps that might get you going in the right direction. In short, though, you need to setup your local SMTP instance to use a SmartHost and point it to your Exchange server.
Step 2: Configure the SMTP Service to Relay for Internal Domains
Depending ...