VisualStudio 2003 question

From: Maziar Aflatoun (maz00_at_rogers.com)
Date: 01/12/05


Date: Tue, 11 Jan 2005 22:29:34 -0500

Hi everyone,

I'm relatively new to VisualStudio 2003 and have to create an application
that uses Web Services to authenticate a user. Once that user is
authenticated I use the Web services object and store it in a session to use
it in the following pages. However, every time I stop VisualStudio to
modify my code and start it again I have to start the whole process all over
again and it becomes really time consuming. Is there an easier way to modify
your code and compile it without having to start your application from the
beginning?

For ex.
1. Login page instantiates an object which can also be used to authenticate
my user (Store the object in Session)
2. The user get redirected to their particular section of the site (Grab it
from the session object)
3. Rest of the site grabs my object from the session
4. Stopping/Starting the VS causes me to start from the beginning of the
application and if I open another browser window it says my object reference
is null.

Can someone please help me with this? It's so frustrating.

Thank you
Maz



Relevant Pages

  • Re: [PHP] Back to security
    ... Think of HTTPS as like a bank vault in the basement of a branch bank. ... If you authenticate users outside the steel wall, ... sessionID is compared with the one in DB, ... Compare the output of on the two pages, ...
    (php.general)
  • Refuse Relay to certain authenticated sessions
    ... Currently my sendmail server relays email for my users when they ... connect from their home (Access table allows IP based relaying) and it ... authenticated session. ... should refuse to relay the mails for, even if they authenticate ...
    (comp.mail.sendmail)
  • Re: Read session data of all users
    ... I'm trying to come up with a better way to authenticate a user across ... different web applications from a central place. ... and app3 will be redirected to authenticate with app1 if their session ... or at least get a reference to a HttpSessionState objects ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: how to re-use existing session?
    ... but I had to authenticate to forward the port. ... a session running, although it's in the background. ... I can also remove the -N switch to the initial SSH command, ...
    (comp.security.ssh)
  • WSE3: authentication problem
    ... I have a winforms application that I'm trying to get to authenticate with a ... So in the winforms I get the currently logged in user and set ... the web services credentials like this: ... Where MyUser is: ...
    (microsoft.public.dotnet.framework.webservices.enhancements)