How to find out if server supports .net or not?

  • Thread starter Thread starter annu
  • Start date Start date
A

annu

I have a website on which coldfusion 5 is running. I want to know if
asp.net programs can run on it or not. Please suggest how can I
know/test this?

Rgds,
Annu
 
If the server is running Windows 2000 or greater, and has Internet
Information Services installed,
and the Dotnet framework, you will be able to run ASP.Net applications,
when all are configured
correctly.
 
annu said:
I have a website on which coldfusion 5 is running. I want to know if
asp.net programs can run on it or not. Please suggest how can I
know/test this?

Ask the webhosting provider.
 
If you want to test it either programatically or manually(using regedit.exe)
then check for the presence of the registry key
"SOFTWARE\Microsoft\.NETFramework\policy\v1.1" in the Local Machine storage.

If it's there then dotnet V1.1 is installed, if you cant find it then it's
not installed.
 

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

Back
Top