﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Re-invent ASP.NET Hosting Community / ASP.NET 2.0 Discussion / Web Site Development / Design </title><generator>InstantForum.NET v4.1.4</generator><description>Re-invent ASP.NET Hosting Community</description><link>http://community.re-invent.com/</link><webMaster>community@re-invent.com</webMaster><lastBuildDate>Wed, 23 Jul 2008 21:02:29 GMT</lastBuildDate><ttl>20</ttl><item><title>Re-Invent?</title><link>http://community.re-invent.com/Topic705-13-1.aspx</link><description>I've tried using the ticket system and straight up e-mailing support@re-invent.com. Nothing. In fact the e-mails just get bounced back. This has been going on for about a month. I also tried calling, no one answers, no machine picks up. &lt;BR&gt;&lt;BR&gt;I need support help because the re-invent SQL server won't accept the connection form VS Studio 2005 any longer. This is how I manage users on my web application and I haven't been able to for about a month now. I have an entire company worth of users I need to deny access too.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;So Re-Invent staff:&lt;BR&gt;&lt;BR&gt;Are you there?</description><pubDate>Tue, 04 Mar 2008 14:29:41 GMT</pubDate><dc:creator>texxs</dc:creator></item><item><title>App_Code Folder not recognized</title><link>http://community.re-invent.com/Topic696-13-1.aspx</link><description>Jeez, there's not much of a forum community here. Anyway, here goes:&lt;br&gt;&lt;br&gt;I just uploaded a small ASP.net 2.0 webapp and none of my business objects in the App_Code folder are recognized. The app works fine on my dev machine but when i upload it, I'm getting object doesn't exist errors. My gridview doesn't display at all. I'm using a custom DAL with an objectdatasource in aspx page. The app can't find my App_Code files.Why is this happening??</description><pubDate>Mon, 25 Feb 2008 08:46:20 GMT</pubDate><dc:creator>jwallz</dc:creator></item><item><title>Using Persits.SendMail with C# in ASP 2.0</title><link>http://community.re-invent.com/Topic564-13-1.aspx</link><description>I want to use the Persits.SendMail utilities from a web page and must reference them as an assembly or namespace.  Do you know of any knowledge base/support articles describing how to use the Persits tool?</description><pubDate>Tue, 22 May 2007 14:19:06 GMT</pubDate><dc:creator>mikey</dc:creator></item><item><title>web part not showing options / verbs</title><link>http://community.re-invent.com/Topic665-13-1.aspx</link><description>I have created a basic web part (&lt;A href="http://www.webdevup.net/default.aspx"&gt;http://www.webdevup.net/default.aspx&lt;/A&gt;) but it is not showing the options / verbs dropdown in the upper right hand corner. &lt;/P&gt;&lt;P&gt;This works fine on my localhost but uploading to re-invent it does not work. &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;barry&lt;/P&gt;&lt;P&gt;  </description><pubDate>Fri, 28 Dec 2007 21:47:18 GMT</pubDate><dc:creator>flagisup</dc:creator></item><item><title>301 Redirect for .php extension</title><link>http://community.re-invent.com/Topic662-13-1.aspx</link><description>Greetings,&lt;/P&gt;&lt;P&gt;I'd like to get .php file extensions mapped to aspnet_isapi.dll so that I can set up 301 redirects from old .php pages to new .aspx pages.&lt;/P&gt;&lt;P&gt;Will the server admin map .php extensions for me for my site?&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Sat, 22 Dec 2007 13:52:42 GMT</pubDate><dc:creator>dotNetDude</dc:creator></item><item><title>where are 35+ ASP.NET 2.0 components ?</title><link>http://community.re-invent.com/Topic489-13-1.aspx</link><description>am i little abashed or what, but i can't figure out where are those fancy ASP.NET components ...</description><pubDate>Mon, 22 Jan 2007 08:39:00 GMT</pubDate><dc:creator>zoran123456</dc:creator></item><item><title>count number of visitors currently on my site</title><link>http://community.re-invent.com/Topic633-13-1.aspx</link><description>Hi, i need to count number of users currently on my site. Is it OK to have something like this ?&lt;br&gt;&lt;br&gt;Thanks !&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Global.asax :&lt;br&gt;&lt;br&gt;SessionStart&lt;br&gt;  dim number as Integer = Application("NumOfUsers")&lt;br&gt;  if number.equals(nothing) then number = 0&lt;br&gt;  number += 1&lt;br&gt;  Application("NumOfUsers") = number&lt;br&gt;&lt;br&gt;SessionEnd&lt;br&gt;  dim number as Integer = Application("NumOfUsers")&lt;br&gt;  number -= 1&lt;br&gt;  if number &lt; 0 then number = 0&lt;br&gt;  Application("NumOfUsers") = number</description><pubDate>Thu, 20 Sep 2007 09:38:33 GMT</pubDate><dc:creator>zoran123456</dc:creator></item><item><title>Message Box in ASP.Net 2.0 and VB</title><link>http://community.re-invent.com/Topic588-13-1.aspx</link><description>Hello,&lt;br&gt;&lt;br&gt;I am trying to display a basic message box containing two lines of instructions.  If a user needs some help on a page, they click the button marked 'Instructions' and a message box pops up and tells them what to do.&lt;br&gt;&lt;br&gt;It works fine on the local server on my machine when I debug, but returns my customised error page when I upload it.&lt;br&gt;&lt;br&gt;Any ideas?&lt;br&gt;&lt;br&gt;The code I'm using is in a master page and is:&lt;br&gt;&lt;br&gt;[b][i]Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)&lt;br&gt;&lt;br&gt;MsgBox("Read the information below, using the next and previous buttons, to compare your business practices with the FEC's recommendations. Create your Action Points in the table provided", MsgBoxStyle.MsgBoxSetForeground, "Instructions")&lt;br&gt;&lt;br&gt; End Sub[/i][/b]&lt;br&gt;&lt;br&gt;I'm sure that it is something obvious, but I'd appreciate any help or suggestions&lt;br&gt;Thanks.</description><pubDate>Wed, 18 Jul 2007 07:20:46 GMT</pubDate><dc:creator>FEC_Mick</dc:creator></item><item><title>ASP.NET 2 &amp; Windows SharePoint Services error</title><link>http://community.re-invent.com/Topic629-13-1.aspx</link><description>Hello,&lt;/P&gt;&lt;P&gt;i am new into re-invent and i try to setup my web site. When i log in through my domain name, i keep getting the following message:&lt;/P&gt;&lt;P&gt;"&lt;SPAN class=ms-descriptiontext id=LabelMessage&gt;This Windows SharePoint Services virtual server has not been configured for use with ASP.NET 2.0.50727.832. For more information, please refer to Knowledge Base article 894903 at http://go.microsoft.com/fwlink/?LinkId=42660."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=ms-descriptiontext&gt;Can anyone help me with the above error?&lt;/SPAN&gt;</description><pubDate>Sun, 02 Sep 2007 12:49:52 GMT</pubDate><dc:creator>lkaliakatsos</dc:creator></item><item><title>Using the maildefinition in the CreateUserWizard</title><link>http://community.re-invent.com/Topic610-13-1.aspx</link><description>Has anyone succesully used the CreateUserWizard control and had it send an email? When I run this on my local test server, it works correctly, but when I run it on re-invent, it doesn't error, but I never receive an email.&lt;P&gt;I have my web config setup as follows&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;system.net&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;mailSettings&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;smtp&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;from&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;A href="mailto:from=support@mydomain.com"&gt;support@mydomain.com&lt;/A&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;network&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;host&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;mail.mydomain.com&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;port&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;25&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;userName&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;A href="mailto:user@mydomain.com"&gt;user@mydomain.com&lt;/A&gt;"&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;password&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;mypassword&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;defaultCredentials&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;false&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; /&amp;gt;&lt;BR&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;smtp&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;mailSettings&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;BR&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;system.net&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#4b6e9d&gt;however, it never sends the email after the user is created. I have the maildefinition setup as&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;MailDefinition&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;From&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="support@mydomaim.com"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Subject&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="Thank you for registering with mydomain!"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;BodyFileName&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="~/Controls/RegistrationMessage.txt"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;MailDefinition&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Mon, 06 Aug 2007 14:28:53 GMT</pubDate><dc:creator>donovan</dc:creator></item><item><title>CHMOD and ASPNET permissions</title><link>http://community.re-invent.com/Topic608-13-1.aspx</link><description>I've been trying to CHMOD the permissions on directories on a Community Server install I'm doing so that ASPNET can control over the directory and can't change the permissions. Can you tell me the best way to do a CHMOD without using CHMOD?&lt;br&gt;&lt;br&gt;Thanks.</description><pubDate>Fri, 03 Aug 2007 12:30:56 GMT</pubDate><dc:creator>richardjohn</dc:creator></item><item><title>Help with Sendmail.asp</title><link>http://community.re-invent.com/Topic604-13-1.aspx</link><description>I could use some help with my code.  Warning:  I am a complete novice.&lt;/P&gt;&lt;P&gt;I had it working fine...  but then I added some extra fields and it crapped out on me.  I think the problem is in the asp file - but I included both.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;(FYI, I edited out some pertinent stuff with XXX)&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;--------------------------------------&lt;/P&gt;&lt;FONT color=#0000c0 size=1&gt;&lt;P&gt;&amp;lt;form action=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"sendmail.asp"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; method=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"post"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"hidden"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name value&amp;gt;&amp;lt;table border=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"0"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; cellpadding=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"4"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; cellspacing=&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;FONT color=#000000&gt;"0"&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&lt;P&gt;width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"608"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Name&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"name"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Street Address&amp;amp;nbsp; &lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"address1"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Town/City&amp;amp;nbsp; &lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"address2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;State&amp;amp;nbsp; &lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"address3"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Zip&amp;amp;nbsp;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"address4"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Day Time Phone&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"phone1"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Evening Phone&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"phone2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Best time to reach you:&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"time"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;E-mail&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"email"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;b&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Is this request for you or a family member?&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"who"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;b&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Which program is the student interested in trying?&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"program"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;b&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Does the student have previous experience in that area of study?&amp;amp;nbsp;&amp;amp;nbsp;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;br&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt; If so, please summarize.&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"experience"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;What is the student's age?&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"age"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;b&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;How did you locate our website?&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"how"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"307"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"right"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;Comments/Questions?&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"297"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"text"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; name=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"comments"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"41"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;table width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"608"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"600"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"left"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;p align=&lt;/FONT&gt;&lt;FONT size=1&gt;"center"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;input type=&lt;/FONT&gt;&lt;FONT size=1&gt;"submit"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; value=&lt;/FONT&gt;&lt;FONT size=1&gt;"Submit"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&lt;/FONT&gt;&lt;FONT size=1&gt; &lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;p&amp;gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&amp;amp;nbsp;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------&lt;/P&gt;&lt;FONT color=#0000c0 size=1&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&lt;P&gt;&amp;lt;body bgcolor=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"#FFFFFF"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#800000 size=1&gt;&lt;P&gt;&amp;lt;%&lt;/P&gt;&lt;P&gt;name = request.form("name")&lt;/P&gt;&lt;P&gt;address1 = request.form("address1")&lt;/P&gt;&lt;P&gt;address2 = request.form("address2")&lt;/P&gt;&lt;P&gt;address3 = request.form("address3")&lt;/P&gt;&lt;P&gt;address4 = request.form("address4")&lt;/P&gt;&lt;P&gt;phone1 = request.form("phone1")&lt;/P&gt;&lt;P&gt;phone2 = request.form("phone2")&lt;/P&gt;&lt;P&gt;time = request.form("time")&lt;/P&gt;&lt;P&gt;email = request.form("email")&lt;/P&gt;&lt;P&gt;who = request.form("who")&lt;/P&gt;&lt;P&gt;program = request.form("program")&lt;/P&gt;&lt;P&gt;experience = request.form("experience")&lt;/P&gt;&lt;P&gt;age = request.form("age")&lt;/P&gt;&lt;P&gt;how = request.form("how")&lt;/P&gt;&lt;P&gt;comments = request.form("comments")&lt;/P&gt;&lt;P&gt;IF ((name="") or (email="")) THEN &lt;/P&gt;&lt;P&gt;ErrMsg = "Please enter your name and/or e-mail address" &lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;Set Mail = Server.CreateObject("Persits.MailSender") &lt;/P&gt;&lt;P&gt;Mail.Host = "mail.XXXXX.net" &lt;/P&gt;&lt;P&gt;Mail.From = "XXXXX@XXXX.com" 'Note: Must be someuser@yourdomain.com&lt;/P&gt;&lt;P&gt;Mail.FromName = "meghan"&lt;/P&gt;&lt;P&gt;' The User and Password below is required by ASPEmail to get by our SMTP Authentication&lt;/P&gt;&lt;P&gt;Mail.Username = "meghan"&lt;/P&gt;&lt;P&gt;Mail.Password = "XXXXXX"&lt;/P&gt;&lt;P&gt;Mail.AddAddress "meghan@XXXXXX.com", "Meghan" &lt;/P&gt;&lt;P&gt;Mail.AddReplyTo email &lt;/P&gt;&lt;P&gt;Mail.Subject = "website form"&lt;/P&gt;&lt;P&gt;BodyMsg = "Requested Information: " + Chr(10) &lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Name = " &amp;amp; name &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Address1 = " &amp;amp; address1 &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "City = " &amp;amp; address2 &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "State = " &amp;amp; address3 &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Zip = " &amp;amp; address4 &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Phone1 = " &amp;amp; phone1 &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Phone2 = " &amp;amp; phone2 &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Time = " &amp;amp; time &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Email = " &amp;amp; email &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Who = " &amp;amp; who &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Program = " &amp;amp; program &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Experience = " &amp;amp; experience &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Age = " &amp;amp; age &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "How = " &amp;amp; how &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;BodyMsg = BodyMsg + "Comments = " &amp;amp; comments &amp;amp; Chr(10)&lt;/P&gt;&lt;P&gt;Mail.Body = BodyMsg&lt;/P&gt;&lt;P&gt;On Error Resume Next &lt;/P&gt;&lt;P&gt;Mail.Send &lt;/P&gt;&lt;P&gt;If Err &amp;lt;&amp;gt; 0 Then &lt;/P&gt;&lt;P&gt;ErrMsg = "Your request was not sent due to the following error: " &amp;amp; Err.Description &lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;ErrMsg = "Thank You For filling our form&amp;lt;BR&amp;gt;"&lt;/P&gt;&lt;P&gt;ErrMsg = ErrMsg + "If you have any questions please call (781) 270-4800"&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;%&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&lt;P&gt;&amp;lt;table border=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"0"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; cellpadding=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"0"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; cellspacing=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"0"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"0%"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"100%"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"center"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;hr width=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"90%"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;td align=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"center"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;font face=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"Arial"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt; size=&lt;/FONT&gt;&lt;FONT color=#000000 size=1&gt;"2"&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;gt;&amp;lt;strong&amp;gt;&lt;/FONT&gt;&lt;FONT color=#800000 size=1&gt;&amp;lt;%=ErrMsg%&amp;gt;&lt;/FONT&gt;&lt;FONT color=#0000c0 size=1&gt;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Thu, 02 Aug 2007 19:44:56 GMT</pubDate><dc:creator>guardup</dc:creator></item><item><title>DataSourceObject Doesn't Work with my re-invent account. Pls. Help</title><link>http://community.re-invent.com/Topic589-13-1.aspx</link><description>Hi. Anyone here could help me w/ my prob with DataSourceObject Connection?&lt;br&gt;I created dataset to used on DataSourceObject for my gridview using vs expres edition. At my local server it works &amp; doesn't have a prob. But once I uploaded it to my re-invent account the page cannot be found occurs. &lt;br&gt;&lt;br&gt;I already uploaded my App_Code folder where dataset_name.xsd file resides but still doesn't work. Any idea why this prob occurs?&lt;br&gt;&lt;br&gt;Thank u very much &amp; I'll really appreciate any help from u guys.</description><pubDate>Wed, 18 Jul 2007 08:15:51 GMT</pubDate><dc:creator>cristine205</dc:creator></item><item><title>File Manager</title><link>http://community.re-invent.com/Topic584-13-1.aspx</link><description>Greetings and Salutations,&lt;/P&gt;&lt;P&gt;Does the control panel have a "File Manager" where you can edit, upload, view, delete, etc. files on the site.&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Fri, 22 Jun 2007 19:06:05 GMT</pubDate><dc:creator>dotNetDude</dc:creator></item><item><title>Does Re-Invent supports PHP extensions?</title><link>http://community.re-invent.com/Topic566-13-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I was planning to deploy a new website project again and have re-invent to host it again but i am uncertain if you can support php extensions. The thing is, I used KFM file manager plug-ins for FCKeditor wherein the plugins requires Apache Web server and PHP. Can re-invent make it happen to run the tool?</description><pubDate>Wed, 23 May 2007 11:58:30 GMT</pubDate><dc:creator>rodelsc</dc:creator></item><item><title>VisualWebGUI</title><link>http://community.re-invent.com/Topic563-13-1.aspx</link><description>If you go to page :&lt;br&gt;http://www.visualwebgui.com&lt;br&gt;&lt;br&gt;you will see nice AJAX Framework to use with VS 2005.&lt;br&gt;&lt;br&gt;I was wandering will this framework be supported in near future ?&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you.</description><pubDate>Tue, 22 May 2007 07:53:45 GMT</pubDate><dc:creator>zoran123456</dc:creator></item><item><title>public folder on my site</title><link>http://community.re-invent.com/Topic550-13-1.aspx</link><description>&lt;br&gt;&lt;br&gt;Users need to upload images (trough FileUpload component) in one folder, so what i need to do to make it public ?</description><pubDate>Fri, 27 Apr 2007 07:25:02 GMT</pubDate><dc:creator>zoran123456</dc:creator></item><item><title>character encoding ???</title><link>http://community.re-invent.com/Topic543-13-1.aspx</link><description>I have problems in my web site with characters which are not english.&lt;br&gt;&lt;br&gt;I try to set encoding to UTF-8, or ISO-8859-2, or Windows-1250 (in Web.Config -&gt; GLOBALIZATION tag) but still same problem (characters are changing - but not on correct way)</description><pubDate>Tue, 03 Apr 2007 07:41:56 GMT</pubDate><dc:creator>zoran123456</dc:creator></item><item><title>Resources (.resx) security ??</title><link>http://community.re-invent.com/Topic521-13-1.aspx</link><description>i have connection string in my resource file.&lt;br&gt;string is not encrypted.&lt;br&gt;&lt;br&gt;is it safe enough to leave it that way or do I need to encrypt connection string (and then put it in .resx file) ?&lt;br&gt;&lt;br&gt;I'm asking that because I am affraid that some hacker or experienced geek could see my [user ID-password].&lt;br&gt;&lt;br&gt;&lt;br&gt;thank's</description><pubDate>Mon, 12 Feb 2007 06:59:00 GMT</pubDate><dc:creator>zoran123456</dc:creator></item><item><title>having problems with sending mail</title><link>http://community.re-invent.com/Topic523-13-1.aspx</link><description>Hello, it seems that I'm having hard time figuring out why end-user never receives e-mail I sent trough re-invent mail hosting.&lt;br&gt;&lt;br&gt;Here is the example :&lt;br&gt;&lt;br&gt;Dim cred As New Net.NetworkCredential("username", "password") 'username &amp; password i got from re-invent&lt;br&gt;&lt;br&gt;Dim mailMessage As New System.Net.Mail.MailMessage("mymailaccount@mydomainatre-invent", "someuser@t-com.hr")&lt;br&gt;mailMessage.Subject = "this is a test subject"&lt;br&gt;mailMessage.IsBodyHtml = True 'makes no difference if putting this to false&lt;br&gt;mailMessage.body = "hello, please receive this mail ..."&lt;br&gt;&lt;br&gt;Dim smtpClient As New System.Net.Mail.SmtpClient("mail.mydomainatre-invent")&lt;br&gt;smtpClient.UseDefaultCredentials = False&lt;br&gt;smtpClient.Credentials = cred&lt;br&gt;&lt;br&gt;smtpClient.Send(mailMessage)&lt;br&gt;&lt;br&gt;&lt;br&gt;and bummer !</description><pubDate>Thu, 22 Feb 2007 06:37:58 GMT</pubDate><dc:creator>zoran123456</dc:creator></item><item><title>FileUpload(attachment) error when not visible</title><link>http://community.re-invent.com/Topic496-13-1.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;I posted this topic here before I dont know hat happened to it but the problems all fixed and it was not the server at all that was the problem, I test it on my other server and it also did not work there. &lt;BR&gt;&lt;BR&gt;If fixed the problem with this code:&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;If not AttachmentBlank1.PostedFile Is Nothing Then&lt;BR&gt; mm.Attachments.Add(New Attachment(AttachmentBlank1.PostedFile.InputStream, AttachmentBlank1.FileName))&lt;BR&gt;End if&lt;BR&gt;&lt;BR&gt;If not AttachmentBlank2.PostedFile Is Nothing Then &lt;BR&gt; mm.Attachments.Add(New Attachment(AttachmentBlank2.PostedFile.InputStream, AttachmentBlank2.FileName))&lt;BR&gt;End if&lt;/P&gt;</description><pubDate>Thu, 25 Jan 2007 02:24:00 GMT</pubDate><dc:creator>vandiermen</dc:creator></item><item><title>something very urgent !!!</title><link>http://community.re-invent.com/Topic494-13-1.aspx</link><description>so far Re-Invent was wery helpful for me .&lt;br&gt;&lt;br&gt;&lt;br&gt;So I wander, will Croatia win in final in World Handball Championship which plays in Germany ?&lt;br&gt;&lt;br&gt;Second question, is Mirko CroCop stronger than Nikolai Valuev ???&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Just kidding ! &lt;img src='images/emotions/smile.gif' height='20' width='20' border='0' title='Smile' align='absmiddle'&gt;))&lt;br&gt;&lt;br&gt;cheers man !</description><pubDate>Tue, 23 Jan 2007 09:19:00 GMT</pubDate><dc:creator>zoran123456</dc:creator></item><item><title>creating search engine</title><link>http://community.re-invent.com/Topic451-13-1.aspx</link><description>&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;I want to Create a Search engine to my website in asp.net 2.0 but it search in my sql database ,does any one know a tutorial about it ? thanks for any help&lt;/P&gt;&lt;P&gt;Derin&lt;/P&gt;</description><pubDate>Tue, 05 Dec 2006 13:10:00 GMT</pubDate><dc:creator>DerinWeb</dc:creator></item><item><title>Send Email via SMTPClient</title><link>http://community.re-invent.com/Topic487-13-1.aspx</link><description>Hello,&lt;br&gt;&lt;br&gt;i need to send mail via my new e-mail account so i make function which look like this :&lt;br&gt;&lt;br&gt;&lt;br&gt;dim MailFrom as string = "administrator@honorarni-posao.biz"&lt;br&gt;dim MailTo as string = "someperson@somedomain.com"&lt;br&gt;&lt;br&gt;dim mm as new MailMessage(MailFrom, MailTo)&lt;br&gt;mm.subject = "some subject"&lt;br&gt;mm.body = "some body"&lt;br&gt;&lt;br&gt;dim username as string = "*****@honorarni-posao.biz"&lt;br&gt;dim password as string = "*******"&lt;br&gt;&lt;br&gt;dim smtpCli as new SmtpClient("mail.honorarni-posao.biz")&lt;br&gt;smtpCli.Credentials = new NetworkCredential(username, password)&lt;br&gt;&lt;br&gt;smtpCli.send(mm)&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;AND BUMMER !&lt;br&gt;Send Mail Failed ...</description><pubDate>Mon, 22 Jan 2007 03:42:00 GMT</pubDate><dc:creator>zoran123456</dc:creator></item><item><title>Can I use Visual Web Developer 2005 Express and MS SQL 2005 Express for development and host at Re-Invent?</title><link>http://community.re-invent.com/Topic464-13-1.aspx</link><description>I'm planning to use Visual Web Developer 2005 Express and MS SQL 2005 Express to develop my web site and FTP to Re-invent to host. Is this possible and if so does a specific procedure exist to manage upload of data and updated web development files?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Bjarke</description><pubDate>Sun, 31 Dec 2006 13:30:00 GMT</pubDate><dc:creator>Ormstrup</dc:creator></item><item><title>relay server host name</title><link>http://community.re-invent.com/Topic452-13-1.aspx</link><description>I'm trying to config &lt;FONT face="Courier New"&gt;&lt;STRONG&gt;System.Net.Mail&lt;/STRONG&gt;&lt;/FONT&gt; to allow users to email my web site administrator feedback. I need the &lt;FONT color=#111111 size=2&gt;RELAY SERVER  HOST NAME and port. Wher can I find this info?&lt;/FONT&gt;</description><pubDate>Sun, 10 Dec 2006 00:21:00 GMT</pubDate><dc:creator>ambrose</dc:creator></item><item><title>how to create a subdomain??</title><link>http://community.re-invent.com/Topic438-13-1.aspx</link><description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I want to create a sub domain associated with my domain name in re-invent.com server , like this :&lt;/P&gt;&lt;P&gt;subdomain.mydomain.com&lt;/P&gt;&lt;P&gt;thanks for any help&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Thu, 30 Nov 2006 09:42:00 GMT</pubDate><dc:creator>DerinWeb</dc:creator></item><item><title>sending e-mail through my asp.net page</title><link>http://community.re-invent.com/Topic435-13-1.aspx</link><description>&lt;P&gt;Hello,&lt;BR&gt;i used SMTP.Radiosera.com my mail server address to sending e-mail from my asp.net web page , but it doesn't work , what i must to use for sending , i used this syntax in my web.config file &lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;system.net&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;mailSettings&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;smtp&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;from&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;info@radiosera.com&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;network&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;host&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;smtp.radiosera.com&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;userName&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;info@radiosera.com&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;password&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;******&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;smtp&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;mailSettings&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;system.net&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&amp;gt;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Wed, 29 Nov 2006 00:53:00 GMT</pubDate><dc:creator>DerinWeb</dc:creator></item><item><title>301 Redirect</title><link>http://community.re-invent.com/Topic412-13-1.aspx</link><description>&lt;P&gt;Hi, noobie here.&lt;img src='images/emotions/hehe.gif' height='20' width='20' border='0' title='HeHe' align='absmiddle'&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how set up a 301 redirect in ASP 2.0 for my new site?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description><pubDate>Wed, 08 Nov 2006 01:30:00 GMT</pubDate><dc:creator>dotNetDude</dc:creator></item><item><title>red x</title><link>http://community.re-invent.com/Topic332-13-1.aspx</link><description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;Before change my handler for read picture I having "red x problem" when no picture.&lt;/P&gt;&lt;P&gt;In handler I replaced "red x" with my picture (134 byte). On my computer it working wery well (web express, cassini free web server) .&lt;/P&gt;&lt;P&gt;I copied this handler on my ftp page and having "red x". Changed not activated.&lt;/P&gt;&lt;P&gt;What problem?&lt;/P&gt;&lt;P&gt;Code is:&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;        Try&lt;BR&gt;            stream = GetPhoto(id, slovo)&lt;BR&gt;            &lt;BR&gt;            If stream Is Nothing Then&lt;BR&gt;                Dim No_picture() As Byte = {&amp;amp;H42, &amp;amp;H4D, &amp;amp;H86, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H76, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H28, &amp;amp;H0, _&lt;BR&gt;                                                           &amp;amp;H0, &amp;amp;H0, &amp;amp;H4, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H4, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H1, &amp;amp;H0, &amp;amp;H4, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, _&lt;BR&gt;                                                           &amp;amp;H0, &amp;amp;H0, &amp;amp;H10, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;HC4, &amp;amp;HE, &amp;amp;H0, &amp;amp;H0, &amp;amp;HC4, &amp;amp;HE, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, _&lt;BR&gt;                                                           &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, _&lt;BR&gt;                                                           &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, &amp;amp;H80, &amp;amp;H0, &amp;amp;H80, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, &amp;amp;H0, &amp;amp;H80, &amp;amp;H0, &amp;amp;H80, &amp;amp;H80, _&lt;BR&gt;                                                           &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, &amp;amp;H80, &amp;amp;H80, &amp;amp;H0, &amp;amp;HC0, &amp;amp;HC0, &amp;amp;HC0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, _&lt;BR&gt;                                                           &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;H0, &amp;amp;HFF, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, _&lt;BR&gt;                                                           &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, _&lt;BR&gt;                                                           &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0}&lt;BR&gt;                context.Response.OutputStream.Write(No_picture, 0, 134)&lt;BR&gt;                Exit Sub&lt;BR&gt;            End If&lt;/P&gt;&lt;P&gt;            ' Write image stream to the response stream&lt;BR&gt;            Dim buffersize As Integer = (1024 * 16)&lt;BR&gt;            Dim buffer() As Byte = New Byte((buffersize) - 1) {}&lt;BR&gt;            Dim count As Integer = stream.Read(buffer, 0, buffersize)&lt;BR&gt;        &lt;BR&gt;            Do While (count &amp;gt; 0)&lt;BR&gt;                context.Response.OutputStream.Write(buffer, 0, count)&lt;BR&gt;                count = stream.Read(buffer, 0, buffersize)            &lt;BR&gt;            Loop&lt;BR&gt;        Catch ex As Exception&lt;BR&gt;            Dim No_picture() As Byte = {&amp;amp;H42, &amp;amp;H4D, &amp;amp;H86, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H76, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H28, &amp;amp;H0, _&lt;BR&gt;                                                       &amp;amp;H0, &amp;amp;H0, &amp;amp;H4, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H4, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H1, &amp;amp;H0, &amp;amp;H4, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, _&lt;BR&gt;                                                       &amp;amp;H0, &amp;amp;H0, &amp;amp;H10, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;HC4, &amp;amp;HE, &amp;amp;H0, &amp;amp;H0, &amp;amp;HC4, &amp;amp;HE, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, _&lt;BR&gt;                                                       &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, _&lt;BR&gt;                                                       &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, &amp;amp;H80, &amp;amp;H0, &amp;amp;H80, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, &amp;amp;H0, &amp;amp;H80, &amp;amp;H0, &amp;amp;H80, &amp;amp;H80, _&lt;BR&gt;                                                       &amp;amp;H0, &amp;amp;H0, &amp;amp;H80, &amp;amp;H80, &amp;amp;H80, &amp;amp;H0, &amp;amp;HC0, &amp;amp;HC0, &amp;amp;HC0, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, _&lt;BR&gt;                                                       &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;H0, &amp;amp;HFF, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, _&lt;BR&gt;                                                       &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, _&lt;BR&gt;                                                       &amp;amp;H0, &amp;amp;H0, &amp;amp;HFF, &amp;amp;HFF, &amp;amp;H0, &amp;amp;H0}&lt;BR&gt;            context.Response.OutputStream.Write(No_picture, 0, 134)&lt;BR&gt;        End Try&lt;BR&gt;    End Sub&lt;BR&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Wed, 19 Jul 2006 00:13:00 GMT</pubDate><dc:creator>suzab</dc:creator></item><item><title>Graphic Server - Red border around control?</title><link>http://community.re-invent.com/Topic297-13-1.aspx</link><description>&lt;br&gt;I have been tearing my hair out with this (and there werent that many hair left to start with!) and cannot figure why the graphics from the graphic-server component always show with a red border around them. It is not the chart border color itself as I have changed it many times with no effect. &lt;br&gt;&lt;br&gt;You can see what I mean at http://www.your-diabetes.org/Journal/WeeklyView.aspx&lt;br&gt;&lt;br&gt;The control itself is wrapped in a simple panel with no color scheme or anything.&lt;br&gt;&lt;br&gt;Anyone that worked with this component that had the same issue?&lt;br&gt;&lt;br&gt;Thanks in advance&lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 24 May 2006 11:13:00 GMT</pubDate><dc:creator>Duckster</dc:creator></item><item><title>Unsure</title><link>http://community.re-invent.com/Topic294-13-1.aspx</link><description>what forum to put this in..&lt;br&gt;&lt;br&gt;&lt;br&gt;I was hoping you might be able to tell me what I’m doing wrong.&lt;br&gt;&lt;br&gt;I had my site with you guys before, I let it lapse and now I have returned here.&lt;br&gt;&lt;br&gt; However I can’t get the database to work, It used to work fine before, buy I confess I had the designer load everything for me, also the content seems to spreading out all over the place, Boxes not where they used to be.&lt;br&gt;&lt;br&gt; Is it possible for a tech to look and see what is wrong?. Also my old database was 2000, now I got the 2005 for free, could this make a difference. &lt;br&gt;Thanks in advance&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Mon, 15 May 2006 18:52:00 GMT</pubDate><dc:creator>Ukpoker</dc:creator></item><item><title>Anyone written a good ASP.net URL rewriter that works on hosted site?</title><link>http://community.re-invent.com/Topic286-13-1.aspx</link><description>&lt;P&gt;I've put in a request to Re-Invent to add something like LinkFreeze that converts dynamic site content into fixed URLs that improve search engine optimization.  If any other non-programmers like me would like that to be an offered service, please do second my vote for such a feature. &lt;/P&gt;&lt;P&gt;That aside -- if they don't add such a feature to the hosting, anyone have an ASP.net app written that can be uploaded to a site and DOES NOT require:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;registry of a DLL&lt;/LI&gt;&lt;LI&gt;install on the server&lt;/LI&gt;&lt;LI&gt;registering the application in the GAC  &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For those not clear on URL Rewriter functionality, it basically takes URL of &lt;FONT face="Courier New"&gt;&lt;STRONG&gt;somesite.net/page1.aspx?content=34&lt;/STRONG&gt;&lt;/FONT&gt; and converts it to appear as &lt;FONT face="Courier New"&gt;&lt;STRONG&gt;somesite.net/page1-content-34.asxp&lt;/STRONG&gt;&lt;/FONT&gt; (or similar search engine friendly URL) &lt;/P&gt;</description><pubDate>Thu, 13 Apr 2006 05:00:00 GMT</pubDate><dc:creator>Robert</dc:creator></item><item><title>email</title><link>http://community.re-invent.com/Topic193-13-1.aspx</link><description>&lt;P&gt;is email supported with these beta accounts?&lt;/P&gt;&lt;P&gt;Thanks, Landon&lt;/P&gt;</description><pubDate>Tue, 21 Jun 2005 15:37:00 GMT</pubDate><dc:creator>landon</dc:creator></item><item><title>What's Reinvent's ASP.NET 2.0 and SQL Server 2005 plan after beta 2?</title><link>http://community.re-invent.com/Topic189-13-1.aspx</link><description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;  I was just wondering what is Reinvent's ASP.NET 2.0 plan after beta 2?  Will you deploy the release version of ASP.NET 2.0 it to all webservers and have it automatically be avalible when it is released?  &lt;/P&gt;&lt;P&gt;  I am planning a redesign of my own website and I want to take advantage of the new features of ASP.NET 2.0 but not sign up for the beta 2 at this time since I am not ready to begin coding yet.&lt;/P&gt;&lt;P&gt;  Also, what is the plan for SQL Server 2005?  Will that be avalible as a database option as soon as it's released?  I would be interested in that as well as SQL Server 2005 Reporting Services.  Do you plan to support that as well in the future?  That would be a nice addition to your great product offering.&lt;/P&gt;&lt;P&gt;  I just want to look forward and see what you guys are planning from a service point of view as well as your expected timeframes.  Thanks for any info!    &lt;/P&gt;&lt;P&gt;  Alex Randall&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Mon, 23 May 2005 13:35:00 GMT</pubDate><dc:creator>alexrandall2005</dc:creator></item><item><title>Exactly what do i do to get a free ASP 2.0 account as a current user?</title><link>http://community.re-invent.com/Topic171-13-1.aspx</link><description>?</description><pubDate>Tue, 26 Apr 2005 19:47:00 GMT</pubDate><dc:creator>nhveganatheist</dc:creator></item></channel></rss>