Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to check if cookie not exist?12 Mar 2008 21:39 GMT1
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 tool12 Mar 2008 21:38 GMT1
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 Data12 Mar 2008 21:11 GMT1
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 Membership12 Mar 2008 19:38 GMT3
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 work12 Mar 2008 19:00 GMT9
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 GMT10
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 application12 Mar 2008 18:54 GMT3
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 detection12 Mar 2008 18:50 GMT1
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?
sitemap12 Mar 2008 18:27 GMT1
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 String12 Mar 2008 18:24 GMT5
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 SSL12 Mar 2008 18:19 GMT2
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 questions12 Mar 2008 18:16 GMT5
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 Folder12 Mar 2008 17:38 GMT4
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 database12 Mar 2008 17:07 GMT2
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 hits12 Mar 2008 16:51 GMT2
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.