PC Review


Reply
Thread Tools Rate Thread

ASP.net Redirect to Old ASP

 
 
MarkR
Guest
Posts: n/a
 
      24th Feb 2008
I have somewhat older ASP application that is running on a client's web
server and is in the process of being written as .net. However, in the
meantime, due to the authentication interface that the client has in place we
were forced to create one ASP.net web page that interfaces to this
authentication program, and then redirects back to the older ASP application.
So the user logs in to the ASP.net app, gets authenticated and then we
response.redirect back to the existing ASP pages. This all takes place on the
same server. Every once in a while this login process "hangs" and no one can
login. A manual recycle of the AppPool clears things up, but my question
basically involves our approach to doing this. The .net authentication code
never really displays a page, but redirects to the old ASP pages. Are there
any "gotchas" with doing this? Should we be cleaning up the program
variables, etc.? Does a redirect automatically close out the .net program and
free resources, or is there something we should be doing to make sure
resources don't run out? Any thoughts would be appreciated.
 
Reply With Quote
 
 
 
 
Jesse Houwing
Guest
Posts: n/a
 
      24th Feb 2008
Hello MarkR,

> I have somewhat older ASP application that is running on a client's
> web server and is in the process of being written as .net. However, in
> the meantime, due to the authentication interface that the client has
> in place we were forced to create one ASP.net web page that
> interfaces to this authentication program, and then redirects back to
> the older ASP application. So the user logs in to the ASP.net app,
> gets authenticated and then we response.redirect back to the existing
> ASP pages. This all takes place on the same server. Every once in a
> while this login process "hangs" and no one can login. A manual
> recycle of the AppPool clears things up, but my question basically
> involves our approach to doing this. The .net authentication code
> never really displays a page, but redirects to the old ASP pages. Are
> there any "gotchas" with doing this? Should we be cleaning up the
> program variables, etc.? Does a redirect automatically close out the
> .net program and free resources, or is there something we should be
> doing to make sure resources don't run out? Any thoughts would be
> appreciated.


If programmed well, there should be o problem on the ASP.net side. But it
sounds like you might have a problem with somethign as simple as a database
connection not closing properly or a connection to a webservice failing.

How is this Authentication system implemented is the question that probably
needs answering before we can help you further.

--
Jesse Houwing
jesse.houwing at sogeti.nl


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
REDIRECT Suzanna Moran [Microsoft] Microsoft Access VBA Modules 8 19th Mar 2005 01:12 AM
IE6 does not redirect =?Utf-8?B?U3RhcmRlbnQ=?= Windows XP Internet Explorer 1 25th Oct 2004 04:47 PM
Response.redirect does not redirect from .aspx page =?Utf-8?B?VHJveQ==?= Microsoft ASP .NET 2 18th Oct 2004 08:46 PM
Redirect SeanO Microsoft Windows 2000 Windows Updates 1 25th Feb 2004 09:20 PM
DOS redirect to USB Mary Dressell Microsoft Windows 2000 Printing 1 9th Aug 2003 08:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:32 PM.