I tried and it didn't change anything. Thanks though...
Since global.asa redirects before everything I think that causes the problem. So I removed the redirection from global.asa, then I put absolute URLs everywhere. So when they enter www.abc2.com , they will enter to the website without any...
I didn't mean to advertise this .com above. I realized it exists. It has nothing to do with me. I couldn't edit my message, so please ignore it this time.
I might remeber it wrong. In the first case, there was no redirection for a while. After I put the redirection in the global.asa, I was probably seeing old log entries that was recorded before I put the redirection.
I realized that if there is a redirection in session_onStart in global.asa...
Does the Internet User account have read/execute permission?
Are you using SQL authentication or Windows authentication for the database? If it's Windows, try to create a login for that database and explicitly state your login in your connection string.
I know some hosting companies let you use their ssl certificate through a domain. Some of them give you the convinience of using a subdomain i.e.
https://yourcompany.hosting.com
while others just give you a directory access:
https://www.hosting.com/yourcompany
In both cases, the URLs are...
Hi,
I was hosting a web site on a shared environment before (Windows
2000/IIS 5)Since the domain name was long, I also had similar domain
names pointed to the same IP. For example, my original domain was
abcd.com, and I also have abcd2.com and abcd3.com pointed
to the same IP. Then I was...
Hi,
I have this strange problem.
In Access 2002, I have linked tables to SQL2000. Basically I can do any kind of query on those tables just like they're an Access table.
The other day, I needed to update the fields on this table:
product_sku text(50)
product_available yes/no...
What gateway are you using for processing the credit cards? If it's a third party like VeriSign, they send back a few of the fields. But they support user fields i.e. user1, user2, user3, etc.. Please refer to the 3rd party's guide.
Another solution would be sending the data to your API first...
Hi,
I have this e-commerce site. I have been writing customer IDs to a cookie, so I can help those people to log in easier. However, I have written the cookies on the secure side with secure property set to True. Therefore I can only read them from the secure side (HTTPS). Now I also want to...
Hi,
I have been working on a website that utilizes this XMLHTTP object a lot. Examples look pretty easy, except the one with "POST" method. "GET" works fine, but the following example doesn't work:
xml.Open "POST", "http://www.someAddr.xx", False...
Hi everybody,
I'm working on a solution that should include some remote files from another URL. This solution will be platform independent, and I already know how to do it with ASP.
Using PHP, I can dump the result of the remote script with the functions like include() or fopen(). What I want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.