IIS 5.1 Local Host Error 500.100
Installing IIS and getting a strange error.
..Error Type:
Active Server Pages, ASP 0134 (0x80004005)
The object has an invalid ProgID of 'MSWC.MyInfo'.
//global.asa, line 1
This error comes after on Page not Found error after entering http://localhost .I have done all the localhost not found suggestions in the localhost not found thread. I also looked up the error in the knowledge base and the Anonymous login was not checked for the localstart.asp file. I also ping 127.0.0.1 just fine.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Local Host Id
is anybody know how to capture lan id(localhost id ) address in lan. u can check the same under dos using command ipconfig. but i am not geting the same id using bewlo code <% Response.Write Request.ServerVariables("REMOTE_ADDR") %>
Setting Local Host Permissions
I download an application from a 3rd party for a forum that uses Microsoft Access. When I try to log in, I keep getting an error about the database being read only. I go to the hard drive and right click and uncheck "Read Only" but it never works, I've done this on the database file, the directory it is in, the parent directory, the wwwroot directory, the Inetpub directory.
Local Server Error
I am using Windows XP Pro, and since I updated to Internet Explorer 7 I am having problems getting web sites to work on my PC in Internet Explorer using the local IIS web server. These web sites are using ASP and Access databases. The two errors I get are: Operation must use an updateable query or Cannot modify the design of table 'TABLE_NAME'. It is in a read-only database. Does anyone know how I can get this working so I can test my web sites locally before uploading them to the live sites?
Error On Web, But No Error Running Local
I have my website with an Iframe in the middle of the main index. I have a point where you click and it changes the index page and loads a certain html or asp page in the iframe. I have this set up using this code:
Iis Web Host
I have just uploaded my asp pages online and set permissions to to read write and execute but i am still having trouble, it displays this message.You are not authorized to view this page The URL you attempted to reach has an ISAPI or CGI application installed that verifies user credentials before proceeding. This application cannot verify your credentials. Please try the following: Contact the Web site administrator if you believe you should be able to view this directory or page. Click the Refresh button to try again with different credentials. HTTP Error 401.5 - Unauthorized: Authorization failed by an ISAPI/CGI application. Internet Information Services (IIS)
Host URL
I need to grab the full url of the virtual server server of the image directory
New Host
We've had a Fasthosts reseller account for quite a few years now and have been relatively happy until now.Unfortunately they've started to push out MySQL DBs (I think 4.2.x or 5)that don't work very well with classic ASP and basically said you can b*$£*"s if it don't work with your apps. In which case, we do not wish to pander to the FHosts machine anymore and are looking for a new host.Bearing in mind what the Windows based FHosts reseller account can provide,can anybody suggest a better host? Please note we were stung badly by 2 'from the attic' ISPs before so wedon't want to go down that route anymore.
Ip And Host Name
I need to get visitors ip address and host name when visitor visit my homepage. Can someone please paste an example of an asp page that handel this ?
CDOSYS On Host
My web host uses CDOSYS to snd mail. right direction to get some code for this please?
New Host, Not Working
I recently moved all my files and db to a new host. I cannot get the site to function properly. The site appears to be pointing to an old test template my programmer set up, and not my index page. I have lost my programmer, and I don't know ASP at all.
Setting Up On Web Host
I haven't ever used ASP on a web host but will most likely be shortly with a members area and was just wondering if someone could answer these questions. Do I have to have the ASP files in a certain file and with the database? Do I only need to have the asp files or do I need a file like adojavas.inc like if I am using in on my local computer with a web server?
Unique Host IP
I'm trying to obtain the IP of the hosts connected to my webserver. Code: <% on error resume next 'trying to obtain host IP ip = request.servervariables("remote_addr") response.write "IP addr: " & ip & " --- " ip = request.servervariables("remote_host") response.write "IP host: " & ip %> If I use the above script, it shows me the IP of my ISP webproxy, not mine.
Printing To The Host Printer ??
I am writing a website in asp for a take out restaurant. Customers can place order from their website. What I want to do is, print out the order form from the restaurant's printer when an order is placed, so none is required to manually print out the order list. Is it possible and how??
Email, ASP Timeout And Web Host
I'm sending emails to a database of 2000 people (that will be double that in the future). My web-host provides ASPQmail. I have to send the emails out in groups of only a few hundred at a time to avoid the page timing out (I have set the timeout value to a very high value). Once in a while it seems as if either the SMTP server or the web server is running slowly and I can't get it to send even a few without timeout problems. I never get the log file showing anything. Is there a better web-host situation and email/SMTP I should look for? Do I need a dedicated server? Any suggestions as to how to go about a bulk email scenario? At least when I do have problems I would like to know which clients received their mailing and which ones didn't.
Host Problems With ShellApplication Object
I have been using the ShellApplication object in an ASP script to retrieve some file characteristics that the FileSystem object does not access (this is one of my clients' sites on a commercial host, running IIS 6.0). The script ran perfectly for about 6 months, then began returning "Microsoft VBScript runtime error '800a01a8' Object required". The code had not been changed. The script doesn't produce an error on the creation of the object, but at the first use of it. The hosting company rebooted the server and it again worked fine, but then failed again. The hosting Co's attitude is "you are the only client using this object and the only client affected by it failing - find a different way to do what you want to do" My contention is that they started/stopped doing something that has caused this to fail and just don't want to be bothered researching/fixing it (I use the object with no problems on several other hosts). Can anyone shed some light? Is there a known problem with the object or something known to cause it to fail?
Popup Window Changes Host Page
When I use this command in a webpage Response.Write "<a href=""javascript:window.open('events/EventDetails.asp?EventID=" & theEventID & "' )"">" & theLinkText & "</a>" I get the new window to open but it also affects the "host" window. The "host" window is left with the word "[object]" in it. If I refresh the window that says [object] the new window opens again. Why and how can I make the new window open without affecting the previous one?
Cookie And Session Are Not Created When Using A Host File Instead Of DNS
When I use a host file entry to point to the host header of the site that I have created on a Win2k server running IIS5, a cookie is not created to hold the session id. The result is that Session_OnStart is run every time a page is requested. If I set up a DNS entry on the DNS server it all works fine. I never noticed this problem before we put in Active Directory so it may have something to do with that. I have set "allow per session cookies" to promt(under Custom Secrity settings in IE) to see if this is being attempted and it is not. So the browser is not even trying to create the session cookie when using the host file.
Validation Controls Not Working On Remote Host
I have two .aspx web pages. The first one has a form with ASP textboxes, validation controls, an a submit button which calls an event handler using VB to insert data into an Access database then redirect to the second page. Both pages work fine on my local host computer (IIS). But on my remote host, when I click the submit button, it just sits there and does nothing. When I remove the validation controls, the event handler works fine. How can I get the validation controls to work on the remote server?
Host Doesn't Support Server-side Includes
I've just been caught out by a host that doesn't support #includes in my ASPs. What's the best strategy for replacing these calls to files that include everything from subs and functions, global constants, other #includes, script directives, etc.??
Test If A Host Supports Collaborative Data Objects
Is there a way to test if a host supports Collaborative Data Objects like Server.CreateObject("CDONTS.NewMail") something like phpinfo to show the servers ASP setup? which components are installed etc? i've got a form mail script im testing that seems to parse ok (no errors),but am not receiving the email at any of the recipient addresses im sending it to.
Local Filesystem
Is there anyway I can get the information about a file on the local machine of a user that is reading pages from my web site? Scripting.FileSystemObject does not have permission to do this, and I want to check the size of a file before I try to get it uploaded.
Server To Local
An application runs on server, and is used for Hour-registration. Now I want to run the application local, I use SQL Server 2005, and managed to fix connection changes. But now, I get this error everytime I run the application: Microsoft VBScript runtime error Error Code :0x800A01CA Error source : Error Description :Variable uses an Automation type not supported in VBScript Any solution please?
Local Settings
The webserver I'm using (which I can't make any changes to) has a Dutch-localsettings. When doing simple calculations the decimal-symbol in ASP is a , (komma). Is it possible to force IIS to use a . as decimal symbol by code? (IIS5)
Using ASP On IIS (Local Machine)
I would like to evaluate some shopping cart software to use on my next project. I am new to asp and as yet my hosting does not support it. Before I go ahead and upgrade my hosting I wanted to see how the various packages work. I am running XP Pro SP2 and have installed IIS. The folders seem to be where they should be and I have access to the settings through the Administrative Tools. When I put a htm file in the wwwroot folder it loads fine if I type http://localhost but the asp files are either downloaded or opened in dreamweaver. Do I need to do something special to enable asp files to open on my local machine??
On My Local Machine.
I'm not a networking/IT guy, but I was put in charge of figuring out how to use ASP to tap into an Oracle db for my office. I am using a windows 2000 laptop, and I want to be able to run ASP code on my local desktop (without being plugged into a network). I need a lot of help here. I know I have to turn my computer into a webserver, but I'm not certain what I need to do with the IIS. What do I need to do in general to make my computer a webserver? In addition, I will be using a local Oracle database. So I wasn't sure what I would need to do to make that db available for querying with ASP. What is the best way to make that connection? Anyone who can point me to useful documentation.
Code On Local IIS
I am running this code on my local IIS and everything works fine. The code detects the file I select using the INPUT TYPE=FILE. The problem is that when I move this code up to my host’s web server, it never works as in it never finds the file. It is the exact same code so why is it working on my local IIS but not on the web server? It is ASP code. Code: set fso = createobject("Scripting.FileSystemObject") If fso.FileExists (strValue) then 'File exists continue with code Else Response.Redirect("aspError.asp") End if
Local ASP Server
I need to setup my home computer to view ASP files like I veiw PHP files through Apache2Triad or some other similar installer package. I'm using Windows XP Home,is this possible?
Calling A Local .exe
I am trying to set up an internet page on our intranet that contains logoff/shutdown and restart buttons.This needs to work in a remote desktop situation which rules out various options. Next stage is to call this .exe from a webpage...which I'm struggling with. My test code (to test a reboot) is below but doesn't seem to work. Can anyone help remembering this needs .exe needs to run on the local machine and not the server.
Local Web Server
I have a computer running Windows XP home edition and i would like to have a local web server for testing my classic asp pages.
Local Execution
How do I execute a users program from a web page? When a user goes to a webpage - I want a link on that page that will execute a program on the users local hard drive - like say...notepad.exe . Everything I have tried will only execute it on the server.
LOCAL MACHINE
have an SQL DB which clients access via asp pages through the internet, in the case of a power outage I need to write that data automatically in the background to a txt file on their local machine, I would imagine it would involve a script of some kind.
Asp & Local Executable
i'd like to know if it is possible with asp to launch a local application (exe file like word or any else).
How To Sync Local And Web Database?
I am wondering if their is a strategy or tool for syncing a local database with a web-based database? Specifically I have an application where orders are entered via a web form and the data emailed to my client who processes the orders. I extract the order information and update a local "order tracking" database. There are several order processing steps. I want to update a web database to reflect the status of the order as it flows through the local tracking application. I will send an email to the "orderer" at the major steps, but my client wants to have a web-based report shows the status of all orders for a company that has pending orders. In other words a company will enter multiple orders and will be able to track the status of the orders by signing on to the web site. This status report gets its data from the web-database.....which I must update from the local tracking database. A pretty long winded explation which I hope mades sense. Has anyone found a solution to this problem? Any reference or tools you can suggest?
Dynamic ASP Local Variables...
I'd like to create a series of variables created dynamically, example such as this... For i = 1 to 5 TheVariable & i = "blah" Next This would during the first loop create a variable called 'TheVariable1' with a value of 'blah'. Is this possible as so far I'm getting syntax errors?
SQL Express Connection From Local IIS
While I know within visual studio express 2005 it's easy enough to test and connect to SQL Express 2005 database's I ask can standard ASP connect to this also? I will be attempting from localhost IIS as obviously visual stuido does not host ASP sites.
Converting Local Time To UTC
1. I need to convert the local-time of the server on which I run my website to UTC and I don't want to rely on the server local time and timezone (i.e. I don't want to hardcode the timezone information), is there a generic way to do this? 2. Is there a general for converting time between timezones in ASP?
Browse Local Save
How do I allow users to browse their local machine and upload a file to the server? I'm looking for the pop up window that allows the user to search for a file in their local machine. Also, once the file is in the server and the user needs to delete it, how do I do that?
About Testing On Local Computer
I have been teaching myself ASP for several months now and seem to have a pretty good handle on it. All along, I have been uploading changed files directly to the website and refreshing to test. However, today I will be at a location with no internet access and would still like to be able to work and test my programming. How do I go about testing ASP pages on my local computer without an internet connection? For now I am not worried about testing any databases or anything, just layout and design. If it is useful, I am running Windows XP Home edition and I use Dreamweaver to write the ASP.
Getting Size Of A Local File.
I made a image upload a while ago, but too many people submits too large images (this is no problem, since ASP Upload won't upload too large images) but people gets frustrated when their images are not uploaded!I want to do so that you can't submit the form if the pictures are too large. I was thinking of doing a asp functions to check the file size and then pass the result to a javascript function, which will then alert the user and denie him to submit the images.I know how to do the javascript part, but I don't know how to check a local file's size with asp? I'd appreciate if someone could help me! Thanks.
Can't Run Website On Local Machine
I copied one of our websites to a CD and wanted to run the website off of the CD. However, it won't run the index.asp on Windows XP machine. Do I need to install some dll's or something?
Setting Up Local Server?
What is the best way to set up a server with MSSQL on your local machine. I have IIS set up, and am wondering if there is some way to get MSSQL for testing purposes for a reduced cost? From what I understand, a typical MSSQL license is around $8,000, am I right
Local Path Reference
I took over an ASP site and am having trouble uploading pics through the user interface. I get the following message: Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object: 'SoftArtisans.FileUp' /admin/UPLImage.asp, line 15 The line refered to by the message states: upl.Path = "d:htmlusersusernamewebsite.comImagespages"
Logon With Local Accounts
i am developing an intranet area where my boss says he wants the logon to be related to the local accounts,if no local account exist then they will be refused access, i am a little lost with this.
Viewing ASP Files On Local Machine
I'm using WinXP Professional SP2, I've installed IIS, but am having a problem viewing the temp version of the ASP file IE makes when you go to view an ASP page. So, I hit F12 to bring up IE and my ASP page, IE generates a URL something like, http://localhost/MyWeb/ACEI/TMP91g0dk4dw.asp ... but that always comes back as a "File Not Found" error, however if then I replace the TMP91g0dk4dw.asp part with the actual file name e.g demo1.asp..the page runs fine.
Where Does My Local Cookie Hide And What's It Called ?
I'm running my script locally and the cookie has been saved on the machine because the login page is by-passed (with the Redirect to "menu.asp" below. OK - but where is my cookie stored? Or at least give me clue. What will the cookie be called and what text will it contain if: iAuthorID = 1 iSecurityLvl = 3 uName = "barny" ? The machine user is "flintstone" and machine name is "W2KPro". The CookieName will be "mABmyASPBlog" ....
Enumerate Local Variable Scope
Does anyone know of a way to enumerate the local variable scope? The reason I ask is that I have a function that dumps the contents of response,request,server,etc... for debugging purposes. I'd like to also display the local variables.
|