How to Send Your Files to a FTP Server with WebsitePanel
Last Updated on Tuesday, 25 December 2012 12:00 Written by Rodolfo Hernandez Tuesday, 25 December 2012 12:00
In this article I will give you a step by step guide on how to send your files to a your ftp server with WebsitePanel
1. Log into your WebsitePanel.
2. Click on Scheduled Task:
Learn MoreCreating PDF (or any other file type) from SQL Reporting Services using .WSDL (VS2012) Part 2
Last Updated on Tuesday, 11 December 2012 08:53 Written by David Bauernschmidt Tuesday, 11 December 2012 12:00
If you have been following along in Part 1 you know that by now you will have a web service ready to be consumed in your project. Let’s continue on with this example and create a report that is hosted at Arvixe. (Concepts apply to most vendors). One thing to keep in mind with Arvixe this that testing your code report link is different than when you deploy it. I will get to that in a minute but let’s continue on.
Right click on your project and select ..”Add New Item” (figure 1)
Select Generic Handler and name the file something like ….”SSRS.ashx
Learn MoreHow to Increase or Decrease the Execution Time When Processing a File in Your ASP Application
Last Updated on Monday, 10 December 2012 06:45 Written by Rodolfo Hernandez Sunday, 9 December 2012 12:00
In this article we will discuss How to increase or decrease the execution time when processing a file in your ASP application.
This problem is caused by the good old TimeOut. You can have a hard time trying to figure out why your file was not uploaded. This occurs because the execution time by default in any ASP application is made for handle small files. To fix this issue, follow these steps:
Learn MoreSilverlight Cross Domain Policy Files
Last Updated on Saturday, 30 June 2012 10:41 Written by Andrew Ivanov Saturday, 7 July 2012 12:00
When calling a cross-domain service, Silverlight will check for the existence of clientaccesspolicy.xml first. This is the format defined by Silverlight and provides a pretty flexible way to define who can access what services. If not found, it will then default to look for crossdomain.xml, which is the file format implemented for Adobe Flash. It is important to note that this file will also still work for most public web services.
Learn MoreHow to Allow Users to Upload Files to Your Dolphin 7 Website
Last Updated on Thursday, 17 May 2012 04:39 Written by Mscott Friday, 18 May 2012 12:00
In today’s article, I will show you how to allow your users to upload files to your Dolphin 7 website. Before we begin, we need to install the files module. A step by step guide on installing the Dolphin 7 base modules can be found here.
Once we have the module installed, users can access it by clicking “Files” on the main menu bar of the site. It is configured from the admin menu by clicking “Modules” and then “Files” in the administration section of your website.
You can activate, delete or make any users file featured from this screen.
Learn More


Recent Comments