Sharing FormsAuthentication

How do I can Call .net dll in an asp Page.I want to implement .Net formsAuthentication as dll in .Net and I want to use that in my asp pages.My project contains both asp and asp.net pages.My Logon page is an asp page. How can I do this?

View Replies


ADVERTISEMENT

Sharing A Folder

I really need a coding help regarding sharing Folder Module to specific members through giving them rights for access while using Classic ASP....

View Replies View Related

File Sharing

how d code works under this category?

any samples?website references?recent projects?
i'm looking for ideas..

View Replies View Related

Simple File Sharing Is Not Enough

to share files is 1 thing as IIs will od it just fine on its own, however i would like to give my site a little more than white backgrounds and garbage about times files are created so i ( with some help ) wrote the following script. Code:

View Replies View Related

Sharing Violation File May Be In Use

After a ASP page call a DLL I cant't delete the DLL anymore.
"There has been a sharing violation file may be in use"

View Replies View Related

App For Sharing My DVD Collection With Friends

I have several hundreeds of DVDs, and friends often call
me to borrow some.

I'd like to be able to have my entire collection on my
web page (i have everything in a database already) and
let them browse for the title they want, then "check" the ones
they need and see if they're "available" or not.

Then this would send me an email with the titles and the name
of the person requesting them.

Is there any ready to use solution or should I just jump into
developing it myself?

If there is something, any link to a product like that?
Something simple: title, cover picture, available or not.

View Replies View Related

2 IE Sessions Sharing The Same Per-Session Cookie!!

I am having a problem tracking down what I believe to be a problem with
the way cookies are being used on our website application.

When user log onto the application, an in-memory (per-session) cookie
is created to hold the session key for the user. This unique key is
assigned as part of the business layer logon process, and never changes
while the user is logged on. The call to the business component returns
this unique key if the logon was successful, and the cookie is set up
as follows:

Response.Cookies("SessionKey").Path = "/"
Response.Cookies("SessionKey") = strSessionKey

Nowhere is the cookie assigned an .expires value.

Once a user has completed this logon process, they must then click past
an intermediate agreement page before actually having access to the main
application. When this intermediate page is submitted, it accesses the
cookie, extracts the session identifier and writes the value to a
database table.

The code to achieve this looks something like:

strSessionKey = Request.Cookies("SessionKey")
Dim objInstance
Set objInstance = Server.CreateObject("SomeComponent.SomeClass")
objInstance.StoreIdentifier strSessionKey
Set objInstance= nothing

The whole process works fine until I try to do the second stage (the
intermediate agreement) with two separate IE sessions (there are 2
separate IEXPLORER.EXE entries in task manager) very quickly.

I can go through the whole process fine, and then while leaving the
application open, I can start again with a new IE window and complete
the process again. In each case the correct identifier is stored in the
database for each separate session.

If I get to the second stage of the logon process with 2 separate IE
sessions, and submit both agreement pages at the same time (or as close
together as I can), then they both write the same unique session
identifier to the database, as if they are accessing the same cookie!
The session identifier used is the one from the first agreement page I
submit. This definitely only happens if I do this at the same time.
Wait a few seconds between the submissions and all is well.

Has anyone come across something like this before and can advise on a
possible reason?

View Replies View Related

Sharing Data Among Pages On Different Domains Using ServerXMLHTTP

I'm including the output of an .asp page hosted on other domain using serverXMLHTTP.
Is it possible that I can share the values of some variables from external file.

Like session or others like (suppose..)

TablesBGColor = "#FFG445"
TableHieght = "600"
session("ImagesFolder") = "http://www.SiteABC/_images/"

If i include the settings.asp file on the top of my asp page then How can i use
the above mentioned variables/values down in my own ASP page.

View Replies View Related

Sharing Data Between Client And Server Scripts

Suppose I load data from a database and store it in a VBScript array using asp (i.e. this is all done from the server)

I then want to have some client side scripts (they have to be client side because they are activated depending on what the user does on the page). Is there any way of accessing the array generated at the server, through the client side scripts???

If not, how else can I write my page?? The data is loaded from a database, which is obviously done at the server. If not by doing what I have already described, how else can i use the database data in my client side scripts???

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved