CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> Asp.Net Forum > general_asp.net.security
 TypeRepliesViewsDate
Login control on godaddy

Hello,

Not sure if this is the right forum, but I'm having trouble with my login control on godaddy.  I am getting the following error message: 

A network-r

 03411/29/2009 4:27:32 AM
Provider doesn't use MDF files?

 I am currently with IXHosting.  I just started getting into securing some web pages and allow users to register, and sign in.  Using VWD 2008.  I can get everything to work o

 03111/29/2009 1:23:49 AM
Authorize Filter with Roles

Hi there

I want to use [Autorize(Roles="admin")] to protect my controller methods but i'm not quite sure how it works. I've set up Form Authentication no problem so with

 03311/28/2009 11:17:46 PM
Security and web services

I have an asp.net web site. What I have is a serialized file on my server. I wanted to use that file as a users database.

I was told I needed to use a web service so that I make this possab

 05511/28/2009 7:32:28 PM
Open page in password protected folder

Is there a way to open a page in a password protected folder in a domain other than the one in which my asp.net code is running? I know the url, login name and password and just want to show

 03911/28/2009 4:07:54 PM
System.UnauthorizedAccessException: Access to the path 'xxxx' is denied.

I am setting a machine with Windows Server 2008 R2. I have an asp.net in that tries to modify a xml file programatticlaly and I am getting error "System.UnauthorizedAccessException: Access t

 03411/28/2009 4:07:53 PM
LoginView never displays the LoggedInTemplate, even though I'm logged in

Yeah, the title says it all. The reason I know I'm logged in, is that I have a list of users online and I'm displayed in that list.

I don't use the native Login controls for log

 03011/28/2009 2:41:21 PM
Admin Role - protected admin folder

I'm trying to create a login system with roles.

In the admin folder the web.config has


<configuration>
    <system.web>
 &nb

 03411/28/2009 1:58:10 PM
Storing custom field data from CreateUserWizard step within OnCreatedUser e vent

I have a CreateUserWizard control. The CreateUserWizard (within the control) step has been turned into a template and customised, with some extra fields I have added (fore

 03211/28/2009 10:55:28 AM
How to implement form and window authentication in sigle application?

Hello everyone,

I have developed my application in asp.net using form authentication. with custom roles and usertypes. All menus and other features displays as per user roles and usertype

 02211/28/2009 10:01:31 AM
singleton implementation for shopping cart

Hi, i was have a shopping cart implement with singleton implementation,

after user1 have logout, user2 can see user1 redemption cart, how to make the shopping cart item not view for other

 04511/28/2009 9:13:13 AM
looking for the simplist authentication application setup

I have a client that needs to post their clients images online and provide a login so that it will direct them to their own content. I have setup other clients that dont require this type of

 03911/28/2009 5:51:32 AM
Redirect problem

Hi all,

I have the following code in Global.asax:

void Application_AuthorizeRequest(object sender, EventArgs e)
    {
        if (HttpContext.Curren
 03111/27/2009 11:49:05 AM
Can I verify a certificate without installing the root an intermediate cert ifiacte?

Hi,

I receive a signed XML document. The certificate to verify the singature, is provided in the signature node of the document itself. To verify the signature works perfectly.

What I

 03611/27/2009 9:22:39 AM
Forms authentication + IIS Client Cert Mapping

I'm a little confused at this point, but from what I've been reading you can combine Forms authentication with IIS One-to-many client certificate mapping. Since I'm not using "ro

 03811/27/2009 4:57:00 AM
Security in Web application

Hi guys,

I hv a (Intranet) web application, with 10 pages in it. At every page load event it checks whether the user is manager or team member. Depending on wht is decided by the administra

 03511/27/2009 4:57:00 AM
Please help me. It's trivial question.does exposing userid cause any proble m

Hello,

I have successfully developed a scrapbook or the wall (on facebook) using Asp.net Membership and Ajax.. The only question i want to ask is regarding security.

?The method that

 02811/27/2009 4:56:58 AM
HELP, Creating pay per click using ASP.NET


I need help in creating pay per click site using ASP.NET Whereby the following feature will be shown.

i. the statistic of click

ii. the  account section that is amou

 03011/27/2009 3:03:48 AM
Help: Unable to connect to SQL Server when doing asp .net configuration

Hi, I'm trying to set up the membership stuff for my newly created website. Here's what I did:

1. In Visual Studio, Solution Explorer, click on "ASP .NET configurat

 02611/27/2009 3:03:47 AM
Login form problems: "Server Error in '/' Application."

I made a login in form in Expression Web 2 by uing Visual Web eveloper 8 express to create the web.config file. It works fine when previewed in broswer, from expresson web i can login with any of

 02411/26/2009 10:48:49 PM
How Do I: Use the aspnet_regsql to start using login control

I've used aspnet_regsql to make the tables.  I added users to the table and i configured the web.config.  But how do i use the login control to be able to log me in when i put my us

 03611/26/2009 8:31:41 PM
Membership.ApplicationName problem

<membership defaultProvider="MembershipProvider">
      <providers>
        <clear/>
 &

 04511/26/2009 6:03:50 PM
asp.net configaration error

****************************************************************************

 

03311/26/2009 4:59:13 PM
HostingEnvironment.MapPath error

Hi there!

I have a IIS website, physical folder named "test" and virtual folder named the same - "test" in this website. Then, when I'm trying to use HostingEnvironm

 03311/26/2009 4:59:12 PM
Forgotten Password form

 

I just would lime to share the best way of doing the functionality of "Forgottent my password" which is appering below the loginscreen controls.

I am not using de

 02511/26/2009 3:58:34 PM
RoleManager enable and disable

Web.config

<roleManager enabled="true" defaultProvider="RoleProvider">
      <providers>
    &nb

 04211/26/2009 2:55:31 PM
How to identify the security issues

Hi,

We have developed web application using ASP.NET 2.0. Now the client had raised about the security issues. Like, SQL injection, cross site scripts etc...

How can i secure my appli

 03711/26/2009 2:55:30 PM
Asp.net delegation: impersonate "local user"/"LDAP" acc ount on remote server

Hello,

I am trying to access the files located in directory at remote server and I was able to impersonate different Identities (

 03411/26/2009 7:49:29 AM
why web.config file is important in Visual Studio 2008

 

hi

i am not understanding the importance of web.config file in asp.net because if we delete this file then the website still works properly.

can anybody t

 02511/26/2009 7:10:29 AM
Authorization for Images and Asp page at subdirectory level

Hi,

i need to put password protected Folder this Folder contains the aspx , asp pages and Iamges

i done well at local server it working fine also, but on the server its apply only for

 03811/26/2009 7:10:28 AM
how to enable/disable windows OS user

how to find and enable/disable particular windows  OS user using DirectoryServices(C#)?

 04411/26/2009 5:05:46 AM
Help translating HTML Form POST into C#...

Here is my HTML code which works great. I would like to do this exact same thing programmatically in C#.

 

<!DOCTYPE html PUBLIC "-//W

 02311/26/2009 3:14:48 AM
Get Authorized user ID

How can i get the user ID (GUID) OF the currently logged in user

Thnx

 03511/25/2009 10:52:35 PM
Bypass login screen. Login programmatically

I am faced with an issue where I have one account, that the users are not supposed to know, but they need to able to perform actions as if they were logged in. So, having the

 04011/25/2009 8:49:31 PM
Programmatically checking if SSL is required in IIS using ASP

Hi all,


I've been having some problems trying to get a semi-required SSL website going. I have it set so that the entire web site requires SSL using IIS 6.0. I also have it

 03211/25/2009 7:23:41 PM
Showing different content when Profile.Approved is True

I am using ASP.NET 2 Membership provider and the SQLTableProfile provider.

I have taken care of the sign up form. When they sign up successfully they are approved and can log into their mem

 03511/25/2009 6:38:54 PM
Problem with login in IE

Hi guys,

 I have a web application built in .net 2.0 and its login is working for Firefox but not for IE or Opera.

 The application is using Forms authentication and as

 03011/25/2009 4:59:29 PM
Connecting to aspnetdb.mdf problem

Hey,

I made a asp.net project in Visual Studio 2008.
I added a login-control and it makes use of the aspnetdb.mdf in the App_Data folder. Everything works fine when I test it in d

 02511/25/2009 3:59:46 PM
Portal Services: SQL Server vs. Oracle

I have introduced the .Net Portal Services Frameworks to an organization I have been with over the last year.

They use Oracel for actual data.  Over the last year all of our dis

 03611/25/2009 3:59:45 PM
Logging into the Application

Hi ,

I have a question..

1. When I create the Login for the users the users should be able to view and pull their information in the database but should not be able to view any ot

 03611/25/2009 3:59:44 PM
Creating new users - failing before Case statement

I'm trying to get the following piece of code to work:

Protected Sub CreateAccountButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles 
 03411/25/2009 2:52:40 PM
where is command argument of linkbutton or button saved?

Hi all

I am wondering if I set the command argument as, say some sensitive info as bank account, would the users be able to somehow see the account number and modify it?

 03011/25/2009 1:18:11 PM
Validating an user using System.DirectoryServices.AccountManagement namespa ce

Ls,

I am trying to validate an user entered loginid by using the PrincipalContext en UserPrincipal classes from the System.DirectoryServices.AccountManagement namespac

 03711/25/2009 1:18:05 PM
persisting request headers during forms authentication redirect

Hi,

Using a single sign, the credentials of an authenticated user are passed over the request headers. To authenticate the user in the ASP.net application the application examines the reque

 02511/25/2009 1:18:04 PM
Using Membership class to create new user?

i tried to create a new user by Createuser method of Membership class, it allows to pass username, password and email as the arguments...but when the run the code it shows a error invalid pa

 03411/25/2009 9:24:08 AM
User with and without password

Im building a login page  without using asp:login, because my user is dynamic in a sense that some have password and some don't.


My question, how do I validate userID

 03011/25/2009 7:14:05 AM
How to disable Password Validation?

I'm using asp:login to build my login page. 

The thing is many of my user doesn't have a password,  only the admin and super user had password. 

I managed to st

 03811/25/2009 7:14:04 AM
Encryption Code Problem

Hi, Please Help me with my encryption code, i just got this code.

Imports System
Imports System.IO
Imports System.Security.Cryptography

Partial Class Default5
 03311/25/2009 3:44:26 AM
if not(page.isvalid) then redirect - Login button has no event

Hello,

I am trying to redirect the user who clicks the login button without filling in the

"username" nor the "password".    But as long as the the page

 03911/25/2009 2:16:19 AM
Suggest How to start with Administration/Roles/Users

Can anybody please suggest how do i start with implementing security,administration and roles capabilities to my website.

My requirement is to create login and registration capabilities and

 02811/24/2009 10:23:33 PM


   
  Privacy | Contact Us
All Times Are GMT