Forum: ASP.NET Jun 18th, 2007 |
| Replies: 0 Views: 3,231 Import Data From Excel I am trying to create a web app using C# 2005 where I can upload an excel document, store it in memory and read the contents. I have my code working if the file is saved on the hard drive, but i... |
Forum: ASP.NET Dec 21st, 2005 |
| Replies: 1 Views: 4,070 Login used to work I worked on this site over the summer at an office, I'm now back on christmas break, and will work again this summer. With the help of many people online I got the following code to work. But now,... |
Forum: ASP.NET Aug 1st, 2005 |
| Replies: 0 Views: 2,801 URGENT! Loading Roles From ticket.UserData I don't know what happened to my site, a file must have been overwritten or something. I don't know what i need to get asp.net to look into the UserData section of the authentication ticket so forms... |
Forum: ASP.NET Jul 21st, 2005 |
| Replies: 4 Views: 2,093 Re: loading roles from DB to auth cookie Thanks for at least trying to help, but some of the people at aspmessageboard.com helped me out after i took your advice.
Here is the code that made it all work for me. This goes in the login... |
Forum: ASP.NET Jul 21st, 2005 |
| Replies: 4 Views: 2,093 Re: loading roles from DB to auth cookie yes, it works with "Admin" hard coded in there, but i am new to .net and still learning everything. Looking at that code, I don't know how to get my stored proceedure to return the users role. I... |
Forum: ASP.NET Jul 19th, 2005 |
| Replies: 4 Views: 2,093 loading roles from DB to auth cookie So ive got my login page almost completed, now for whatever reason i am stuck trying to get the roles for each user from my database into the authorization cookie. In regular old asp this wouldn't... |
Forum: ASP.NET Jul 18th, 2005 |
| Replies: 8 Views: 2,729 |
Forum: ASP.NET Jul 18th, 2005 |
| Replies: 8 Views: 2,729 Re: Blocking Brute-Force Attacks Well, i only want a temporary ban, unless i notice a single IP address that is constantly showing up with failed login attempts, then i will manually ban that address. But if someone hacks the... |
Forum: ASP.NET Jul 14th, 2005 |
| Replies: 8 Views: 2,729 Re: Blocking Brute-Force Attacks That helps, I might need help with the SQL server if exists and temporary tables, but one thing i don't quite understand still is how to temporarily block someone. I don't want to permenatly deny... |
Forum: ASP.NET Jul 14th, 2005 |
| Replies: 8 Views: 2,729 Blocking Brute-Force Attacks I have my login page and it works, but theres no security to it. I haven't been able to find much out there except for a few articles where they just talk about how to secure your login page. ... |