Questions tagged [website-admin-tool]

Usually refers to the ASP.NET Web Site Admin Tool, a tool to easily modify and manage your website configuration through a simple web interface.

Resources:

14 questions
16
votes
3 answers

where is Web Site Administration on visual studio 2015

I cannot found Web Site Administration Tool in visual studio 2015. where is it? It used to be on menu "website > Administration Tool" or "Project > Administration tool" but is not anymore.
3
votes
4 answers

Why does the asp.net website administration tool give timeout message (mysql db)?

i have an asp.net-mvc website and I am trying to use the asp.net website administration tool but when i click in visual studio 2010 to launch it, it brings up a browser that says: An error was encountered. Please return to the previous page and try…
leora
  • 188,729
  • 360
  • 878
  • 1,366
3
votes
1 answer

TinyMCE bug with block elements

I have a problem with TinyMCE: I need to get this code:

REVOLUTIONARY QUOTE RELATING MANIFESTO TO PROJECT GOES HERE


Erik Heinsholt

TinyMCE settings: valid_elements:…
1
vote
1 answer

Custom Membership - Error in Web Site Administration Tool (Type is not resolved for member'')

I had to customize the class MembershipProvider for the user validation is done by email. But when you open the Asp.net Web Site Administration Tool, the "Security" tab the following error: There is a problem with your selected data store. This can…
1
vote
3 answers

Admin Tool for my ASP.NET website where can I start from?

I decided to write an administration tool for my ASP.NET 4.0 website that has Membership Capabilities too. I have the business layer ready for the following activities, The number of users logging in to the website per day. Average spend time of…
navule
  • 3,212
  • 2
  • 36
  • 54
1
vote
1 answer

User in Web Site Administration Tool on IIS

I'm new in ASP and IIS and I trying to solve this problem for 2 days but still can't get it.at 1st, I created a ASP login page and the user information store in Web Site Administration Tool (VS2008 Project>ASP.NET Configuration) It works fine as I…
khheng
  • 147
  • 1
  • 9
1
vote
1 answer

Web Site Administration Tool:Unable to connect to SQL Server database

I am developing an ASP.NET MVC3 application using, MS SQL Server Pro 2008 MS VS 2010 pro Entity FrameWork as model class. When i start ASP.NET Web Site Administration Tool by clicking ASP.NET Configuration from solution explorer, in Security tab…
arefinsami
  • 363
  • 2
  • 7
  • 18
0
votes
0 answers

Website cannot connect to localdb in asp.net through Website Admin Tool in VS15

I am always getting an error as "Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the…
Mahim Khan
  • 13
  • 5
0
votes
1 answer

ASP.NET Web Site Administration Security section: Unable to connect to SQL Server database

I am developing an ASP.NET application using MS VS 2013 and MS SQL Server 2014. When i start ASP.NET Web Site Administration Tool by CMD and click on security tab, I get below error: " There is a problem with your selected data store. This can be…
0
votes
1 answer

ASP.Net Web Site Administration Tool: Could not establish a connection to the database

I really hope that you would be able to help me on this issue. I have read on a few forums and some stackoverflow topics regarding the connection issues and used their advice. Some say just add the server name in front of connection, that works for…
J2H656
  • 101
  • 1
  • 16
0
votes
1 answer

Can't access ASP.NET Website Administration Tool on Windows 8.1

I developed a site on ASP.Net 4.0 in VS2013 and used ASP.Net Membership Provider. I want to create roles and assign them to users but there is no way to access ASP.Net Website Administration Tool from VS2013 i suppose. I tried this and this…
0
votes
3 answers

Web Site Administration Tool: The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty

I'm trying to use the Web Site Administration Tool to configure membership for a web site on my server. I've created an aspnetdb database on my local copy of SQL Server, and through the WSAT, I've managed to add several roles, and to lock down a…
CJM
  • 11,908
  • 20
  • 77
  • 115
0
votes
0 answers

Can't connect to membership tables in our database

We used the aspnet_regsql.exe tool to add membership tables to our existing database and added the following LocalSqlServer lines into our Web.config file:
0
votes
1 answer

ASP.NET Members Section - Cannot create and connect to Database

Visual Studio 2010 MSSQL 2005 Windows Vista I am creating an ASP.NET website using webforms, I want to create a members section using Web Site Administration Tool. I am following this youtube tutorial (http://www.youtube.com/watch?v=vxxFhGF-Z7E) but…