-
Posted to
IIS7 - URL Rewrite Module
by
Peter Smith
on
09-28-2009, 5:31 PM
I allow my visitors to order tickets. This whole process runs via https.
Now if a user gets to my site via regular http, like so:
http://www.mydomain.com/buy-tickets/eventname?<maybe some more parameters>
I want to redirect him to https, basically preserving the entire url like above, but just changing http to https
This only needs to ...
-
Posted to
IIS7 - URL Rewrite Module
by
Peter Smith
on
09-26-2009, 11:15 AM
Okay, I read your article!
Cool stuff.
I now have this:
<handlers>
<add name="WildCard" path="*" verb="*"
...
-
Posted to
Security
by
Peter Smith
on
06-10-2009, 9:20 AM
I have WinXP Pro (so only one website allowed in IIS)
I tried installing a SSL certificate using these instructions.
http://www.somacon.com/p42.php
When I go to http://192.168.0.103/default.aspx my site works as normally
However, if I go to https://192.168.0.103/
I get this error:
Secure Connection Failed
...
-
Posted to
Extensibility
by
Peter Smith
on
07-06-2007, 6:05 AM
I need feedback if my approach on the following situation is correct:
I want my site to have dynamic subdomains with extensionless urls.
So, a user may type "name.mydomain.com/language/page" e.g. "peter.mysite.com/en/blogs"
(the name part in the url may be the name of a group or the name of a user)
So lets say we have a group ...
-
Posted to
General
by
Peter Smith
on
07-03-2007, 10:39 AM
Someone told me that IIS should be configured for IP based web site mappings...
What does it do and how can I configure it?
Thanks!
-
Posted to
Classic ASP
by
Peter Smith
on
03-04-2006, 7:30 AM
So would you then put this updating of a record (LastActivityDate field) in the global.asax under the Application_BeginRequest method?
Or where else?
Thanks!
-
Posted to
General
by
Peter Smith
on
07-30-2005, 12:38 PM
Im have installed the .NET framework 2.0 beta 2 with the MS installer...However, on the ASP.NET tab under IIS6.0 the (disabled) version dropdown box only shows 1.1How can I switch to 2.0 here?!I think this is also the reason I keep getting this message when I try to approach my website (developed under 2.0):PLEASE HELP!!!
Server Error in ...