PDA

View Full Version : Accessing classic ASP application variables from .NET


david7777
04-20-2004, 10:34 AM
I am trying to find out if it is possible to access a classic application variable from a asp .net page???

It is a connection string stored in Application("DB_ConnectionString") (Classic ASP)

Would i just do a direct read to the application file or what?

glenngv
04-20-2004, 11:36 AM
Have you tried it? My instincts tell me it's not possible. But there's no harm in trying.

david7777
04-21-2004, 12:00 PM
ill give it a shot - dont think it will work though, but as you say - worth a try...

Roelf
04-21-2004, 12:40 PM
Is this of any help? (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/converttoaspnet.asp)

david7777
04-21-2004, 02:18 PM
You the man Roelf! :thumbsup: