Connecting ASP.NET to SQLServer,Somebody,Please!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

It is now 3 months that we are trying to connect ASP.NET to a SQLServer located on another system
However we act,we get a fatal error
We need someone to explain the way of connecting to SQLServer step by step from either VisualStudio.NET or FrontPage 2003
Our goal is to retrieve records from SQLServer and display them in ASP.NET pages,edit them,and return them to SQLServer
Thanx in advance.
 
Could you tell us what you have done and what problems (specifically) you
are having. This is not a complicated thing. Have your looked at any of
the sample documentation in VS .NET or at msdn.micorosoft.com? Typically,
the only thing that would vary from the samples, is your security.


Mohammad-Reza said:
It is now 3 months that we are trying to connect ASP.NET to a SQLServer located on another system.
However we act,we get a fatal error.
We need someone to explain the way of connecting to SQLServer step by step
from either VisualStudio.NET or FrontPage 2003.
Our goal is to retrieve records from SQLServer and display them in ASP.NET
pages,edit them,and return them to SQLServer.
 
Back
Top