Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

The previous developer used MS Frontpage 2003 to create this ASP website. He included in every page the strings to send data back and forth to SQL Server 2000. I am now creating some pages using Visual Studio 2005 Beta. I have a problem with the asp.net strings and webconfig. Does anyone know how to fix this problem without redoing any of the code in the pre-existing pages?

 

There seems to be a conflict. When I have the script in webconfig for the VS pages to connect to SQL, the previous pages, made with Frontpage 2003, will not connect. When the script is not in, of course the VS pages will not work. :confused: :o

Edited by bkedersha
Posted
What is the problem you are having? Is there a specific error being generated? Will the application not start because of a web.config parser error? How does the problem even vaguely relate to sending strings back and forth to SQL 2K...and what does that even mean? In line SQL? Connection string? Some details are needed before anyone can help you.
  • Administrators
Posted

When you say

the strings to send data back and forth to SQL Server 2000
what exactly do you mean? Are you refering to connection strings or the SQL code itself? connection strings can easily be stored within a web.config, SQL code on the other hand would either be within the pages code or preferably done as a stored procedure within the database itself.

 

Also could you give a bit more information about what you mean by

I have a problem with the asp.net strings and webconfig.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...