CDOSYS SMTP
Sun, 3 Aug 2008 13:53:10 +0100
Hi,
I'm using CDOSYS for sending out emails, while designing my asp pages
locally I need to set the server to localhost, however for production I need
to set it to our smtp server (smtp.companyname.co.uk) is there a way to set
IIS to use the smtp server ?
Thanks
...
|
Validation of viewstate MAC failed.
Sat, 2 Aug 2008 13:01:01 -0700
I have a major problem with my app when I´m using dynamicly added controls
and URL rewriting.
When I do a postback I get this error all the time:
Validation of viewstate MAC failed.
Any solutions out there? ...
|
Creating html file from news feed or text file
Sat, 2 Aug 2008 15:41:45 -0400
I need to be able to get a feed and then have it displayed on my website.
I'm not sure if I can get the feed, but if I can, what would be the best way
to create a web page from the feed? Also, if I can't get the feed, I can get
daily email updates of google group posts. If I have the email, how could I
get t ...
|
transparent redirection in asp
Sat, 2 Aug 2008 15:22:15 +0100
if you redirect on an IIS , must the client url address bar always be
updated with the new address. what options are?
Q1 if a user requests http://old.com , is there a method of ASP
redirection to http://new.com
which does not update the client browser's address bar
Q2 ... or is this one of the main ...
|
ASP Development server stopped working after xampp install
Thu, 31 Jul 2008 09:03:00 -0700
I installed and configured XAMPP using this link
http://drupal.org/node/161975 and my ASP Development server in Visual studio
2005 atopped working. I unistalled XAMPP after I found out about the problem
but my ASP server still isn't working. Any advice to get it working again?
Thanks
somerandomperson ...
|
CDOSYS send email with ASP
Thu, 31 Jul 2008 06:14:32 -0700 (PDT)
I have a file called email2.asp which I am using to mail data obtained
from a SQL query. I would like to pass the holiday_ID value in the
querystring attached to the end of the URL. It all works except that
I can't get the value of holiday_ID included as a querystring. As a
test I can insert a value after the ...
|
Easy Question for "Someone" who knows ASP.
Wed, 30 Jul 2008 18:25:29 -0700 (PDT)
Hello,
I haven't done much programming in .asp and was wondering if someone
could provide me with some sample code to do the following task...
I have a Web Service called:
http://abc.def.com:8088/wsABC.asmx
It has a Web Method called:
public string getReportId(string sKey)
{
<code>
return ...
|
|
|
#include virtual under IIS 7
Wed, 30 Jul 2008 17:43:01 -0500
Perhaps this has been asked in here before, but I can't find anything on it.
When porting some classic ASP to Server 2008, it doesn't appear that the
#include statement does anything, despite having the SSI role service
enabled. Every one of my #include --> blocks end up in the rendered
source. Do any ...
|
POST
Wed, 30 Jul 2008 04:36:11 -0700 (PDT)
I have a simple SQL query that is run inside a asp page. I would
normally display the results using the response.write("my name is: " &
name) if I wanted the output displayed. On this occasion I want to
post the results to another .asp page. How do I get the "name" field
into Request.Form("name") that I need ...
|
RE: Noise and Thesaurus UDF
Tue, 29 Jul 2008 19:22:00 -0700
"Dooza" wrote:
> Can anyone help me create a function that will accept a string of words,
> then remove any that are listed in a noise word table, add any that
> match in the thesaurus table, and returned to whatever called it?
Doesn't sound overly hard. In what language? How big are the tables?
...
|