The asp tag has no wiki summary.
0
votes
0answers
17 views
SMTP IIS sending email from ASP application help
I have succefully setup my ASP app to be drop the email to a maildrop box designated by the ISS. I can see the email in the folder which I have specified. This is what I have specified in my IIS ...
1
vote
1answer
35 views
Secure classic ASP hosting - similar to ASP.NET medium trust
We had a major server compromise over the christmas period when a comprimised FTP account was used to upload a .net back door which gave it access to the entire asp.net machine account and comprised ...
2
votes
2answers
36 views
Server.CreateObject_Failed error when creating a COM object on IIS7 using classic ASP
I am trying to migrate a classic ASP application from a Windows Server 2003, IIS6 server to a Windows 2008, IIS 7 server.
The ASP page comes up fine, but the first time it tries to use our .NET ...
2
votes
3answers
96 views
Why am I getting random 500 errors on my MVC and ASP websites on iis7?
It seems to happen on almost every site and does not matter if it is an ASP or .NET website. if you refresh right after you get that error it goes away and won't come back by just hitting refresh a ...
-2
votes
1answer
95 views
Whats the best server-language for programing a Webcrawler? [closed]
I would like to ask what language:
ASP.NET / Ruby / CGI / Perl / Python / ColdFusion...
would be the bes for programming a Webcrawler
and for processing the contained information????
(it should ...
0
votes
1answer
84 views
Classic ASP application not working on IIS 7with windows server 2008
I have an old classic ASP application which runs fine on xp and windows 7 too.. but when I deploy the application on windows servre 2008 32 bit with ii7 installed on it, it gives following error
...
-2
votes
1answer
67 views
Is there a support of asp by Nginx? [closed]
There are a lot of asp program around and work fine. Can it be made to work with Nginx with minimal effort?
1
vote
3answers
99 views
site taking too much time to load with domain name, but when I open with IP Address it works fine
I have a website which I have hosted on Windows 2008 R2 Dedicated Server.
Now, I have problem is my site taking almost 30 second to connect it through it's domain name any ".asp" pages. All other ...
0
votes
0answers
16 views
IIS 5.1 Launch Process Account is always IWAM even when anonymous access is set to a different user
I'm running IIS 5.1 on XP SP2. I have a wshell.run ASP file which executes a batch script. I set anonymous access to the ASP file with the credentials of the desktop user which is admin. When I ...
1
vote
0answers
11 views
Connect my mac to my external local asp server
In our office we have several PC's that network to a Windows 2003 Server so we can run local sites for testing etc and so we all have access to rather than have them on individual PC's.
We have a ...
0
votes
0answers
25 views
Orphaned SQL Recordsets/Connections with IIS
I have an IIS 6 site running on Windows 2003 Server x86 with MS SQL2005 Enterprise edition running ASP Classic (no choice). The site runs very fast with about 8000 page views per hour. All of my SQL ...
0
votes
1answer
78 views
download SunOne asp 4.0.3? [closed]
does anyone have a copy of the last sunone ASP linux version?
likely name would be sjsasp403-linux.tar
or know where it can be downloaded from?
0
votes
2answers
39 views
how to land www.example.com/subfolder on /index.asp not /index.html
In attempt to answer my question I did:
read Miscrosoft "using virtual directories"
read over a dozen + posts on stackoverflow / codingforum / dmxzone without a clear answer
for my ...
1
vote
2answers
67 views
Publish a url for http that will ultimately go https
I"ve got a client who currently has a site that's not SSL who wants to print materials with a URL on them. However, we're going to SSL in the next couple of months and I want to make sure that the URL ...
1
vote
2answers
81 views
Dual Server Technologies On One Computer [closed]
I currently have IIS running on my webserver at home and I am using DNS2Go to provide a static domain name. My old websites use ASP with VB Script and an Access Database through ODBC drivers and my ...
0
votes
0answers
68 views
ADODB.Stream error '800a0bba' File Cannot Be Opened Message
I am a developer who has inherited a legacy application written in Classic ASP which has since been converted to ASP.Net. When I simply click on the link on our test box, I receive the following error ...
1
vote
2answers
51 views
Are ASP and ASP.NET entirely separate in IIS 7.5?
This is probably a silly question, but the names are confusing and I can't find a direct answer. There are a lot of limits in the ASP section of the IIS configuration that I might want to tweak (such ...
0
votes
0answers
92 views
IIS ASP Configuration - Old ASP
We are using IIS 7.0. I have created a website, and set the permissions for share. I am able to read a text file remotely through IE using our URL to the website.
However, I am not able to connect to ...
2
votes
1answer
65 views
running ASP on a linux machine
My testing environment for coding is currently a LAMP setup on an internal server running Linux Gnome. We've recently gained 2 or so sites to do maintenance for that were written in ASP. I'm now aware ...
0
votes
3answers
77 views
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
...
0
votes
1answer
50 views
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", ...
0
votes
1answer
26 views
Should I switch from Windows Server 2003 to Linux when I switch from ASP to PHP? [closed]
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 ...
0
votes
2answers
142 views
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 ...
0
votes
1answer
62 views
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 ...
1
vote
3answers
143 views
What can be causing the following hack?
Server information:
Windows XP
Service Pack 2
Microsoft-IIS/6.0
Generally speaking the server is out of my countrol (for the time being.) I can request patches that are missing but ...
0
votes
1answer
176 views
Inetmgr.exe not recognized as command
On my Windows 7 machine, I've just installed IIS and it should work, but doesn't!
Well, finding it anyway... and when I run inetmgr.exe the command prompt doesn't recognize it.
...
0
votes
2answers
30 views
Can someone explain something for me about ASP? [closed]
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
0
votes
0answers
53 views
asp page showing 'The requested resource is in use'
In a windows server with plesk and IIS6, the asp pages under one domain are not displaying. Instead it shows a blank page with a message, given below.
The requested resource is in use.
I have tried ...
0
votes
0answers
42 views
problems with pass through authentication
I have tryed various things to get this to work and it is not working
could my problem be that my directory main page is a classic asp page
1.
disabled annonymous users
gave everyone read access to ...
1
vote
1answer
152 views
Run ASP on Apache / Linux
Now I know this is quite a tricky one, but so many different sites say different things about doing this so I'm looking for a comprehensive answer here;
I'm currently in charge of moving about 450 ...
0
votes
1answer
152 views
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 ...
0
votes
2answers
60 views
URL of localhost using IIS
So I have IIS installed at work and use the following URL to test my asp site:
http://localhost/mysite/index.asp
I'm on the road and need to work on it. I have all the site files, but I don't have ...
0
votes
0answers
211 views
IIS 7 with Classic ASP hangs after a few requests
I have a site where we are running ASP Classic on an IIS7 server.
We have started experiencing that the whole site hangs after making a few requests.
The code base that we are using is a stable ...
0
votes
0answers
75 views
Wordpress frontend + ASP backend using same domain
I have a problem that I'm trying to find a decent solution to.
I have a classic asp + MS SQL server application which runs in the folder of the main site called /app
The front end pages of the site ...
0
votes
1answer
142 views
Classic ASP executing under .cer file IIS7.5
Not sure if this is default behaviour, however on one of our Windows Server 2008 R2 boxes we've noticed one of our websites has .cer files under a folder called /scripts.
The .cer file contains ASP ...
0
votes
2answers
102 views
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 ...
3
votes
2answers
506 views
Understanding IUSR_<machine> account
Namely how is setting read/write permission for this account different from giving read/write access in the IIS (Windows 2003, so it should be IIS6 if I am not mistaken).
Here is the issue:
It looks ...
1
vote
2answers
324 views
Enable ASP classic logging to event log
I thought my need was pretty simple, but I couldn't find a solution...
How can I make ASP-classic errors appear in Windows Event Log ?
I need it on Windows-server-2000 and Windows-Server-2003.
...
0
votes
1answer
16 views
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
0
votes
1answer
20 views
ASP Guidance - Development on laptop with limited internet access (nonhosted)
I am fairly experienced with the .NET family of languages, as well as web development (from a PHP perspective.)
I am home for winter break and have limited internet access but would like to learn ASP ...
0
votes
3answers
123 views
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.
0
votes
2answers
332 views
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 ...
0
votes
5answers
244 views
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 ...
0
votes
1answer
450 views
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 ...
-1
votes
2answers
159 views
how to host asp webapp in Linux?
I tried apache asp but it doesn't work well. Is there a better solution?
1
vote
2answers
244 views
Task Scheduler offers download of .asp script instead of running it
I scheduled this action on Task Manager on Server 2008:
Start a program
C:\Program Files\Internet Explorer\iexplore.exe" "D:\Inetpub\pathToMy\script.asp"
When the task runs, IE opens quickly and ...
2
votes
2answers
253 views
ASP uploading/transferring images
I have an ASP web service, that allows to various users to put some data in a database and to upload some images.
Since the users have different web sites, the web service uploads the image in a ...
1
vote
3answers
1k views
Authenticated User Impersonation in Classic ASP under IIS7
I've recently moved one of our servers from Server 2003 and IIS6 to Server 2008 R2 and IIS7 (technically IIS7.5 I suppose). In doing so I am transitioning a small account management tool written in ...
2
votes
1answer
325 views
ASP detailed error messages on IIS 7.5
I'm having real issues getting some (externally-written) ASP running on IIS 7.5.
ASP is set up and I've enabled error messages in the two places mentioned in articles such as ...
0
votes
2answers
93 views
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 ...