.Net framework

annordunduddy

New Member
Is there a way of determining whether the .Net framework has been installed on a web server without having access to the console?Can you FTP to the server in question?<BR><BR>If so, try send an .ASPX file and then try to open it in your browser...<BR>A simple one like ...<BR><%@ Page Language="VB" TRACE="TRUE" %><BR><BR>should do.<BR><BR>If you cann't upload ASP files to the server, does it matter if .net is installed?<BR>
 
Back
Top