Hi there: I'm trying to code a page (ASP .NET) that accesses SQL Server 2005 Express installed in my own machine. When vewing it on a browser, SQL Server blocks all attempt to access any table. Can anybody help me here? Thanks in advance. -- Rafael Soteldo
These should help: http://msdn2.microsoft.com/en-us/library/ms345318.aspx Tutorial on connecting http://www.datamasker.com/SSE2005_NetworkCfg.htm Configuring Express for Remote Access https://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx Configuring Remote Access http://www.kbalertz.com/Feedback_914277.aspx Configuring SQL2005 for remote access -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Rafael Soteldo" wrote in message news:F6532FF3-61C4-4556-8F2E-C5D30D81F976@microsoft.com... > Hi there: > > I'm trying to code a page (ASP .NET) that accesses SQL Server 2005 Express > installed in my own machine. > > When vewing it on a browser, SQL Server blocks all attempt to access any > table. > > Can anybody help me here? > > Thanks in advance. > > -- > > Rafael Soteldo
Hi Andrew: Thank you, I got exactly was I was looking for... -- Rafael Soteldo "Andrew J. Kelly" wrote: > These should help: > > http://msdn2.microsoft.com/en-us/library/ms345318.aspx Tutorial on > connecting > http://www.datamasker.com/SSE2005_NetworkCfg.htm Configuring Express > for Remote Access > https://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx > Configuring Remote Access > http://www.kbalertz.com/Feedback_914277.aspx Configuring SQL2005 for > remote access > > > -- > Andrew J. Kelly SQL MVP > Solid Quality Mentors > > > "Rafael Soteldo" wrote in message > news:F6532FF3-61C4-4556-8F2E-C5D30D81F976@microsoft.com... > > Hi there: > > > > I'm trying to code a page (ASP .NET) that accesses SQL Server 2005 Express > > installed in my own machine. > > > > When vewing it on a browser, SQL Server blocks all attempt to access any > > table. > > > > Can anybody help me here? > > > > Thanks in advance. > > > > -- > > > > Rafael Soteldo > >