| Thread | Last Post | Replies |
|
| forms based authentication in mixed asp / asp.net environment | 25 Jan 2005 17:09 GMT | 1 |
Is is possible to use forms based authentication in a mixed asp / asp.net environment? If so, can someone give me some ideas what I would have to do in my classic .asp pages to get them to function with forms-based authentication? Code examples would be greatly appreciated.
|
| Serviced Component runs under ASPNET, not specified account | 25 Jan 2005 12:08 GMT | 3 |
Cross posting since I had no reply yet from microsoft.public.dotnet.framework.component_services Hi all, I have an ASP.NET app and a Serviced Component that runs within a COM+
|
| Use Dpapi with Shared Asp.Net Web Host? | 24 Jan 2005 22:30 GMT | 2 |
i wrote a couple of DPAPI tools (extended the ms impl, a command line tool .. and a ASP.NET frontend) - just upload the single aspx file to the server and you can encrypt whatever strings you like with DPAPI...don't forget to secure that page (or better delete it when you are ...
|
| Frontpage Server Extension a security problem? | 24 Jan 2005 22:11 GMT | 3 |
Some years ago we were told by Microsoft that Frontpage Server Extension outside the firewall could be a possible security hole. Maybe some has invented a password guessing program that use Frontpage Server Extension. Is Frontpage Server Extension still a security problem?
|
| Use Dpapi with Shared Asp.Net Web Host? | 24 Jan 2005 21:29 GMT | 4 |
I'd like to use an encrypted database connection string. I'd also like use an encrypted set of customer tables with a symmetric algorithm (and a secure symmetric key) generated by .Net in my sql server database from asp.net code stored on a shared host asp.net server.
|
| Checking IsAuthenticated for new ASP.NET session | 24 Jan 2005 14:08 GMT | 2 |
How can I check to see if a user has previously been authenticated with FormsAuthentication on a page that is defined as viewable by everyone in web.config? For example, index.aspx and login.aspx allows everyone to see it via
|
| redirecting to specific webpage after logging in - ASP.NET 2.0 | 24 Jan 2005 14:06 GMT | 3 |
I am new to ASP.NET and have been developing a database driven website, which until now has been painless. The one roadblock I am encountering is using the login control. What I would like to do is have a login page where a user enters their login
|
| Wininet Authentication Problem | 24 Jan 2005 09:32 GMT | 2 |
Can anyone help? We have an internal web application which uses a proxy to handle user authentication. Sessions, and Authentication are handles by a client side cookie.
|
| Calling a webservice using Kerberos | 24 Jan 2005 04:33 GMT | 2 |
I'm writing a webpart which is supposed to connect to a Webserice in our interanet.I am using "RSService.Credentials = System.Net.CredentialCache.DefaultCredentials;"to Authenticate to the webservice.but it dosn't work.why?
|
| window authentication against ADAM users | 24 Jan 2005 03:44 GMT | 3 |
Has anyone know how to do window authentication against ADAM users? Thanks for any reply Ann
|
| GUID question | 22 Jan 2005 19:28 GMT | 3 |
What is a GUID exactly. Is it a unique identifier that the environment assigns you or does it take your password and encrypt it? Does it correspond with a value in the database for validation (such as a password field)?
|
| customizing validation script-injection error page. | 21 Jan 2005 17:48 GMT | 1 |
I think i've googled to the end of the internet, but just can't find any resources to tell me how to customize the glorious error message that says: Server Error in '/Code' Application. A potentially dangerous request.form value was detected from the
|
| Access remote xml file using Credentials | 21 Jan 2005 01:36 GMT | 7 |
Hi I'm trying to access an xml document outside my site root to do some manipulation and I'm getting an error (on the while statement): The remote server returned an error: (401) Unauthorized.
|
| Roles in encrypted cookie, security problem? | 20 Jan 2005 20:43 GMT | 3 |
I was just looking over a few samples of role based security in combination with forms based authentication. The samples I find seem to store an encrypted list of roles in a cookie like this: (Code snippet taken from Code Project article by Heath Stewart)
|
| InteropServices.COMException: Access is denied | 20 Jan 2005 19:10 GMT | 1 |
I want to create a virtual directory when a user has filled a form on an ASP.net page. It works well on my dev server, but when I try it on my production server, it fails. I got this error: System.Runtime.InteropServices.COMException (0x80070005): Access is denied
|