AzMan FileNotFoundException
Thu, 4 Sep 2008 00:23:06 -0700 (PDT)
Hello,
I'm trying to work through the example found at:
http://msdn.microsoft.com/en-us/library/ms998336.aspx and at first it
seems to work fine. But after a reboot I always seem to get a
FileNotFoundException message with an error code of 0x80070002.
This is installed on my local XP Pro SP3 box using ADAM ...
|
problem with Memebership - access is denied for some windows user
Wed, 3 Sep 2008 14:12:01 -0700
Hi,
My application is using login membership controls to log in users. The
provider is a sql server and we have no problem creating users and loging in.
However, when a user is logging into the application he gets to the first
screen and then, upon the firstpostback he gets "access is denied... Error
messga ...
|
Re: Impersonation and Anonymous User
Sun, 31 Aug 2008 03:53:35 -0700 (PDT)
On Aug 31, 12:52 pm, Alexey Smirnov <alexey.smir...@gmail.com> wrote:
> On Aug 28, 2:46 pm, "msnews.microsoft.com" <f...@amfcosystems.com>
> wrote:
>
> > I want both anonymous user and impersonation to work at the same time
> > on same web application.
>
> Don't you think it is absurd? It's clear why you need ...
|
asp.net data authentication
Fri, 29 Aug 2008 13:14:01 -0700
My requirement is this, I need to be able to have personnel sign data with a
smart card. For instance I would like to place a text box and a button on a
page and have a user pick on the button provide the pin for smart card and it
will put their digital signature in the textbox. The reason for this is for
...
|
What's best practice for connecting to a Sql Server database
Fri, 29 Aug 2008 10:35:20 -0600
Hi;
Back in the old old days of .NET 2.0 on IIS 7 the best practice was
that the web app ran under a user that had very weak rights and the
connection string had the uname/pw to connect to the database.
We are now moving up to Windows 2008 and IIS 8 and I have a developer
here telling me that best practives ...
|
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 ...
|