Installed Or Not?
How do I programmatically check whether ASP and Server Side Includes sub-components of the World Wide Web service are installed on a Windows 2003 Box? I want to do these checks as pre-install checks for a software.
View RepliesHow do I programmatically check whether ASP and Server Side Includes sub-components of the World Wide Web service are installed on a Windows 2003 Box? I want to do these checks as pre-install checks for a software.
View Replieson one's computer locally like PHP where I design offline?
View Replies View RelatedI just installed IIS in my W2k machine.. have hardly ever done any asp. first thing I need to know is how do you change the port once it's intalled (since http://localhost is address for my Tomcat (JSP server..)) I see no read-me or config instructions with this install.
View Replies View RelatedI have my asp successfully creating excel file viewable through IE
using the header:
Response.ContentType = "application/vnd.ms-excel"
If the user does not have excel installed they get a IE pop up that
downloads the asp page in question.
My question is there anyway to interrupt this and tell them that they
don't have EXCEL installed, rather than showing this download pop up.
I need to detect if a users browser is Java enabled for a certain function on my site. If it's not enabled I need to direct them to a page telling the member that, else continue and load the applet. I don't dabble in ASP at all but I've exhausted all other methods.I've tried the following code (as a test) which loads up the redirect regardless of Java status.
If Len(Session("AppletFileArchive")) = 0 Then
Response.Redirect "somewhere.php"
End If
I was searching for a code that allows me to know when anyone installs a script I made.
This code sends me an email including the URL of the installed script.
lots of acronyms in that title! Anyway, this is probably a stupid question because it seems as if you do but could someone confirm? I keep getting 500 errors when attempting to run the pages.
View Replies View RelatedI have an ASP project that uses websheet component for calculation. All the users now are upgrading to office2007 which does not install the Office Web Component by default.
I want to add code to my project that will check if OWC is installed on the client machine and if not prompts him to download. Does anyone know how to do that or where I can read about it.
If i am using ASP to extract data from an excel file, does excel definitely have to be installed on the web server? The file will be located on a separate folder away from the web server.
View Replies View RelatedI ran some script and confirmed tht CDONTS exists on the server...which runs on Win2k and has IIS 5.0 When i run my email script,no error is displayed ,but i NEVER get the emails im trying to send. What could be the problem.
View Replies View RelatedThe following code is used to show installed printers on a computer,it works on server machine,however, if use a client machine to browse, it also shows the intalled printers on the server machine.Actaully, what i want to do is to show what printers installed on your own machine (that means show it on client-side)...
View Replies View RelatedI have a strange problem. I have to show demo presentation in CD. In
this presentation record will be show from database. But we dont have
to install the database. any body can see the cd and can search the
data. how it is possible because the databse will not be installed in
CD and computer also.
How do I tell if an ActiveX control is installed (and working)?
View Replies View RelatedI need no send birthday emails every day. I need something to check everyday on my database for birthdays, but I don't have any components to do that and I dont have rights to install it on my webserver.
Is there a way to do it without installing anything? Only through asp?
Since I want to be able to send a confirmation e-mail (containing user name/pwd etc.) to every visitor that enters some info in a form on my web page I wonder how that is done.
I have heard about SMTP and CDO but don't know the differences or which one is applicable in my case
I'm running xp-pro and use my computer as a web server but don't know if I have SMTP installed (or how to use it if it actually is there).