Form Authentication (redirect to https)
Mon, 30 Jun 2008 16:16:55 -0700
We are using forms authentication for security within our web app. Within
the web.config file, we have the logonURL set to "https://www.mysite.com" so
that if the user gets to the login page via http, they will be forced to
https version.
We do this same redirect on other websites without any problems, but ...
|
PHP login page for ASP.Net application.
Tue, 24 Jun 2008 08:47:03 -0700
Our site currently authenticates people using a php page on our IIS 6 (or 5)
site.
Basically this page takes their login information (user name and password) to
see if they are in our Active Directory. Most of the current pages use php.
We are building a couple aspx pages using .net 3.5 that we can host on ...
|
SocketPermission granularity in .config files
Sat, 21 Jun 2008 11:56:01 -0700
I'm hosting a server which will have some sites which talk to some MySQL
servers, I'd like to run in medium trust but additionally have to open up the
SocketPermission priviledge as it is needed by the MySQL connector. I
currently have this in the .config file...
<IPermission
...
|
Forms Authentication for only one folder
Sat, 21 Jun 2008 07:29:02 -0700
I am using Forms Authentication on a website. Iâ??d like to configure it to
allow anyone access to the entire site with the exception of one folder. In
that one folder Iâ??d like to limit it to users with logins. How do I setup my
web.config file for this? ...
|
FormsAuthentication Session Cookie
Fri, 20 Jun 2008 09:00:01 -0700
I am using a custom forms auth, which sets up the session and authcookie, on
session time out the content of the session is being cleared which is what i
expect, im my global.asax on session timeout i call
FormsAuthentication.SignOut() to clear down the authcookie.
but this does not seem to happen as when t ...
|
HttpWebRequest on an encrypted page
Thu, 19 Jun 2008 07:59:02 -0700
I'm trying to do an HttpWebRequest on an encrypted page but it's returning an
empty XML document. When I go to the same link in IE I see all the XML. Any
ideas?
Thanks ...
|
Problem using a UNC Path within a COM component in asp.net
Thu, 19 Jun 2008 21:05:00 +1000
Hi
I would appreciate any help that would shed some light on this problem...
I have a com dll that is an API to another application. The initialize
routine of the object requires the path where the data files are located, to
be passed in as a parameter. This works fine when the data folder in on the
same ...
|
|
|
Mixed Authentication, ASP.Net 2.0, IIS 5.0
Wed, 18 Jun 2008 15:45:00 -0700 (PDT)
Can someone point me to a ~working~ example of using mixed
authentication in an ASP.Net 2.0 website?
I have been screwing around with this all day and I am no closer to a
solution. It seems to me that this sort of thing should just be "built-
in." I can't believe that after 10+ years of ASP.Net and IIS that
t ...
|
Same Here
Wed, 18 Jun 2008 15:12:11 -0700
I spent hours frustrated with how a simple postback was not working running locally. But it works normally on a different web server.
A configuration tip or work-around will be appreciated. ...
|
Impact of Verisign Timestamping Service on ClickOnce deployed Apps
Wed, 18 Jun 2008 14:19:22 -0700
We have a number of applications that are deployed using ClickOnce and we use
the VeriSign timestamping service. The VeriSign timestamping service is being
upgraded to use SHA-1 instead of MD5 and I need to gauge how this will affect
our applications.
From what I understand when the application is signed th ...
|