| Thread | Last Post | Replies |
|
| Execution code run backward | 31 Oct 2003 22:23 GMT | 3 |
I've never seen similar problem before. Application_AuthenticateRequest in Global.asax.vb file execute 4 time before it exit to the default.vb file. Plus, in every run, the code execution jump back to the
|
| Access is Denied when I try sending email at ASP.net on IIS6 | 31 Oct 2003 07:19 GMT | 2 |
I just migrated my website to the IIS 6.0. Everything is the same and everything is running perfect except I got this error message "access is denied" when i try sending email from the aspx page.
|
| Thread Unable to Impersonate (Workaround) | 30 Oct 2003 01:43 GMT | 3 |
My ASP.NET aspx page can impersonate a userX and access a UNC share just fine. When I start a thread from the same aspx page, my real intention, and try to impersonate in the thread method, I
|
| The operation has timed-out. | 29 Oct 2003 17:26 GMT | 1 |
The Operation has timed-out Description: An unhandled exception occurred during the execution of the current web request. Exception Details: System.Net.WebException: The operation has timed-out. The webservice works great when invoked through the browser and returns the data as ...
|
| NTFS permissions for ASP.NET user | 29 Oct 2003 02:16 GMT | 4 |
I've read the following article regarding NTFS permissions and ASP.NET http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnnetsec/html/SecNetHT01.asp
|
| Access web services from ASP.NET | 27 Oct 2003 22:57 GMT | 2 |
I need to access web service form ASP.NET application with credentials of connected user (Integrated Windows Authenticated) I think I have to do next steps: 1) Create proxy class for web secvice. (I did it with "Add web reference" dialog box. Visual studio created for me some class ...
|
| Forgot Password encrypted email system | 26 Oct 2003 23:09 GMT | 1 |
I really wish there were some examples explaining how to create a forgot password email link system when you encrypt a password in a database and use ASP.NET/C# preferably. Since the password is encrypted in SHA1, I can't just send a user their password by email. So I'm not sure ...
|
| Storing a cryto key in .Net | 24 Oct 2003 23:40 GMT | 3 |
I am looking for some good suggestions to store a cryto key with my new Asp.Net application using Triple Des to encrypt data. The database is on SQL2000 server.. My first idea was to store the key within the program, but as programs
|
| .net security books | 23 Oct 2003 16:28 GMT | 5 |
I want to read a lot about .net and security, because to my point of view we never know enought about it. I purchased some books, like "Security for Visual Basic.NET" (a quick overview for beginners), and "Building
|
| Forms Authentication and SSL | 23 Oct 2003 12:05 GMT | 3 |
I'm using Forms Authentication, the user may come from a HTTP page, the login page is using SSL, so after logging in the user will be redirected back to a non SSL page. This used to work without any warnings. Suddenly after entering the login
|
| Minimal permissions with an Access Database and 2000 server ? | 23 Oct 2003 05:43 GMT | 2 |
Does any one knows what account must have the Write Access to allow edition on a Access database with an ASP .NET application with Windows 2000 ? Under Windows 2003, it is the Network Service and not the ASPNET
|
| SSL FORM POST with Client Certificate from ASP.net | 23 Oct 2003 01:15 GMT | 2 |
I have a class written to perform FORM POST with Client Certificate and it works fine with Windows Appication. But, I am having trouble using it from ASP.NET application and everytime i am getting "connection cannot be established" error.
|
| Can't connect to DB | 22 Oct 2003 20:07 GMT | 2 |
Hi! I am trying to open a connection to a SQL Server database using just the Framework, Notepad and the browser. I keep getting the error message "SQL Server does not exist or
|
| Slow page loads, possible security issue? | 22 Oct 2003 14:32 GMT | 1 |
I am attempting to work on a project for work at home and I'm experiencing extremely slow page loads. These are pages that work fine in the office but when I try to work on the project at home on my laptop, the pages take upwards of 100+ seconds to load. I will try to give all ...
|
| Help please with Role based security not working. | 21 Oct 2003 20:42 GMT | 1 |
I am trying to use the .Net built in role based security. It is not working. The web config has the following; <authorization> <deny users="?"/>
|