G
Guest
I currently have three new websites under development and all need ASP.NET
2.0 type functionality such as Membership and data access. I currently use
FrontPage 2003 as my preferred website development tool and am attempting to
use VWD Express 2005 to add ASP.NET 2.0 functions to these sites.
This has been an unqualified success in my development environment that
includes both SQL Server 2005 and SQL Server Express 2005 , but when I
attempt to deploy these websites to a production hosting environment that has
SQL Server 2000, none of the ASP.NET 2.0 functions work. I am being told that
this is because the default connection string generated by VWD supports SQL
server 2005 and SSE 2005 and not SQL Server 2000.
How do I override this default connection string and add a SQL Server 2000
connection string in the web.config file?
As you can obviously see, I am a novice at this and if I have asked the
above question incorrectly or you need more specifics, please just let me
know.
Thanks in advance.
Jim
2.0 type functionality such as Membership and data access. I currently use
FrontPage 2003 as my preferred website development tool and am attempting to
use VWD Express 2005 to add ASP.NET 2.0 functions to these sites.
This has been an unqualified success in my development environment that
includes both SQL Server 2005 and SQL Server Express 2005 , but when I
attempt to deploy these websites to a production hosting environment that has
SQL Server 2000, none of the ASP.NET 2.0 functions work. I am being told that
this is because the default connection string generated by VWD supports SQL
server 2005 and SSE 2005 and not SQL Server 2000.
How do I override this default connection string and add a SQL Server 2000
connection string in the web.config file?
As you can obviously see, I am a novice at this and if I have asked the
above question incorrectly or you need more specifics, please just let me
know.
Thanks in advance.
Jim