Questions tagged [asp]
22 questions
2
votes
1 answer
ASP Classic on IIS7 (Windows7 Ulitmate) is not working?
My IIS working OK and it show .asp files but ASP code not working...
When I direct error to browser from IIS, I get following message on my page
An error occurred on the server when processing the URL. Please contact the system administrator.
If…
Tom
- 237
2
votes
4 answers
Unable to access certain websites
I am unable to access certain websites from my PC viz. google.com, gmail.com , stackoverflow.com, etc. However, I am able to access facebook.com, twitter.com, infoq.com etc. Currently I am accessing Google via proxy server. I suspect that the…
Ravindra Jadeja
2
votes
2 answers
Is there any way to download the values of a public DB (ASP.NET) to hard drive?
I'm a social science researcher, and I'm working with data from various public databases of NGO, government, etc. Let's assume that I've got no opportunity to ask the admins for the whole database. However, if I have enough patience, I'm able to…
Übel Yildmar
- 149
1
vote
0 answers
Microsoft Access database worked before and now old records won't update
This code was working fine on Windows 2003 Server. Updated to Windows 2008 Server and now new records can be listed for update or delete but old records can only list record content, but can't be updated. I get the error below:
Microsoft OLE DB…
Doris Dean
- 11
1
vote
1 answer
Cannot register DLL on Server 2012
We have an old classic ASP website that I'm trying to host on a new Server 2012 box. It uses a DLL developed in house on VB6.
I copied the installer file over and it error's out. I try to register the DLL manually using "regsvr32…
Clint Davis
- 219
1
vote
1 answer
Cannot access my ASP pages on LAN
I can access my asp pages on my PC using "localhost". But, I cannot access the files over the LAN using the ip-address.
It's the same case on my pc. When I enter the ip-address (of my PC) I do not get the pages.
Can any one help? I want to be able…
tejaswi
- 11
1
vote
0 answers
How to enable ASP Classic in IIS 7.5
I am running IIS 7.5 in Windows 7 and have already gone into "Turn Windows features on or off" and enabled ASP in "Internet Information Services/World Wide Web Service/application Development Features". Once I did that I started getting an HTTP 404…
Brandon
- 111
1
vote
0 answers
Windows Server Migration - find which c plusplus redist installations are necessary
here's the situation:
We have an older Winserver 2012 VM that we want to migrate to 2019. This VM has a bunch of IIS / ASP sites that were written by an intern about 6-8 years ago, and apparently need to remain functional under the new environment.…
Jensen010
- 123
- 4
1
vote
0 answers
Web App Errors - The resource cannot be found. Description: HTTP 404
Web App configured through IIS - ASP.net 4.6
This app reads/parses data from a SQL database (reporting server). Basically it generates reports based off of the data housed in SQL from front-end users using the desktop software associated
I am able…
PrevLnt
- 11
1
vote
2 answers
NGINX reverse proxy to IP Power Swith
I have the following setup:
NGINX setup as a reverse proxy on Raspberry Pi (its sole purpose)
-reverse proxy working great for other IPs on the LAN as well as several ports to services on a single Windows desktop
I have an issue with just 1 LAN…
Chris
- 11
0
votes
1 answer
How to leave the remote desktop user session in Windows Server 2012 R2?
I'm having a problem in ASP.NET opening the Microsoft PowerPoint Component when the Windows Server doesn't have an RDC (Remote Desktop Connection) Active User Session.
My question is how do I leave the RDC user session active in the Windows…
0
votes
0 answers
How to investigate for mail not sent/received
I've got a classic ASP page that sends emails to registered users.
From one month to date, some users which have their emails on 3 specific domains, are not receiving emails. Some others with their emails on the same 3 specific domains receive their…
kiks73
- 135
0
votes
0 answers
IIS 7: ASPX site returns 404 (no handler) or 500 (with handler)
I have a site that ran well for about 8 years on Server 2003/IIS 6. I recently migrated to Server 2008/IIS 7, and the site is no longer running (???). The site is located on E:\, so nothing was changed when the OS was refreshed.
I recreated the site…
jww
- 12,722
0
votes
0 answers
How can I work "locally" on ASP code using OSX?
The company I work for recently migrated a Rails project over to ASP. Previously, our front end development team had been working on the Rails project on Macs. The new ASP team us telling is that to work on the ASP project, we need to use Visual…
CodeJunkie
- 197
0
votes
1 answer
no php/asp/scripts to send a form
'm working on developing a server in java to embed it into a new programming language as a part of run time support. I don't want php/asp or any script support, but I need to send requests from html pages and get responses( like forms) is there any…
YBV
- 11