| Thread | Last Post | Replies |
|
| How do I retreive Password, Secret Question and its answer from the Memberhisp API? | 31 Jul 2006 12:01 GMT | 13 |
Our business doesn' t allow the anonymous users to create an account on our website. Only web admin creates user account. So using createuserWizard we are able to create users. But once we create the user we need to be able to send his UserID , password and Secret
|
| Problems with impersonation | 30 Jul 2006 08:02 GMT | 1 |
I have developing a web service that need to access files on Program Files folder. I used write the tab <identity impersonate="true"/> in the web.config file for the files outside the webservice folder can be accessed with a user right correctly.
|
| Problems with Process.Start | 29 Jul 2006 23:01 GMT | 1 |
I am trying to run an exe from my .net 2 website but I cannot get even simple code to work outside of Visual studio debug very simple example (but my exe behaves the same) Dim myprocess As New Process
|
| Regex for default AD policy? | 28 Jul 2006 21:22 GMT | 5 |
I'm not too familiar with writing regexes. Does anyone have a regex handy that mirrors the default complexity requirements for AD. I know there are a few additional reasons a password change could fail, but I'm hoping to at least save the trouble of trying to change the ...
|
| acl.GetOwner(typeof(NTAccount)) | 26 Jul 2006 15:17 GMT | 2 |
I have a file system watcher on a remote machine. When people create files/folders on the remote machine I need to see which user was responsible. As there are a number of users who are admins often when a file is created the following code shows BUILTIN\Administrators
|
| Encrypt and Decrypt ConnectionString inside web.config... | 26 Jul 2006 06:45 GMT | 4 |
How exactly do you Encrypt and Decrypt, using Cryptography, ConnectionString inside web.config programmatically in .Net Framework 1.0 and 1.1? Please provide codes. Thanks.
|
| Forms Authentication - Sudden Redirect Failure on Login | 26 Jul 2006 05:35 GMT | 14 |
I have a strange problem, for months now we have had a dotnet 2.0 application (previously 1.1 but now upgraded) running on a 2003 server without issue. A recent small change was made to the sites underlying code and tested on the development platform of Windows XP, migrated to ...
|
| Using a mix of HTTP and HTTPS in ASP web application | 25 Jul 2006 17:11 GMT | 1 |
We have a web based product written entirely in ASP (not asp.net) and Javascript in the frontend. As of now all the pages are viewed over HTTP and that works fine. Now we are trying to partition the set of pages into secure and non-secure. And for the set of pages deemed secure ...
|
| Password protect .jpg or .pdf | 25 Jul 2006 14:37 GMT | 2 |
I've been searching the web and google for a while now, and can't find how to do exactly what I want to do. I'm sorry if this has been answered before, I just cant find it. My idea is to have a folder /root/public/secure which has a web.config
|
| Password changing in aspdbnet db | 24 Jul 2006 19:58 GMT | 1 |
I am working on the login portion of an internet web app in asp.net 2.0 amd am using the login control, loginview control, etc. Everything was looking ok until all of a sudden the test user passwords I set up were changed. I was testing invalid logins and having the id and pw ...
|
| AspNet Code Signing Problems | 24 Jul 2006 14:55 GMT | 2 |
I want to sign an user-unique cabinet file. So each time I must resign the cabinet before it is downloaded by the user. I am trying to spawn a process that calls Signtool.exe with the arguments being:
|
| Need help with Login Control | 21 Jul 2006 19:00 GMT | 1 |
I am trying to get the UserID from the aspnet_users from aspnetdb database with the below code snippet. Protected Sub Login1_LoggedIn(ByVal sender As Object, ByVal e As
|
| ASP.NET Membership | 21 Jul 2006 17:01 GMT | 4 |
I am trying to use the new ASP.NET Membership features with one initial issue. I am trying to get things setup using the ASP.NET Configuration menu item. When I click on ASP.NET Configuration, I get the error: "Unable to connect
|
| WindowsTokenRoleProvider caching user's roles? | 20 Jul 2006 22:50 GMT | 6 |
What do I have to do (other than reboot my PC) to get ASP.Net rolemanager to recognise changes in role/group membership? The group who's membership I am changing, is on my local PC. I've tried restarting my web app, stopping the ASP.Net Development Server.
|
| Impersontaion error | 20 Jul 2006 18:25 GMT | 1 |
Dears, I've a website that connects to a SQL Server 2005 database on another machine with integrated security = SSPI when i try to connect to the database i recieve this error ::
|