Forum: ASP Nov 6th, 2005 |
| Replies: 1 Views: 3,288 As long as the smtp port specified in IIS is ok I don't see a problem? Just specific the parameters for the function then call SendMail (I think). |
Forum: ASP.NET Nov 6th, 2005 |
| Replies: 1 Views: 1,821 Using a HTML Input box of type file you can upload a single file to the sql database or store the file in a hard file in a folder then place details in the database. Using the input box you can... |
Forum: ASP.NET Nov 6th, 2005 |
| Replies: 3 Views: 2,600 You could also try just running a split command on the string if it contains a backslash. |
Forum: ASP.NET Nov 6th, 2005 |
| Replies: 5 Views: 29,703 For anyone's information the reason for the message I had later discovered was the security settings in IIS for anonymous access. I had to put this on to get those websites working. |
Forum: ASP.NET May 5th, 2005 |
| Replies: 5 Views: 29,703 I don't think the code will indicate anything because the exact code works fine on two other computers. It has to be a permissions issue with folders/files or IIS. Unfortunately I'm not sure what... |
Forum: ASP.NET May 4th, 2005 |
| Replies: 5 Views: 29,703 Hello,
I have a few web applications that I have been running on one of our web servers at work and everything is fine. Rearrangements have come about and a change of server is needed. Therefore... |
Forum: ASP.NET Jan 25th, 2005 |
| Replies: 4 Views: 52,024 Hi,
I am getting the following error when I load the page shown below:
Object variable or With block variable not set.
Description: An unhandled exception occurred during the execution of the... |
Forum: ASP.NET Jan 20th, 2005 |
| Replies: 1 Views: 7,554 Hi, I have an ASP.NET page that contains quite a few looping SQL queries. After either loading this page (all.aspx) or doing a few table sorts the page freezes up and just loads for about 20... |