-
Posted to
Configuration & Scripting
by
erikkl2000
on
11-17-2009, 11:53 AM
That is what I thought and tried that but get the following error.
403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.
-
Posted to
Configuration & Scripting
by
erikkl2000
on
11-16-2009, 10:36 PM
I am using a site for info use only. there is no web pages only directory's and PDF files.
What can i do to make the web.config file to NOT show up in the list of directory's. ?
here's the site, i will break it up so no one will think i am trying to get some rankage.
details. bla bla storefrontsystems.net
just remove ...
-
Posted to
IIS7 - Security
by
erikkl2000
on
06-26-2009, 12:59 PM
I am using one SSL certificate that has 5 different TLD on one iis 7 web server that share the same ip addres.
In order to make this work I have had to create a different port of the second TDL. So I choose 50000.
My question is what protocol is SSL ?
Is it example: TCP UDP ,,, ??
Thanks for the help..
-
Posted to
Security
by
erikkl2000
on
06-11-2009, 6:24 PM
Got it to work.
Had to create a seperate website to do a redirect from.
Create a site that was http:// only and in the url redirect did a <rewrite>
...
-
Posted to
Security
by
erikkl2000
on
06-11-2009, 6:08 PM
Hi,
Can someone share the expression code that would redirect a user from http://secure.site.com to https://secure.site.com ?
{HTTPS} <---How do i use this? with url rewrite.
I found on piece of code buy did not work for me. in the conditions it was {HTTPS} and ^OFF$
However; i could not get this to work. ...
-
Posted to
IIS7 - Security
by
erikkl2000
on
06-09-2009, 10:43 AM
Anyone ?
-
Posted to
IIS7 - Security
by
erikkl2000
on
06-09-2009, 2:21 AM
I am new to the ssl world.
I have about 20 domain names that same one website. What I have done is when the user hits any of the sites they can hop around like usual; however, if they hit the login button are add a product to the cart i do a Response.Redirect("https://secure.mydomain.com"). This works great in all browners but ...
-
Posted to
IIS7 - URL Rewrite Module
by
erikkl2000
on
05-15-2009, 12:00 PM
What are you? Some type of super hero ?? ;)
thanks !
-
Posted to
IIS7 - URL Rewrite Module
by
erikkl2000
on
05-15-2009, 11:36 AM
One of my applications I have many domian names.
Is there a way to do this with all of those domain names? Unlike the one app where i only have.
www.mycompany.com and mycompany.com
-
Posted to
IIS7 - URL Rewrite Module
by
erikkl2000
on
05-13-2009, 3:34 PM
Thank you very much !