Impersonation and Anonymous User
Thu, 28 Aug 2008 17:46:54 +0500
Hi All
I have a web application in which I have to start and stop different
services on local machine as well as on network machines. I have used
Impersonation to acheive the functionality. The problem I am facing is that
I have to turn off the anonymous users account on website but when I turned
on anony ...
|
SQL Injection
Thu, 28 Aug 2008 02:50:32 -0700 (PDT)
My server was badly infected by SQL Injection. It was almost eating up
my whole database every hour.
I would recommend few of the below options to be done... to make
oneself more safe.
NOTE: First use the kill char functions to validate proper input.
a) change custome erros to off
b) Update microsoft updat ...
|
Windows authentication
Wed, 27 Aug 2008 00:48:57 -0700 (PDT)
Hello,
I m having a server... having iis 6 and .net 1.1 framework.
It has about 3-4 web applications hosted on it.
Its well said we should use Windows Authentication to authenticate
windows users..
Can anyone give me idea how to use and share the sessions using
windows authentication ?
Niraj ...
|
Need of time
Tue, 26 Aug 2008 23:51:54 -0700 (PDT)
http://groups.google.com/group/saveearthforme ...
|
Problem connecting to the database after upgrading from .Net 1.1
to .Net 3.0??
Tue, 26 Aug 2008 15:51:23 -0700
I am trying to upgrade a large asp.net application from .Net 1.1 to
.Net 3.0
I'm getting an error when connecting to the database now that the app
runs as a .Net 3.0 application.
the database connection code is part of Microsoft's ApplicationBlocks,
the Data Access Block. The project is using t ...
|
unwanted URL encoding
Mon, 25 Aug 2008 14:52:02 -0700
I am writing my first .net app in vs 2008, .net 3.5 and using IIS 6. I am
filling an iframe with an external url that I create dynamically. This is
working fine except for the fact that my url is encoded - in specific the &
of the querystring in my url is now &
So basically this: http://someurl.com?query ...
|
Routing Userrights to another ASP.Net Webapplication
Mon, 25 Aug 2008 15:11:29 +0200
I've got a ASP.Net Application, whos running on an IIS with integrated
security. This Application offers a download for documents who are not
hosted in the ASP.Net Application. It's hosted on a several SharePoint
Server and all servers are in the same domain. A User has access to both of
the Server.
I want ...
|
|
|
RSACryptoServiceProvider - Low disk space issue
Mon, 25 Aug 2008 05:30:02 -0700
Hi,
I am developing an asp.net 2.0 application in which I have requirement of
password encryption and decruption. I am using RSACryptoServiceProvider class
to encryot/decrypt. I have my own private and public keys. Since few days I
have very low space on my C drive and I observed that due to low space
RSA ...
|
AzMan Caching Issue
Fri, 22 Aug 2008 15:31:00 -0700
Has anybody encountered issues with AzMan caching? I'm using Active Directory
for my store.
I keep my AzAuthorizationStoreClass and my IAzApplication2 instances in
static variables that I initialize in my static constructor. The client
context is created on each ASP.NET page request.
If I assign a user t ...
|
Testing web security
Tue, 19 Aug 2008 04:31:13 -0700
Hi All,
As we all aware writing secured application is vital to the development
.
Based on the security settings & configuration files , IIS will allow or
reject the contents to the browser .
I am interested access the contents being transferred via wire to the
client .
Please help me how can ...
|