No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hello All! I am a newb in need of some serious help. I am trying to get my website administration setup by using some different source code. I figured out the database issue I posted a couple of days ago. My current website is a ASP.Net 2.0 starter kit in …
I have an existing connection string in my web.config file. I just added some code from another web developer into my website. Along with that I added a new ObjectDataSource control and configured it to look for the existing ConectionString which IS NOT an OleDbConnection, by using the following code. …
Have you run your application at least one time? If you do not run your application, the connection string in the web.config file will not be created and neither will the database that runs the Administration of your site, generally the ASPNETDB.MDF
I had the same issue last night. Your website is pointing to the wrong database. Visual Studio specificlly relies on SQL Express Edition. If you have changed the <add name="Personal" connectionString="Data Source=.\SQLExpress.....] to any other database like a SQL 2005 or 2008 it will not work. What I did, until …
I know you can if you are using Visual Studio to develop the project. Visual Studio will allow VB.Net and C# to be blended. I think Visual Web Developer will too but I am not really sure.
I get this error alot when I am changing things in my site. First question I have is: 1. Does this error occur in Visual Studio while running locally or does it happen on your hosted site(live)? If this happens on your hosted site, then your code has an error. …
I am a newbie to ASP.Net but it sounds to me like you are having a DataSource and postback error. Is that correct?
The End.
Missouri_Mule