Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: WSI as Web Application

  1. #1
    Tom Cox is offline Senior Member
    Join Date
    Nov 2009
    Location
    Los Angeles, CA
    Posts
    104

    Default WSI as Web Application

    I have successfully created several VB.NET WSI Windows applications. I need to create a WSI application that will be shared among several people. I would prefer to make a Web applicaition to run on the server rather than a Windows app that needs to be installed on each machine.

    Is it possible to use WSI in a web applicaition? Is there any documentation about this?

    Thanks,
    Tom

  2. #2
    Tom Cox is offline Senior Member
    Join Date
    Nov 2009
    Location
    Los Angeles, CA
    Posts
    104

    Default

    In case anyone is interested, I contacted Support with the question about using WSI from a web application. I'm told that it is possible but there are no samples available on how to do it.

    Scott said this: depending on how you're implementing that page you're not actually going to have to include a reference to the WSI class, but you will need to reference the ASPDNSFUsernameTokenManager code in the App_Code folder, so you'll likely have to make that part of your application.

    That will at least give me a starting point and some encouragement that it is possible. If anyone has a little sample of a WSI web application, I would be very interested in how you reference the WSI code.

  3. #3
    JoelWZ is offline Junior Member
    Join Date
    Mar 2011
    Posts
    25

    Default

    I am just getting started using ASPDNSF, so I would be interested in what you come up with.