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?

View Replies


ADVERTISEMENT

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.

View Replies View Related

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)

View Replies View Related

Host URL

I need to grab the full url of the virtual server server of the image
directory

View Replies View Related

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.

View Replies View Related

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 ?

View Replies View Related

Add Host Name

Does anyone know how to add a host header to a web site running IIS 5 using ASP?

View Replies View Related

Host ASP On Linux

Is it possible to host ASP (not .net) to host on Linux,( hopefully yes then whats required extra on Linux). If some one know any issues related to that or any reference site hosting
ASP on linux.

View Replies View Related

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") %>

View Replies View Related

CDOSYS On Host

My web host uses CDOSYS to snd mail. right direction to get some code for this please?

View Replies View Related

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.

View Replies View Related

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.

View Replies View Related

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??

View Replies View Related

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.

View Replies View Related

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 Replies View Related

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?

View Replies View Related

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?

View Replies View Related

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.

View Replies View Related

Windows Script Host Files From ASP Page

does anyone know how to run a .wsf file from an ASP page?

View Replies View Related

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?

View Replies View Related

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.??

View Replies View Related

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.

View Replies View Related

IIS Setting To Run Asp

I am trying just to run a simple asp commands in the
Internet Explorer. ( I have windows XP)

When I run this asp lines on ASP Matrix web server it is
ok.

But, when I run this on IIS it acts like the asp engine
is not working.

I created the virtual directory and started the default
server web page but still not working.

Please let me know what else I have to do to run asp
program at IIS?

View Replies View Related

Setting The Value

I am creating an edit facility for an online showroom which I want to output the
contents of a database record into a form so it can be edited and updated by the user.
Two of the form fields are text boxes of type="file". When I try to output the value of
these filenames to the text boxes they don't appear.

I have tried outputting these in a normal text box and they output fine so it is obviously
a restriction when outputing to file type text boxes.

here is the code I am using:

<input type="file" name="file" size="50" value="<%=rs("File Name")%>">
<input name="thumb" type="file" id="thumb" size="50" value="<%=rs("Thumb Name")%>">

View Replies View Related

Setting Up IIS PWS

I am currently having problem with parsing .asp files when I tried to type http://localhost/iisstart.asp file with my new IIS local server.f I tried to open .html with my localhost server.. it is working properly, example: http://www.localhost/postinfo.html

I suspect it could be because of my firewall or the way I setup my IIS local webserver was inappropriate.

View Replies View Related

Setting Up IIS

Does anyone know about setting up IIS on WinXP? I have it installed but when I try to use it, it asks for a username and password, and I dont know what the username and passwords are. Any ideas on how to fix this?

View Replies View Related

Setting Cookies

I am not able to set cookies with the domain name on a
Windows 2000 server with IIS 5.0. If I use the IP address
it works. I have another machine running IIS and I
configured them together.

View Replies View Related

Setting Up An Array

im trying to set up an array of database records. i want to be able to display all information but only display the request numbers once for each number...while displaying all seq number's associated with each request number. ex:

request # seq number instead of
500 1 500 1
2 500 2
501 1 501 1
2 501 2
3

right now, it works so that the request numbers are printed out for each seq number....i've marked the section of code where the problem is being caused...i think it's in the way im trying to set up the array. Code:

View Replies View Related

Setting Up The ASP Server ...

i'd like to make asp page which will run on my computer and other users can connect through the internet on it ...it's a simple one asp page. .. the thing is i don't know how to setup ASP server ... anyway ... Code:

View Replies View Related

Setting Img Size

I need to set the image size in the following line. When I try to set the
img to 75x75 I am getting an error. The line I'm having problems with is :

Response.Write "<a href='" & imageFilePath & strPicArray(0,x) & "'><img
src='" & thumbFilePath & strPicArray(0,x) & "'width="75" height="75"></a>"

View Replies View Related

Setting Selections

I have a dropdown box in my ASP page, which the user can select multiple values.
I can read the values out and save them to my database, but how do I make the selected values appear selected on a page when the user goes back to edit/update page?

Have tried the following JavaScript....
document.frmAccom.selAccomType.value=1,3;
document.frmAccom.selAccomType.values=1,3; ??
Doesn't work

View Replies View Related

Setting The HTMLDirectionality

How do one set the HTMLDirectionality of a Page that is using a Master Page.
Normally one would have set the 'dir' attribute of the <html> tag, but one cannot do that on the Master Page.

View Replies View Related

Setting A Referer

I am making a small ASP script to track users from an email marketing campaign. Basically the email is sent to subscribers, then when they click on an offer they are sent to a third party provider. Right now we can track how many users open the email, and how many visit the site, but we would like to track conversions.
The third party will only provide stats via referer. Is there an easy way in ASP to set a referer to a custom url during the redirection?

View Replies View Related







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