all groups > asp.net security > march 2005 > threads for march 29 - 31, 2005
Filter by week: 1 2 3 4 5
Doubt in Forms authentication configuration settings
Posted by Naveen Kumar at 3/31/2005 8:31:01 PM
In Asp.net forms authentication. In order to restrict certain files from
anonymous users the settings in web.config should be
<deny users="?"/>
which will not allow anonymous users.
My doubt is, Though .NET classes are able to detect the difference between
the anonymous users and authenticate... more >>
ASP.NET Application intermittently fails to start
Posted by howard39 NO[at]SPAM nospam.nospam at 3/31/2005 9:53:05 AM
We have deployed an ASP.NET application on 20 servers in different locations,
and it is used daily by about 300 users around the country.
Every couple of weeks at one location or another, users cannot get into the
application. The Default.htm redirection page displays, but then, instead of
... more >>
Windows and Forms Authentication together ???
Posted by (cmrchs NO[at]SPAM yahoo.com) at 3/31/2005 6:56:24 AM
Hi,
I am trying to create a site that will be used by both employees and external users, so both types of users trying to access the same pages.
In the case of an employee on the intranet, authentication needs to occur via Windows integrated authentication.
If the user is NOT on the intra... more >>
Re-Authenticate users after timeout
Posted by Fred Plourde at 3/30/2005 8:11:05 PM
Hi,
I'm working on a web application using asp.net, vb.net and SQL 2000.
I'm using web form authentication to control the access of the application.
I'm trying to force the user to go back to the authentification page after a
timeout occurs.
The Session seems to expire but the cookie (no... more >>
Cannot open log for source {0} -- again
Posted by craig.wagner NO[at]SPAM gmail.com at 3/30/2005 4:20:59 PM
I've done a ton of searching on this error and have not found any
solution that actually solves the problem.
My environment is Windows XP Professional with SP2. I'm using VS.NET
2003 and .NET Framework v1.1.
I created a brand new ASP.NET application to ensure that some other
aspect of my re... more >>
redirecting to main page
Posted by vips at 3/30/2005 3:48:15 PM
I am working on asp.net application
what should I do so that if any user directly types the url other than
"mainpage.aspx" of my application, he should be directed to
"mainpage.aspx".
I am managing user access by enabling and disabling the links on the web
page depending on the user.
cheers... more >>
Number of Users in a role
Posted by Cathie at 3/30/2005 11:35:53 AM
Hi,
I am trying to work out how I can find the number of users in a role. So
that I can lock the application after a certain number of users are added to
that role.
Does any one know of decent reference material in dealing with windows users
and roles?
Cathie
... more >>
Display Windows Login ID on Webpage
Posted by dolphusp at 3/30/2005 1:42:49 AM
I want to display the user's Windows Login ID on the webpage designed in
ASP.NET using VB.NET.
Can someone give some sample code to do this.
I am desperately looking high and low for a solution.
With warm regards,
Dolphus Pereira
--
dolphusp
------------------------------------... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web Config Error What may be the problem?
Posted by Arif Çimen at 3/29/2005 8:43:26 PM
Hi everybody,
I made my first ASP.Net application and deployed it.
There came an error on the server:
What may be wrong in web.config file , or do I have to put it on to the root
of my site.
Thanks for any help.
Arif Çimen.
Server Error in '/' Application.
-----------------------... more >>
Configuration Error -- Access is denied
Posted by howard39 NO[at]SPAM nospam.nospam at 3/29/2005 5:07:02 PM
I occasionally get the following message when I try to start up my ASP.NET
application on my development system after a rebuild. Rebuilding and then
rebooting usually seems to fix the problem. This is in Visual Studio.Net 1.1.
The solution includes a main program project that refers to a libr... more >>
Creation of ASPNET user in Active Directory 203
Posted by Gunjan Desai at 3/29/2005 12:35:22 PM
Hello,
I unable to see ASPNET user in Active directory 2003. I installed
asp.net on windows 2003 & IIS.
So please tell me how to create ASPNET user in Active Directory 2003.
Thanking you
Gunjan Desai
... more >>
Impersonation problem.
Posted by szhang at 3/29/2005 7:29:08 AM
When I enable impersonation in web.config and show User identity in .aspx
page, it is the user IIS authenticates. But when I try to access Sql server,
I get an access denied error message. It looks like asp.net does not
impersonate it at sql server side. I can impersonate a specific user in
... more >>
|