| Thread | Last Post | Replies |
|
| Credit Card Verification fails | 14 Dec 2005 18:35 GMT | 1 |
I am trying to write a function in asp.net with VB scripting, which gives message when the credit card verification fails. when the user type in the last four digits of cc in a text box, and it fails for the first time, the message is...we didn't recognize the
|
| How to access ProtectedMemory/ProtectedData in asp.net 2 | 14 Dec 2005 09:41 GMT | 1 |
Idiot question but I can't access the new protectedmemory class from my web application. It's just not listed in System.Security.Cryptography. Works fine for desktop apps. Thanks for the insight.
|
| How to set a weaker password enforcement | 14 Dec 2005 09:27 GMT | 1 |
I am using the createuseraccount control in my asp.net 2.0 app (with visual webdevelopment express). For my needs the enforced password strenght is to strong; I want to allow users to be able to create passwords with only text. I found that the MembershipProvider password
|
| Client Certificate Setup | 14 Dec 2005 09:24 GMT | 1 |
We have developed an Extranet for our customers. This application needs a Client Certificate to verify the authentication of client and server Request. The problem is that during Windows Client Certificate installation process, the setup application gives the user the option to ...
|
| Could not load type ********** from assembly mscorlib | 13 Dec 2005 02:49 GMT | 2 |
Could you please take a look at an exception for ASP.NET application? My ASP.NET application is using Infragistics WebChart control. I encounter an exception below when deploying the application into a third-part host. It would be very appreciated if you have known the reason and ...
|
| FormsAuthentication between ASP.NET 1.1 and 2.0 applications | 12 Dec 2005 18:19 GMT | 4 |
I'm trying to enable single sign-in using forms authentication between two ASP.NET applications, one running under ASP.NET 1.1 and another running under ASP.NET 2.0 on the same server. While single sign in between ASP.NET applications is well documented, the solutions described ...
|
| Problem with impersonation and using a different host name. | 08 Dec 2005 21:51 GMT | 3 |
I have developed a ASP.Net page with VS 2005 and SQL Server 2005. The server I am using is Windows 2003 and I have set up 2 websites, one production and one for test and development. This is our corporate intranet server and a DNS entry is setup to point 'intranet' to this ...
|
| Error in accessing shared folder database file in ASP.net | 08 Dec 2005 20:43 GMT | 3 |
i have an access 2000 database in a shared folder at network. i have to pull data out of it to process. If i use Window application, it worked fine. but i need to use it in ASP.net. OleDB Connection fails and say
|
| Shared Hosting | 08 Dec 2005 13:14 GMT | 9 |
How secure is the .net framework in a shared hosting enviroment? I am discussing running a .net application with a hosting company and they are reluctant to allow the aspnet user account write access to a folder within my site. They are saying that this is insecure. I believe that ...
|
| ASP.NET 2.0 Membership Provider Customization | 08 Dec 2005 02:41 GMT | 10 |
I think I know the answer to this but I want to make sure before I take the plunge of implementing my own MembershipProvider. All I want is a few extra fields to be stored along with the user information. I really would like to avoid implementing a whole membership
|
| Native DLL used by ASP.NET app needs registry access | 08 Dec 2005 00:59 GMT | 1 |
I created a .NET DLL which calls functions in a native DLL which again accesses the Windows registry. Everything works fine when the .NET DLL is used in a stand-alone application. When the .NET DLL is however used in a ASP.NET application access to the registry doesn't seem to be ...
|
| Membership provider with ADAM | 07 Dec 2005 17:06 GMT | 2 |
I'm trying to use ADAM as the membership provider for my app. I've created a new adam instance with O=test and I imported all the four ldf-files during the install. I added the following to my web.config: <connectionStrings>
|
| Impersonation headaches with ASP.NET 2.0 -- help! | 07 Dec 2005 16:34 GMT | 2 |
>From what I have read, my best guess is the LogOnUser method of Win32API is the culprit here. An article I ran across talked about: - - -
|
| Asp.net 2.0 Authoritation by roles | 06 Dec 2005 12:57 GMT | 1 |
I try to redirect users to specific pages depending on roles: If Membership.ValidateUser(TextBox1.Text, TextBox2.Text) Then 'Membership.ValidateUser(TextBox1.Text, TextBox2.Text) Then Dim encryptedStr As String
|
| Catastrophic failure | 05 Dec 2005 19:46 GMT | 5 |
When I'm trying to run any asp.net application, the following error appears: "CS0007: Unexpected common language runtime initialization error --Catastrophic failure" I've reinstalled .NET Framework but without any results.I've also tried to
|