WebSite Admin Tool

H

Herb

I've built an ASP.NET application on my development computer and incorporated
this WebsiteAdminTool to manage the userids used for forms authentication.

I delpoyed the application to my webserver, which in a different subnet, and
now I get "error: 26 - Error Locating Server/Instance Specified" when I put
credentials into the authentication form and click Login.

I confirmed that the ASPNETDB.MDF file moved over to the webserver and I've
even connected to it in SQLServer under the webserver.

Can anyone provide suggestions as to where I can look to solve this problem.

Thank you, Herb
 
S

Steven Cheng [MSFT]

Hi stullhe104,

Regarding on the "error: 26 .." error you mentioned, based on my research,
it is a error message specific to SQL Server named instance's locating.
Here is a blog article describe this:

#SQL Network Interfaces, error: 26 - Error Locating Server/Instance
Specified
http://blogs.msdn.com/sql_protocols/archive/2007/05/13/sql-network-interface
s-error-26-error-locating-server-instance-specified.aspx

However, as this article mentioned, this is just the direct error message,
the actual cause maybe further dependent. For your scenario, I'd like you
to provide the following information so that I can have a further look
at(in addition to the above article):

1. As you are using the SQL membership provider to store user accoutns
info, correct? if so, are you using a customized membership setting in
web.config and also has your own custom connectionstring? If so, please
paste the configuration section here.

2. After you moved to the production server, whether the SQL Server
instance matches the one one your original server(such as instance name).
If you're using the default "user instance" mode(an attached aspnetdb.mdf
file), you need to make sure user instance is correctly running on the
production server.

You can check the above things in addition to the steps mentioned in the
blog article.

If there is any other findings, welcome to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top