all groups > inetserver asp components > september 2006
Does ASP.Net Membership support suspending end-users?
Posted by Ofer at 9/27/2006 7:40:03 AM
Hi All,
We use the ASP.Net end-user management system.
How to "Suspend" and "UnFreeze" end users?
Our web app should have a web form that allows our customers
to temporarily suspend one of their end-users.
(This is NOT locking users when they type wrong passwords).
This link didn't help;... more >>
File could not be opened
Posted by panda at 9/24/2006 6:01:01 PM
Hi,
I have an ASP page and i want to force download an image to the user. I have
the following code
<%
'--------------------------------------------
Response.Buffer = True
Dim strFilePath, strFileSize, strFileName
Const adTypeBinary = 1
strFilePath = server.mappath("\images\" & request.... more >>
Microsoft VBScript runtime error '800a01ad'
Posted by Debbie at 9/8/2006 8:44:24 PM
I get the following error message when trying to create an instance of a DLL
on a Windows 2003 Server machine from an ASP page:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
The code that generates the error is as follows:
dim oWebCom
set oWebCom = Serv... more >>
File Listing
Posted by Marco Pais at 9/8/2006 12:46:42 PM
Hi there.
First of all, sorry for my poor english.
I have a problem that I don't know how to resolve. I want to make a dynamic
image gallery. With an ASP script, I will read the images from a folder and
display them on a table, for example. The script is something like this:
<%@ Language... more >>
Problems using a com object in asp.net
Posted by Billse at 9/7/2006 11:54:01 AM
I am trying to use some com objects in .net that we have been using in ASP
Classic for quite some time now. I have follow the reading on how to add a
reference to the com object from Visual Studio and that does create a new
interop dll and place it in the bin directory. I can then access the... more >>
Problems with CDOSys and Win2K
Posted by Rico at 9/4/2006 6:58:58 PM
Hello,
I have a Win2K server that I run a website on. I have an asp page that
sends an email to me when someone makes a request or provides feedback on
the website. It has worked fine until some point in the last month. I know
there were a bunch of "Critical Updates" that Microsoft forced o... more >>
|