all groups > asp.net security > december 2005 > threads for december 1 - 7, 2005
Filter by week: 1 2 3 4 5
Error in accessing shared folder database file in ASP.net
Posted by BizWorld at 12/7/2005 4:53:07 PM
i have an access 2000 database in a shared folder at network. i have to pull
data out of it to process.
If i use Window application, it worked fine. but i need to use it in
ASP.net. OleDB Connection fails and say
it is not a valid path or make sure file exist. I added identity impersonate
... more >>
Authenticate Domino Directory user through an ASP.NET page
Posted by gabriel.salama NO[at]SPAM gmail.com at 12/7/2005 2:23:20 PM
I am desperately trying to create a login page in ASP.NET in which a
user can be authenticated against a Domino Directory but for the life
of me, I cannot even find anything remotely close to this on the
internet. It's like nobody has ever needed to do this.
I already did it in a ColdFusion pa... more >>
Membership provider with ADAM
Posted by Bais at 12/7/2005 12:46:02 AM
I'm trying to use ADAM as the membership provider for my app. I've created a
new adam instance with O=test and I imported all the four ldf-files during
the install. I added the following to my web.config:
<connectionStrings>
<add name="ADAMServerLDAP"
connectionString="LDAP://localhost:... more >>
Shared Hosting
Posted by Mike Parris at 12/6/2005 7:03:35 AM
How secure is the .net framework in a shared hosting enviroment?
I am discussing running a .net application with a hosting company and they
are reluctant to allow the aspnet user account write access to a folder
within my site. They are saying that this is insecure. I believe that they
are ... more >>
Asp.net 2.0 Authoritation by roles
Posted by Juan Puebla at 12/5/2005 10:47:02 AM
Hi,
I try to redirect users to specific pages depending on roles:
If Membership.ValidateUser(TextBox1.Text, TextBox2.Text) Then
'Membership.ValidateUser(TextBox1.Text, TextBox2.Text) Then
Dim encryptedStr As String
Dim cookie As HttpCookie
... more >>
Impersonation headaches with ASP.NET 2.0 -- help!
Posted by cider123 NO[at]SPAM hotmail.com at 12/5/2005 6:16:02 AM
>From what I have read, my best guess is the LogOnUser method of
Win32API is the culprit here.
An article I ran across talked about:
- - -
On the Windows NT and Windows 2000 platforms, the account under which a
program is running requires the Windows SE_TCB_NAME privilege to call
LogonUser... more >>
ASP.NET 2.0 with ADAM - problem
Posted by news.blueyonder.co.uk at 12/3/2005 4:24:11 PM
Hi,
I'm having problems with ASP.Net 2.0 web site connecting to AD Application
Mode instance for role management. I have been following the example shown
at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000018.asp .
Now, this works a treat when I run the we... more >>
mshtml & web browser from dotnet service
Posted by NG at 12/2/2005 3:34:03 PM
Hi All
This is a post further to my previous problem that I solved with the help of
my friends at csharp group.
I have a UI application that has a web-browser. When this application is
run with the URL as one of the command parameters, this application accesses
the web page in its web browse... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Security Exception when run asp.net under sharepoint site
Posted by g4685034 NO[at]SPAM cc.cpe.ku.ac.th at 12/2/2005 4:23:13 AM
Hello,
I create asp.net page using vs.net2003. It calls win32 function
(P/Invoke). It works fine. But when I deploy it under sharepoint site
and exclude path, it produces security exception when calling win32
function. It should come from sharepoint because in other website in
the same machin... more >>
Need help configuring security and role management settings for website
Posted by Philipp Lenz at 12/1/2005 11:57:51 PM
I'm completely new to ASP.Net 2.0 and I'm baffled about what to do to
get this to work.
FYI, I'm not new at this, I've used asp.net 1.1 for allmost 4 years
now.
I'm running a development machine running Team Foundation Server,
VS.net 2005 Team Suite and SQL Server 2005, all freshly installe... more >>
ASP.NET 2.0 Membership Provider Customization
Posted by Oldman at 12/1/2005 7:49:01 PM
I think I know the answer to this but I want to make sure before I take the
plunge of implementing my own MembershipProvider.
All I want is a few extra fields to be stored along with the user
information. I really would like to avoid implementing a whole membership
provider just for a few... more >>
Button not working under secure site
Posted by Rob at 12/1/2005 11:30:28 AM
Hi:
We are having an odd issue with a button not firing in ASP.NET on our
login page. Nothing happens, nada. This only happens when we access
the site via https:, works great from our non-secure url (Same code,
same directory), so pretty sure this is a SSL related issue. The
validators on... more >>
FormsAuthentication across applications on differents machines
Posted by Portos75 at 12/1/2005 6:52:04 AM
Hello,
I'm implementing a single sign on for 3 applications in intranet with
aspnet1.1:
http://machine1.es.group/App
http://machine1.es.group/App2
http://AnotherMachine.es.group/App
I've read about FormsAuthentication accross aplications and i have in all
webconfigs the validationkey,... more >>
Problems uploading files with HTTPS
Posted by Oscar F at 12/1/2005 2:22:02 AM
Hi,
I need to upload files from the client to the server in an application done
with ASPX and .NET (IIS 6.0).
When uploading these files with HTTP, I have a default size limit of 4 MB
that I could change with the parameter maxRequestLength.
The problem is when uploading files with HTTPS. Th... more >>
|