Well, it's 9:30 and all I have done so far today is read blogs. Learned lots. Now it's time to get to work. B _____ From: BellinghamDotNet@yahoogroups.com ...
What is the secret to publishing a website with VS 2005? With 2003 all I had to do was build the solution, move the .aspx pages and the assembly files to the...
Will, You can usually just copy all the files in your web site including your bin directory and the app_ directories. 1. You can use the "Copy Website..."...
I'm still getting the error below. What I don't understand is that I installed .NET Framework 2.0 yesterday on this server and didn't see the option to change...
It is odd that you don't have the ASP.NET tab within IIS. That makes me think that something is wrong with your framework install. From the command line, you...
I setup the directory as an application through the IIS wizard. I do have the tab for ASP.NET but nothing is loaded in the drop down list. In aspnet_client >...
Is the virtual directory set up as an application? properties / virtual directory (tab) / Applicatoin Name: If that is dimmed out, click on the button that...
There was an application name already and I am still not able to choose a .NET version. I even tried to recreate the application and still had no luck. Under...
I finally got this to work. I had the sys admin reset iis this morning and the dropdownlist of version numbers repopulated. What a pain. Thanks again Andrew. -...
How about using String.Substring(startIndex, length): string oldString = "1234567890"; string newString = oldString.Substring(0, 3); The variable newString...
Thanks to both of you. - will ... -- Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the...
I'm looking for an ASP.NET host. I've found many, many on the internet, but haven't fount a way to rate them...who's good, who isn't so good... My need is...
I have been using Brinkster for years without any problems. Very reasonably priced as well. http://www.brinkster.com -- Programming today is a race between...
Thanks Will. I turned them up in my search, but from their website could not tell if they offer SQL-Server. I also found one called "GoDaddy.com" that looked...
They offer SQL server in with the Developer Account. I think it's like $17.95 a month. - Will ... -- Programming today is a race between software engineers...
I am working on an application that will connect to a FoxPro database and pulling data for a Human Resources application. I would like to, if possible, create...
Will, If I understand you, you want to execute a query in SQL that will in turn go out and execute a query against FoxPro? Not a very clean way of doing...
I have 2 tables in FoxPro: A & B which have a relation. I want to create a view in SQL server containing the data from these 2 tables; let's call it ...
Will, I'd say this is where you create a DTS package that will import the data from FoxPro (via ODBC) into one or two native SQL tables and run your queries...
I have done a bunch of SRS with VS 2003. -Wayne _____ From: BellinghamDotNet@yahoogroups.com [mailto:BellinghamDotNet@yahoogroups.com] On Behalf Of Bob Jones ...
I use CrystalTech (www.crystaltech.com) They have been around for a while, they are now owned by someone else, but retain the name. They have a developer plan...
What? Not even SRS for SQL 2005? -Wayne _____ From: BellinghamDotNet@yahoogroups.com [mailto:BellinghamDotNet@yahoogroups.com] On Behalf Of Bob Jones Sent:...