Enabling The Sever

I am running Win Xp pro and have all components of IIS
installed from the add/remove programs I have my FTP &
website running fine, I am working on a page for a new
sit and it's a form when I go to the page I get all the
code not the page when I publish it to my host the pages
display but the forum cant access the DB, switching to a
Win based host, but I want to test here then publish how
can I do this?

View Replies


ADVERTISEMENT

Enabling ASP With Htaccess

I have Apache::ASP installed on a server. And I have gotten a little code that I found on a website to work. But when I tried doing any code other that what was on that website it doesn't work. This is what I have in my htaccess file Code:

PerlModule Apache::ASP
<Files ~ (.asp)>
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir /tmp/asp
</Files>

The ASP code that I'm using is Code:

<% response.write("Hello World!") %>

View Replies View Related

Enabling .NET Win 2k3 Server

I believe that the .NET framework comes by default installed on win 2k3. It better, otherwise i don't know why it has .net framework wizard or .net configuration.

i can run asp files on my server fine. I changed the extention of the asp to aspx. Now it says file not found when i try and load it. Is this a problem with my aspx maybe, or you think aspx isn't registered by default, anyone know if i need to set something special up?

View Replies View Related

Enabling Multiple File Downloads

I currently need to allow users to download a series of Excel files from the intranet which were generated individually using ASP. Rather than have them click one link at a time to download only one file, I want to find out if it is possible to let them download the whole series of files with one link click.

The users are all on the LAN so bandwidth is not an issue. Furthermore, the total size of all the files is only 100kb.

View Replies View Related

Asp And Sql Sever

I have Windows 98 ... PWS & SQL SERVER 7.0

my ODBC _ 32 shows all junck ... someone told me to update my drivers ... but the latest drivers doesn't support sql server 7 ... so what is the alternative ..

also can someone tell me is their any db connection pre-written functions for asp-sql server ...

View Replies View Related

IIS Sever Problems

I used to run abasic asp page off my windows xp pro system using IIS. I recently started learning PHP and i started to use apache with php as the book i was learning from recomended this. However i am unsure now how to connect to my database in my old asp pages. Code:

View Replies View Related

Sever.execute

I've noticed a problem with calls to server.execute on a webserver running IIS 5.0. The call is used to conditionally include some asp code according to the language,but there seem to exist some memory leak due to the server.execute, because the "private bytes" for the processes, logged with performance monitor, go always up until I got "out of memory" accessing the homepage.

The memory comes back to normal with a click on the "unload" for the application but starts climbing again. Replacing the server.execute with a <!--include...--> solves the problem for me but I can't figure why this memory problem occurs.

View Replies View Related

Sever.Execute Error

Whenever i try to accecc HTML page through server.execute, i got this error.

Server object error 'ASP 0228 : 80004005'

Server.Execute Error

server.execute("/folder1/htmls/" & strfilename & "_1.html")

The call to Server.Execute failed while loading the page.

View Replies View Related

Sever Side Validation NOT Working

I just spent days on a clients website incorporating Server side validation where before I only relied on client side javascript. I was getting hit with injection attacks or so I believe.

What is happening now is that on one particular form is getting submitted completely blank when in fact it shouldn't be. Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved