Check for .Net from ASP

B

Bryan Harrington

Hello.. I'm working on a "hybrid" application some classic ASP, and some
asp.net. I'm trying to develop a support type page that checks necessary
components, database connections etc.. last item is to check for the .NET
extensions. Is there a way to do that from a classic ASP page?
 
B

Bob Barrows [MVP]

Bryan said:
Hello.. I'm working on a "hybrid" application some classic ASP, and
some asp.net. I'm trying to develop a support type page that checks
necessary components, database connections etc.. last item is to
check for the .NET extensions. Is there a way to do that from a
classic ASP page?

None that I'm aware of, especially if you're asking how to check for such
things on the client machine. You'd probably be better off asking at
microsoft.public.dotnet.framework.aspnet.
 
B

Bryan Harrington

Thanks Bob.. no, I'm not trying to check the client machine.. trying to
check the server configuration. I'm trying to create a diag type page that a
first level end user can pull up with support on the phone and have it list
the Database connection, check for the installed Components, list the
application variables, etc.

I've got it working the way I want it, but I'd really like to add a check
for the .NET framework without having to load up an .aspx page.. although
that would work too..
 
T

teknohippy

Thanks Bob.. no, I'm not trying to check the client machine.. trying to
check the server configuration. I'm trying to create a diag type page that a
first level end user can pull up with support on the phone and have it list
the Database connection, check for the installed Components, list the
application variables, etc.

I've got it working the way I want it, but I'd really like to add a check
for the .NET framework without having to load up an .aspx page.. although
that would work too..
Pretty sure the most solid way is to have to load up that .aspx page.
Do it from within the asp using the xml ServerXMLHTTP whotsit?

I
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top