LorJay
06-09-2007, 03:45 AM
Hello,
I am using visual studio express edition. I making a nice website that uses the ASPNETDB.MDF for all those cool asp 2.0 membership and roles stuff.. This uses a SQL express database. OK so far. I have tried and tried to get my website live so I can further test it, but I can't
People have been helpful, escpecially Bruce from this forum. I need more than help I guess. I really need to get this website up. Can someone please tell me where I can go to hire someone who will talk me through this process. I am not a programmer, I am a hobbyist. I understand SQL to select and update my database, but I can't do the stuff I read in FAQ's. It seems to be written for professionals. I have tried 3 different hosting services none seem to work. Please someone send me a private msg. we can work out terms. I am sure with someone over the phone that knows sql express and visual web developer express will have me up and running in a jiffy. I can send payment via paypal.
Jason
PS I bought the add on sql 2005 thing, ran that complicated command line thing, and attached my mdf. I just want a frontpage type solution. Everything else is drag and drop in vwd express why not this?
This is the error I get when I try to log in. I copied the connection string right from the website maybe I did this wrong
Server Error in '/' Application.
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Here is the string
<connectionStrings>
<add name='ASPNETDBConnectionString1' connectionString='Data Source=tcp:sql2k508.discountasp.net;Initial Catalog=SQL2005_373924_rebate;User ID=SQL2005_373924_rebate_user;Password=******;'
providerName='System.Data.SqlClient' />
</connectionStrings>
Thanks for looking
Post Edited (LorJay) : 6/9/2007 5:07:28 AM GMT
I am using visual studio express edition. I making a nice website that uses the ASPNETDB.MDF for all those cool asp 2.0 membership and roles stuff.. This uses a SQL express database. OK so far. I have tried and tried to get my website live so I can further test it, but I can't
People have been helpful, escpecially Bruce from this forum. I need more than help I guess. I really need to get this website up. Can someone please tell me where I can go to hire someone who will talk me through this process. I am not a programmer, I am a hobbyist. I understand SQL to select and update my database, but I can't do the stuff I read in FAQ's. It seems to be written for professionals. I have tried 3 different hosting services none seem to work. Please someone send me a private msg. we can work out terms. I am sure with someone over the phone that knows sql express and visual web developer express will have me up and running in a jiffy. I can send payment via paypal.
Jason
PS I bought the add on sql 2005 thing, ran that complicated command line thing, and attached my mdf. I just want a frontpage type solution. Everything else is drag and drop in vwd express why not this?
This is the error I get when I try to log in. I copied the connection string right from the website maybe I did this wrong
Server Error in '/' Application.
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Here is the string
<connectionStrings>
<add name='ASPNETDBConnectionString1' connectionString='Data Source=tcp:sql2k508.discountasp.net;Initial Catalog=SQL2005_373924_rebate;User ID=SQL2005_373924_rebate_user;Password=******;'
providerName='System.Data.SqlClient' />
</connectionStrings>
Thanks for looking
Post Edited (LorJay) : 6/9/2007 5:07:28 AM GMT