Questions tagged [asp]
84 questions
0
votes
3 answers
Why IIS 6 gives me error message on each asp request?
I have Windows Server 2003 with IIS6. Every time I request something that ends with .asp server returns a 404 error, but not a usual one, the error response is as follows:
HTTP/1.1 404 Not Found
Content-Length: 93
Content-Type: text/html
Date: Tue,…

tsds
- 105
- 1
- 6
0
votes
1 answer
IIS 7 and dynamic 404 error
I have set a 404.asp page on my iis 7 yesterday and on this page beside some chacking i had at the end if anything was false i had:
response.status "404 Not Found"
response.AddHeader "location", domain & "/notfound"
it worked for an hour and then…

Y.G.J
- 317
- 5
- 14
0
votes
1 answer
Should I switch from Windows Server 2003 to Linux when I switch from ASP to PHP?
Possible Duplicate:
Changing from asp to PHP - server?
I've been developing ASP for quite a while using IIS/Windows Server 2003. A few months ago I started coding in PHP (using XAMPP on Windows) and would also like to port all my webhosting stuff…

Fuxi
- 184
- 2
- 11
0
votes
2 answers
Changing from asp to PHP - server?
I've been developing ASP for quite a while using IIS and hosting it on an NT-server (which has 2 IPs).
Since a few months I'm coding in PHP (using xampp on Windows) and would also like to change my webhosting stuff from ASP to PHP.
I'm thinking…

Fuxi
- 184
- 2
- 11
0
votes
2 answers
IIS6 stops working for no good reason
I've got a Windows Server 2003 box with IIS 6 installed. There is only one ASP-powered website running on this server. Approximately every 1-3 hours, IIS stops responding (returns 500 Service unavailable) for no good reason. There is not high…

eifjsl9
- 3
- 2
0
votes
2 answers
Can someone explain something for me about ASP?
I need to explain Database (ASP with Database back end) as part of my pass criteria, but I don't understand how a Database works with ASP.
Cheers in Advance

Aiden Ryan
- 3
- 1
0
votes
1 answer
Why is my ASP website so slow?
I currently run a ColdFusion 9 website on my local machine - Windows Vista with IIS 7.
I have never worked with ASP. I am currently working on some HTML and CSS changes to an ASP website.
I downloaded the webfiles via FTP, and added the site to…

Eric Belair
- 301
- 2
- 12
0
votes
2 answers
Looking for some IIS redirect help/ideas
Right now we have a site with a LOT of static asp pages such as, www.site.com/123.asp. This is due to how our current site's CMS builds it's pages by default. I don't have an exact count but we have roughly 6000 asp files in the site right now. We…

CoreyT
- 173
- 1
- 1
- 4
0
votes
1 answer
application requires an updatable query
While making programme on ASP and connecting the data to database and connecting it with DSN,the browser says that application requires an updateable query..
please help

Gaurav
- 1
0
votes
3 answers
ASP Web application: Best practise in average web page size
Do you guys have some best practise advise on the output size of web pages. The smaller the better ofcourse. Im talking about non cached output. Id rather not return 1 MB pages.

Datapimp23
- 191
- 1
- 3
- 21
0
votes
2 answers
running xampp + iis (classic asp) on the same local machine
i've been using classic asp so far (using iis) and i want to start with php (xampp).
is it possible to run both (local) servers at the same time?
i think the problem is that both are pointing to localhost.
thanks in advance

Fuxi
- 184
- 2
- 11
0
votes
6 answers
run apache and iis on the same machine
Im using windows 7 ultimate 64-bit.
I have wampserver installed which installs apache, mysql , and php as all of us know.
I am now familiar with php. And now I want to learn asp.net. Which needs IIS to run.
I'm just a beginner and I'm not familiar…

Wern Ancheta
- 125
- 1
- 7
0
votes
1 answer
IIS6 - Classic ASP - Comma to point
There are some classic asp pages we are serving, which require a float to be like 1.5 instead of 1,5. So the comma should be a point.
Any ideas?
Thanks.
None
0
votes
2 answers
Getting Classic ASP to work in .js files under IIS 7
I am moving a clients classic asp webapp to a new IIS7 based server. The site contains some .js files which have javascript but also classic asp in <% %> tags which contains a bunch of conditional statements designed to spit out pieces of javascript…

Abdullah Ahmed
- 113
- 1
- 5
0
votes
2 answers
Trying to destroy ASP cookie with PHP
A logon credentials cookie is being created by an ASP script on our server. In a different directory, we have PHP scripts that need to access just the username from this cookie, which is does successfully. The problem is, when you click the logout…
Lawrence Westen