-
Posted to
Security
by
mybestguess
on
04-16-2009, 1:46 PM
Thank you for the information. I have been doing research and discovered that most solutions for these problems result in asp or htm (java) pages being used in the solution. Is there an easy way to or even is it possible to use .aspx pages to handle the redirect. The .aspx page can easily be written in the same manner as others ...
-
Posted to
Security
by
mybestguess
on
04-16-2009, 12:19 PM
I am trying to setup generic test certificates on a test server so I can figure out the best way to hanlde SSL on sites.
My goal is to use SSL to cause error 403.4 and then use a custom aspx page/script to configure the address to point to the correct location. whether sites require www. or domain.siteaddress information.
I ...
-
Posted to
ASP.NET Administration
by
mybestguess
on
02-16-2009, 12:20 PM
The information is stored in session variables. We are setting the CType(Session("SessionName"), Class Name).Value and the session is all the class variables. But it never caused a problem before. This conference new machines were built to handle this task and that is what the problem was. I was wondering if the ...
-
Posted to
ASP.NET Administration
by
mybestguess
on
02-16-2009, 11:26 AM
Hello,
This issue is one involving IIS and ASP.NET 2.0. I have an application what for whatever reason is keeping user CC informations saved. This is after the session information is cleared and abandoned in ASP.NET and after the IE browser is closed deleting cookie information. The problem occurrs when a user logs on and ...
-
Posted to
Security
by
mybestguess
on
11-07-2008, 11:53 AM
Thank you both for the information. I didn't think there was a logical way to resolve the issue. I proposed the option of the same authentication methods but was denied as the AD serves as the easy final say in access according to those above. Once they get tired of continuously entering in their information, they might ...
-
Posted to
Security
by
mybestguess
on
10-30-2008, 2:39 PM
I am sorry if the title is a little confusing. This is the problem. I have a site that has a user aspect and an admin aspect. The user and admin parts were developed as seperate projects but are nested sites in IIS.
The user aspect uses Formsauthentication and works fine when I navigate away from the root site and then ...
-
Posted to
Security
by
mybestguess
on
10-14-2008, 1:20 PM
Thank you. I know about the certificates but I didn't know if there was an easier solution. We have 7 certificates for 7 domains and on 3 of those domains, there are 20+ sites that need to have SSL enabled.
The only problem I saw with that is there will be a lot of custom code entered to handle redirects to https and I didn't ...
-
Posted to
Security
by
mybestguess
on
10-13-2008, 2:54 PM
It as been the recent task of our team to come up with both short and long term solutions to the concern of SSL security on our sites.
The first solution off the top of the head is to do 1 of the following 2. Either take the pain and time consuming option of coding each individual website to rediret to https to use ssl. The second ...