| Tue May 15, 2007 9:08 pm |
| Replies: 2 |
| Views: 8022 |
|
 |
You will need to set up a SQL Server database, and modify the Connection String in the web.config file to point to SQL Server. I think you have to change the Connection String in 2 locations, and watc ...
|
| Mon Jan 23, 2006 9:52 pm |
| Replies: 8 |
| Views: 27963 |
|
 |
Suzanne,
I think the problem is that you're upper-casing the strSiteName (UCase(strURL)), then testing it against mixed-case literals (Case "obhenterprises.com" ) - try making your text strings Up ...
|