-
Posted to
IIS 7.0 - PowerShell
by
gpuja
on
03-24-2009, 1:18 PM
You are correct - there seemed to be something wrong with the certificate. Adding it through the UI gave me a weird error. I tried another certificate and it worked with the PS command.
I'd like to know how to tell that 1312 was the error code returned by netsh in this case? What is the best way to debug/understand errors in ...
-
Posted to
IIS 7.0 - PowerShell
by
gpuja
on
03-24-2009, 2:18 AM
[quote user="thomad"]
Can you send the output of the commnand "netsh http show ssl"?
Thanks,
[/quote]
PS IIS:\SslBindings> netsh http show ssl
SSL Certificate bindings:
-------------------------
...
-
Posted to
IIS7 - General
by
gpuja
on
03-23-2009, 2:22 AM
Hello,
In our Server Product, we have a bunch of web-services (~10 to 12) that we deploy on IIS. These web-services:
· Provide different functionalities
· Sometimes have different authentication ...
-
Posted to
IIS 7.0 - PowerShell
by
gpuja
on
03-22-2009, 3:03 AM
Hello,
I am a PowerShell newbie ...
I have a website with the following binding:
https ps.proto.com 500 *
I also have a certificate in the MY store. I am trying to associate the SSL certificate with this binding using the following command, as specified in the PowerShell Walk-through and receiving the error below:
PS ...
-
Posted to
IIS7 - URL Rewrite Module
by
gpuja
on
03-11-2009, 4:01 PM
Hello,
I have some Application Request Routing/URL Rewrite rules that I set up using the IIS Manager interface. But now I would like to script the creation of these rules. My understanding is that I can do this via Powershell, MWA, WMI Provider, etc.
Can someone point me to any documentation (Blog articles, websites, samples, docs) ...
-
Posted to
IIS7 - Setup
by
gpuja
on
03-03-2009, 5:21 PM
Hello,
Up until now, we have used Wix support for IIS6 in our MSIs to install our components on top of IIS6. Now we are moving to IIS7 and need to figure out our setup story. My understanding is -- while Wix still works with IIS7, however, it requires that the IIS6 Management Compatibility pack must be installed. My ...
-
Posted to
IIS7 - URL Rewrite Module
by
gpuja
on
02-24-2009, 10:40 AM
Hello, I have a site that has two apps, each running in their own Application Pool (and the Default Website itself running in its own Application Pool):Default Web Site (running on FQDN) – running in Default App Pool
Cc (app) – running in Cc App Pool
Aa (app) – running in Aa App Pool
I have the following bindings for the site:
https, ...
-
Posted to
IIS7 - General
by
gpuja
on
02-24-2009, 3:25 AM
Hello, I have a site that has two apps, each running in their own Application Pool (and the Default Website itself running in its own Application Pool):Default Web Site (running on FQDN) – running in Default App Pool
Cc (app) – running in Cc App Pool
Aa (app) – running in Aa App Pool
I have the following bindings for the site:
https, ...
-
Posted to
IIS7 - General
by
gpuja
on
02-20-2009, 12:56 PM
Hello,
I am receiving the following error when trying to access an application deployed on my Default website. I get prompted for credentials, enter them and press <Enter>. I see the credentials prompt again, with the credentials already filled in. Press <Enter> and the same thing happens again. Finally ...
-
Posted to
IIS7 - URL Rewrite Module
by
gpuja
on
02-17-2009, 12:50 PM
Hello,
I need to do some processing in my ISAPI Filter (configured at the website level) based on the URL of the request. Also, I need to rewrite the URL using some global rules defined in applicationHost.config for the URL Rewrite Module. My expectation is that the URL Rewrite Module will process the URL first and only then my ...