SQL and IIS with Windows XP SP2 Issues

  • Thread starter Thread starter Aliandro
  • Start date Start date
A

Aliandro

Hi Does any one know where I can find information regarding any issues with
SQL and IIS being run under windows XP SP2? as I am in the process of
programmning in Dot net and neet some way of knowing if there are any issues
before I start. So if some one can please inform me of a place that has this
information that would be greatly appreciated.

Thanks
Ali
 
Got that configuration and not had any issues with SP2. Have had issues with
2005 versions though:
1) ASP.NET 2.0 *constantly* associates itself with existing web apps
developed under 1.1.*, and you have to keep going into their properties in
IIS and changing the version on the ASP.NET tab back to 1.1.
2) SQL server 2005 Express Yukon Beta has a different data provider, SQL
Native Client, so you can't just plug it straight in. Don't know if the
SqlClient namespace automatically maps to this new provider or not, I hope
it does.
 
Back
Top