| Thread | Last Post | Replies |
|
| How to check if cookie not exist? | 12 Mar 2008 21:39 GMT | 1 |
How do I check to see if a cookie exists or not? I tried these 3 but they don't work... If Not Request.Cookies("UserSettings")("IsAdmin") Is Nothing Then... If Request.Cookies("UserSettings")("IsAdmin") IsNot Nothing Then...
|
| need the sn.exe tool | 12 Mar 2008 21:38 GMT | 1 |
i need the sn.exe tool in order to sign assemblies with strong names. I use Visual Web Dev. and i coudn't find it in the directory c:\windows\microsoft.net\framework\v2.0.xxxxx . Can it be downloaded from somewhere?
|
| Caching App Data | 12 Mar 2008 21:11 GMT | 1 |
The data for my web app is an object model that consists of a class with a series of properties typed as generic.list(of SomeClass). The object model gets built up along the way by calls to SQL Server. Some of the data is global data, some of it is user data. Instead of making ...
|
| ASP.NET Membership | 12 Mar 2008 19:38 GMT | 3 |
My previous Q on this didn't get answered. I may have confused matters a little. If I use Active Directory to authenticate users on my site, where do I manage the other aspects of site security such as roles? Is it all done in
|
| Handler in Global web.config doesn't work | 12 Mar 2008 19:00 GMT | 9 |
I'm trying to enable an error handling package at the root of my web server by editing this file: C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\CONFIG\web.config In the httpHandlers section I've added:
|
| Dataset being overwritten by multiple users? | 12 Mar 2008 18:57 GMT | 10 |
I've got an aspnet page (vb) that runs a stored procedure, pipes it in a dataset, and binds to a gridview. The parameters for the stored procedure are some URL variables. My problem is when multiple ( 2 or more) people click on this link at the exact same time, the dataset
|
| Multiple login forms in one web application | 12 Mar 2008 18:54 GMT | 3 |
Is there any way I can have two different login areas in one web application? I have user portal, to which customers can login and I have admin panel. Using roles doesn’t really help here, cause customers and admins are entirely different entities. Furthermore design of their ...
|
| SQL Injection detection | 12 Mar 2008 18:50 GMT | 1 |
Besides parameterizing SQL or using Stored Procedures, is there any reliable way to test if a string has an SQL Injection attack. ...For example, can one use the same method ADO uses when examining parameters to detect SQL Injection?
|
| sitemap | 12 Mar 2008 18:27 GMT | 1 |
I have a sitemap in my asp.net application and currently if I don't want to show some of the buttons, I will put a comment of the node that I don't want to be show, but I was wondering if I can control this in the web.config instead of hard coded in the actual sitemap
|
| BinaryWrite GIF from Binary String | 12 Mar 2008 18:24 GMT | 5 |
I'm looking to display an image in the browser using a binary string containing all the bytes that make up a GIF image. I've tried all the standard encodings in System.Text.Encoding, but the images aren't showing up. I'm using the approach where I'm setting ImageURL =
|
| E-mail and SSL | 12 Mar 2008 18:19 GMT | 2 |
It seems that it is required to authenticate against an exchange server (relay), if you want to send e-mail using SMTP in ASP.NET 2.0. But how do you ensure that the credentials you are sending are not clear text over your network. Does this require the installation of a ...
|
| A few file upload questions | 12 Mar 2008 18:16 GMT | 5 |
asp.net 2.0 When I first set up the app I'm working on, it was not in teh inetpub folder. Instead, VWD put it in the VS folder in My Documents. I was brand new to all this when I started working on this project. At the time, I
|
| Error using Login control ASP.NET App_Data Folder | 12 Mar 2008 17:38 GMT | 4 |
I am writing a login functionality for my asp.net 2.0 website. I used the Login control from the visual studio tool panel and drag it over to my asp.net webpage. In my development pc, it works without any error. I noticed that it creates the following in my App_Data folder
|
| save 2005 sqldatabase as 2000 database | 12 Mar 2008 17:07 GMT | 2 |
Hi just wondering if anyone knows if you can save a 2005 database as a 2000 database so it can be opened and used in 2000? thanks.
|
| ASP.NET 1.1 - monitor page hits | 12 Mar 2008 16:51 GMT | 2 |
Is there any easy way to monitor page hits in asp.net 1.1? We have a pretty big asp.net 1.1 application that is about to go live and we want to monitor the page hits? I'm hoping for a silver bullet on this... hopefully something for web.config
|