all groups > asp.net security > july 2006 > threads for july 8 - 14, 2006
Filter by week: 1 2 3 4 5
How can we fire the db method when user reads the email
Posted by srinivas at 7/14/2006 2:07:21 AM
Hi,
We have developed a project in .net. Now our customer is asking
when ever we open a email (that is sent from our application ) we need
to insert a record in a database table. When user reads the email we
need to insert a record in the database.How can we fire the db method
when us... more >>
Programatically change authentication mode at startup of web app?
Posted by compurhythms NO[at]SPAM gmail.com at 7/13/2006 2:39:50 PM
Is there any way to change the authentication mode of a web app during
startup, say in the globl.asax.cs file? (if you are using c# of
course).
I have a situation where in some cases I need to use forms
authentication and sometimes I need windows authentication. They both
work fine stand-alo... more >>
Read/Write/Modify actions needed on a remote server.
Posted by chris at 7/13/2006 11:21:41 AM
Hello,
I do not have much expertise in the security area, especially when it
comes to Windows Authentication.
We have a Win 2003 server that runs the ASP.NET 2.0 Web application.
I have a simple page that needs to access the directory info on a
remote server and if the directory does not ... more >>
Website Administration has errors
Posted by Herb at 7/13/2006 10:13:02 AM
Using the Website...ASP Configuration tool, when I try to do anything in
"Security" I get the following error. Using Forms ID and a CreateuserWizard,
I am able to creat users through my websote, but not on the Admin website.
Error:
An error was encountered. Please return to the previous pa... more >>
Asp.Net 2.0 Forms Authentication question
Posted by Dennis at 7/13/2006 8:27:59 AM
I am using form authentication in a website. I have images on my
Login.aspx page which is registered as my loginUrl. However the images
that are supposed to show up on the Login.aspx page are blocked. Is
there a way that I can specify that the images should not be blocked?
Thanks
... more >>
Impersonation fails when loading rom third party assembly
Posted by Jeroen van Onzen at 7/13/2006 2:17:02 AM
Hi guys,
I posted this question first in the wrong newsgroup (.net.security), but
this is an asp.net question (i guess). Sorry ...
I am developing a web application. When I try to connect to an Analysis
Services 2005 server everything works fine. When I try to connect to an
Analysis Se... more >>
forms authentication redirect problem
Posted by Janette at 7/13/2006 12:00:00 AM
Hi All,
I am developing using ASP.NET using VB on .NET framework 1.1.
I have an application that uses forms based authentication. When the session
times out and sends the user back to the login page, I see that it populates
a return_url value and adds it to the url. Such that when the user... more >>
Asp Administration Console
Posted by Dzemal Tipura at 7/12/2006 1:56:00 PM
Hi I have a few questions about Admin Console in ASP 2.0
1. When I create user thought console is save him to aspnetdb file in
app_data folder. When I public web site do I have to copy on web server that
folder and that two files .mdf and .log?
2. How can I add extra fields when creating new u... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Credentials not passed on when using ASP.NET
Posted by Jay-nospam at 7/12/2006 12:12:39 PM
Hi there,
I am having trouble getting an ASP.NET web application to connect to another
computer and passing the proper credentials and I hope someone can help me.
I have a stand-alone Windows 2003 Server, ServerA, running as a Web Server
that uses ASP.NET. The default.aspx file tries to acce... more >>
Mixed Windows Domain and SQL Server Membership in 2.0
Posted by p_jacobse NO[at]SPAM hotmail.com at 7/12/2006 8:49:16 AM
I've got a website where I am using 2.0 Membership services. I am
using the SqlMembershipProvider to store information about my users and
their membership to my site.
What I would like to do, though, is allow domain users within my
network (i.e. Windows authentication) to access the site with... more >>
membership provider for the sam database
Posted by Jerry C at 7/12/2006 5:49:01 AM
Is there a membership provider for the sam database on a Windows 2003 server
in the workgroup configuration. (No Active Directory). The out of the box
providers seem to be only for SQL and Active directory.
Thank you,
Jerry
--
Jerry ... more >>
using AuthorizationStoreRoleProvider directly without activating the rolemanager?
Posted by Jéjé at 7/11/2006 9:07:37 AM
Hi,
I want to use the AuthorizationStoreRoleProvider class using my own code but
NOT to authenticate and authorize the users in my current web application,
only to manage some security part of my active directory.
In my web.config, I have added some configuration information (like the
co... more >>
ASP.Net DropDown Security
Posted by anoop at 7/10/2006 3:33:02 AM
Hello,
I have .aspx page which has a dropdown. The Dropdown has 10
values. Now If I say Select 10th Value at client Side , submit the form and
Intercept the Form by using an Intercepting proxy (BURP PROXY). Now if I
change the corresponding passed value of dropdown to an invalid va... more >>
Web service using Access database
Posted by tjfdownsouth at 7/10/2006 12:45:01 AM
I have a web service that uses an access database. On the local machine it
works fine but if i try to open the real database on the server it says the
path is not valid.
For local access is us a user for the local box but for the server access
it use impersonation of a domain user with acce... more >>
How to deploy ASP.Net applications
Posted by Saeid Bagheri at 7/8/2006 12:00:00 AM
Dear friends
i have made a web application by using ASP.Net 2003.
We use it in our compnay.
Now i want to sale this application to another company also.
Currently all files including .vb,.rpt,.xsd,.resx,.aspx are in WWWRoot
folder in my server.
I am very worry about my application source beca... more >>
|