Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Upgrading an application from VS.NET 2003 to VS.NET Whidbey

I just updated my Web Search with .NET code to run under Whidbey and to use Sql Express as the database.  I had some problems getting the database structure in Sql Express.  The application consists of some winforms applications to walk thru the web, MSMQ to provide an asynchronous method to store data (also, its out of process, so I am not stuck with exhausting the threadpool in my application).  Once I changed my database connection strings and created my message queues, everything seems to just work.  Due to the fact that this application use multiple projects, I used VS.NET as oppossed to the C# Express. 

Does Sql Express support full-text search indexing?

Update: No, Sql Express does not support full-text search indexing.

Wally

4 Comments

Comments have been disabled for this content.