VS 2010 Web Admin Tool Not Working / "An Error Was Encountered"?

Dec 2, 2010

I'm wondering if anyone else has encountered this. Ok, I have a website in which the solution and webfiles are in Team Foundation Server's source control. My workspace is on my local PC. If I go to Website > ASP.NET Configuration to manage the site using the web admin tool I get an error message from the web admin tool:

"An error was encountered. Please return to the previous page and try again."

Now, if I copy the exact site (just the website, but not the solution .sln file)to another location on my PC then choose open website in VS and fire up the web admin tool, it starts no problem.

I have no idea why this is happening and unfortunately the web admin tool doesn't give any other info other than that error message. Has anyone ever experienced anything like this?

View 1 Replies


Similar Messages:

Security :: ASP Web Site Administration Tool - Error Encountered

Aug 5, 2010

I have just installed Visual Studio 2010 trial. Previously I have been using Visual Studio Web Developer 2010 Express. Now every time I try to invoke the ASP.net Cofiguration tool either via the icon or through the Project File Menu item, I get the error message "An error was encountered. Please return to the previous page and try again." I am trying to develop a bog standard Silverlight Business Application. There are no other diagnostics. Is there anywhere I can look for more clues or anything else to do to alleviate the problem? or is this something peculiar to the trial version I am using?

I also think it might have something to do with the fact that I have created this Silverlight Business App on a directory on my D: drive and not the normal, default c: drive path and maybe the web sit admin tool is looking somewhere else. Could this have something to do with it? If so what is my remedy?

View 6 Replies

Visual Studio :: Web Site Administration Tool - Error Encountered - Return To Previous Page

Jul 22, 2010

I Have a problem here with Visual Web devoloper 2010 , When I click the "Asp.net Configuration" , the browser doesn't open the Web Site Administration Tool but the icon does appear in the notification area , on right clicking the icon it opens up the Web Site Administration Tool in the browser and displays "An error was encountered. Please return to the previous page and try again."

On the other hand I don't have any issues using "Asp.net Configuration" with Visual Web Devoloper 2008

View 5 Replies

Security :: Website Administration Tool "An Error Was Encountered"?

Jul 14, 2010

I have googled the similar problem that many people are facing but I still can't solve mine.I'm trying to visit the ASP.NET Web Site Administration Tool at
http://localhost:49274/asp.netwebadminfilesThe page shows me the error "An error was encountered. Please return to the previous page and try again."Some says it has to do with web.config file, I'm new to ASP.NET, here is my web.config file

[Code]....

View 1 Replies

VS 2010 - Redirect User When Error Detected On A Page And To Notify Admin

Nov 13, 2011

I have this code , to redirect user when an error is detect on a page, and to notify the admin

vb Code:
Protected Sub Page_Error(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Error
REPORT IF ERROR DETECTED Dim a As New errorhandler       
a.reporterror(Page.Title.ToString & " "
& Request.Url.Host.ToString, Server.GetLastError.ToString)
End Sub

then under another button I have this try and catch , i wud like to show the user there is an error on the date input format.

vb Code:
Try 
aaa = dateTextBox.Text.Split("/") 
bbb = aaa(2).Split(" ")
If (bbb.Length > 1) Then 
a = aaa(0) + "/" + aaa(1) + "/20" + bbb(0) + " " + bbb(1).Substring(0, 2) + ":" + bbb(1).Substring(2, 2)     

[Code] ....

But whenever an error is detect the user is redirected to another page (errorhandler).I was wondering if it's possible not to redirect the user if the error is of type InvalidCastException .

View 9 Replies

Using Customer Website Admin Tool?

Oct 11, 2010

How do you create your web site data admin for your customers. Do you do them programatically or do you use any specific tool?

I have been using AspMaker and is not a bad option but I'm sure there are a few more options out there. I've seen that MS has a Web Data Administrator but for me it looks more than an sql server web admin tool rather than a frontend that has the business logic.

View 1 Replies

VS 2008 - SMTP Setting In Web Site Admin Tool?

Apr 28, 2010

I am trying to send an email using the gmail smtp server. I am trying to enter the SMTP settings into the Web Site Admin tool. I have set

Server Name: smtp.gmail.com
server port: 587
from: myemail@gmail.com

Sender's User Name: my real gmail username
Sender's Password: my real gmail password

I am getting the following error when I try to send an email as a result on using the CreateUserWizard after successfully creating a new user.

Code:

The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. i29sm30127820vcr.12

View 2 Replies

SQL Server :: Unable To Connect With Web Site Admin Tool

Nov 27, 2010

I am having some major headaches trying to get a Web Dev 2010 and SQL Server Express 2008 R2 to work together. At one point I hade Web Dev Express 2008 and SQL Express 2008 working together just fine, then I upgraded to 2008 Express R2 and have never been able to recover.

I have attempted to uninstall and reinstall several times, browsed the forums, watched videos, and while I have picked up a few things, I am still far from being able to get these two apps to work together for basic user authentication.

Here is where I am at. Web Dev Express 2010, .Net 4.0, and SQL Server Express 2008R2 installed. I have ran the .v4 aspnet_regsql.exe app against SQLEXPRESS, but when I bring up the Web Site Admin Tool, it cannot connect.

My machine.config connectin info is: [Code]....

Thinking that I may have some uninstalled connection info causing problems, I reviewed several of the security videos on this site, and decided to attempt to use my own database install rather then the default ASPNETDB.

So I now have 2 Database Engines (SQLEXPRESS and LOC). I created a new databases on LOC, named LOC and AspNetServicesDB. I then created users named LOCADMIN and AspNetServicesUser, made then the owners, and set the default database for eacg.Next I ran aspnet_regsql.exe from the v4.0.30319 folder, connected successfully, and installed the tables under AspNetServicesDB. The new tables (roles, membership, profiles) were installed. I then proceeded to copy the above machine.config connection info to the web.config file, and modified it as Joe Stagner did in this video. My edited web.config info:

[Code]....


Note that password is set to the real password in my config file.

Yet when I bring up the Web Site Administration Tool test the single provider, I get this error:

[Code]....

View 2 Replies

Security :: Web Site Admin Tool - Cannot Establish Connection?

Aug 25, 2010

I have a question with this tool. I have a database listed in the App_folder, and the database has a connection in Server explorer. The connection string is listed in the web.config file, and I am able to add users and roles with the Web Admin Tool. However,when in the Web Admin Tool, under Configuration tab, I receive an error when I click on the "test" button. The error reads " 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 database, and then return to this tool to set the provider."

View 6 Replies

Security :: How To Create A User Login Control Without The Use Of Web Admin Tool

Apr 17, 2010

I'm looking for a way to create a login control without the use of web admin tool

Here are my system requirements

Windows 7 Visual Studio 2008 Professional Edition Microsoft SQL Server 2005 Express Edition ESET Anti-virus but SQL and Studio files excluded from being scanned. I have got a database. I've created the front end of the user login control manually not using the toolbox. Basically what I need is that once a user has registered. He then logs in. when he enters his username and password how do I code it so the database realises it's him/her and takes them to their LOGGED IN user

View 7 Replies

Security :: Creating An Admin Tool To Reset Password Without Question / Answer?

Oct 29, 2010

I'm dealing with a scenario where a legitimate user doesn't have a clue about his password, secret question or the answer. So, I was trying to create an admin tool that would help me in situations like these where the admin should be able to type in username and reset the password without having to know/enter answer to secret question. I understand that I need to make some changes to the web.config for this to work. I thought I made all the changes but my ResetPassword() requests are still not working.

Here's my web.config settings for the provider.

[Code]....

View 4 Replies

Databases :: Fatal Error Encountered During Command Execution?

Mar 12, 2010

iam trying to fill my dataSet Iam getting Error: Fatal error encountered during command execution.Ima using Ms.Net 2.0 and MySql 5.0 So Thing is Iam Hanged Here .My Code as Like:

MySqlConnection con = new MySqlConnection("server=XXX.XXX.X.XXX;user id=murali;password=murali;database=MURRAGE;default command timeout=3600");
da = new MySqlDataAdapter("SELECT BLNO FROM IFORM", con); [code]....

View 1 Replies

IIS Configuration :: Server Has Encountered Error While Loading Application

Jun 15, 2012

Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. in a system having windows XP ... I am trying to deploy a web application insatleld IIS , dotnet framework , published the application & mapped it in IIS but when i try to open the page i get above error

i am trying to deploy a web appllication on  a system but i get the above error after  following & deploying the application

installed IIS

installed framework

created a VS directory & mapped the application folder

View 1 Replies

Visual Studio :: Error - "WebDev.WebServer.exe Has Encountered A Problem And Needs To Close?

Jul 13, 2010

I have running my application. some error is displayed at every time. what is the meaning of this error

"WebDev.WebServer.exe has encountered a problem and needs to close.we are sorry for the inconvience. If you were in the middle of something , the information you were working on might be lost. "

View 1 Replies

Security :: Can't Get Past The "Test" Link On The "Provider" Tab In WebSite Admin Tool (WSAT)

Jan 22, 2011

I can't get past the "Test" link on the "Provider" tab in my Web Site Admin Tool (WSAT).

I'm running SQL Express (10.0.2531.0) and have created my "ASPNETDB" database using the version of aspnet_regsql that came with .Net 2.0. (When that work, I re-ran the version that came with 4.0.)

I have the following in my web.config:

[Code]....

And this:

[Code]....

When I go into the WSAT, to the Provider tab, I select "AspNetSqlProvider" and click test.

The error message I get is this:

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 database, and then return to this tool to set the provider.

View 2 Replies

VS 2010 Web Site Administration Tool On SQL Server?

Feb 9, 2011

I created a database in my local sql server, and ran aspnet_regsql.exe on it, which created all the user and membership tables. However, when I click on the "Asp.Net Configuration" button in VS (2010), it open the Asp.Net Web Site Administration Tool, but with an error that say "An error was encountered. Please return to the previous page and try again." (of course there's no "previous page". What is one to do here?
My solution consist of several class libraries (domain, contracts, services, etc, etc) and a Asp.net MVC project. In my web (mvc) project's web.config, my connectionstrings looks as follows (just guessing this matters):

Code:

<connectionStrings>
<add name="ApplicationServices"
connectionString="Data Source=LAP00281;Initial Catalog=ClientManager;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="ClientManagerEntities" connectionString="metadata=res://*/ClientManagerDB.csdl|res://*/ClientManagerDB.ssdl|res://*/ClientManagerDB.msl;provider=System.Data.SqlClient;provider connection string="Data Source=LAP00281;Initial Catalog=ClientManager;Integrated Security=True;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
</connectionStrings>

(only reason i want to use this is actually to create two roles, admin and client)

View 11 Replies

C# - Register Ajax Tool Kit To SharePoint 2010?

Mar 2, 2011

I've tried to use Ajax Control Tool Kits on SharePoint 2010 Web Site, but Im having some trouble with registration. I've searched a lot on google for a solution. I've found some ways, but my problem is not solved. When I open my web site, still getting registration error.The problem is registration of Ajax Tool Kit. Here is my steps.1 - Downloaded Ajax Control Tool Kit latest version.2 - Added following line to my page

<%@ Register Assembly="AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>

3 - Added following line to my master page (v4.master)

<%@ Register Assembly="AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>

4 - Replaced this tag

<asp:ScriptManager>

with

<ajaxToolkit:ToolkitScriptManager>

but problem not solved.. Still getting same registration error. I need your suggestions about implementing Ajax Control Tool Kits on Share Point 2010.

View 1 Replies

SQL Reporting :: Some Links On Admin Site Not Working

May 3, 2010

I have one strange issue on SQL Reporting Services admin website (like URL). I am System Administrator as well as the content manager of this site. Under the Contents tab, the links
New Data Source and Upload File is redirecting to https:// site(secured site) which always fail to load. But the links for the New Folder and Report Builder are working fine and redirects to http:// site. I repaired the installation of SQL Server also but there is a same problem.

View 4 Replies

Configuration :: Where Is Tool Located In Visual Studio 2010

Jun 22, 2010

Where is ASP.NET Configuration Tool located in Visual Studio 2010?

View 1 Replies

Web Forms :: Wizard Tool For Contact Page In VWD 2010

Dec 28, 2010

I found the video for creating a Contact Us page using the 2005 Express Edition of Visual Web Developer, but I got stumped when he dropped a table onto the wizard. I can't figure out how to do that in the 2010 version. Is there a video for creating a Contact Us page using the 2010 version?

View 1 Replies

Adding A Tool Bar To Visual Studio 2010 - Windows From Application

Nov 7, 2010

i just downloaded an RSS Toolkit for .net.

where do i need to place it? in which folder so it will become available on my visual toolbars?

and what types of files do i need to place in this folders? is it the *.dll only or more?

View 1 Replies

C# - Error Creating New User By Admin?

Jun 18, 2010

I am creating a web application using Form Authentication of Asp.Net with C# and back end Sql Server. Here in my application administrator login and creates new users. I am using the create user wizard under login controls. My problem is when the new user is created by Admin he is automatically logged out and logged in with new user credentials which he has just created.

View 2 Replies

VS 2010 - Support Login To Specific Users Account Via Admin Account

Jul 28, 2014

I have a web app Which Uses Forms Authentication.

One thing that we want to be able to do on Support is login to a specific users account Via our admin account.

We are using the standard asp.net membership authentication.

The idea would be for the support technition to be able to login using credentials like admin(<Troubled User>) using the Admin Account password

We are using a a Standard ASP.Login Control

The real Issue is that the Me.Page.User.Identity.Name is set to the value on the CtlLogin.Username Property. I need it to be the the Support Login?

Login Control

Code:
<asp:Login ID="ctlLogin" runat="server" DisplayRememberMe="False" Font-Names="Arial Rounded MT Bold" Font-Size="12pt" ForeColor="Black"
MembershipProvider="MembershipProvider" Width="100%" TitleText="" UserNameLabelText="User" VisibleWhenLoggedIn="False" RememberMeSet="True"
PasswordLabelText="Password" EnableTheming="False" Height="35px" >

[Code] ....

Validate User Script

Code:
Dim objstrSupUser As String = ""
'Load the user from the membership provider
Dim strUserName As String = ctlLogin.UserName
If ctlLogin.UserName.IndexOf("(") > 0 Then
objstrSupUser = Regex.Match(strUserName, "(([^)]*))").Groups(1).Value

[Code] ....

View 5 Replies

Crystal Report Viewer Tool Bar Options Not Working?

Jul 25, 2010

I have an ASP.NET webapplication with an Oracle11g backend using DevArt's Oracle data provider.

The application works fine however when producing Crystal Reports, the web Crystal Report viewer renders only the FIRST page and none of the toolbar buttons function (ie: next page, zoom, export, search ...) The Group-tree and Prameters views will toggle, but nothing else seems to work on the web Crystal Reports Viewer (neither on my local nor on the server). The group tree shows all of the appropriate groupings collapsed - however when clicked to expand, I get an animated gif at the expand icon (+) but nothing else happens...

View 1 Replies

Visual Studio :: Development Tool Bar Is Not Working In IE8 Browser?

Sep 27, 2010

I am using IE8. I installed IE development tool bar when i used IE7. Right now Developemnt tool bar is not working in IE8 browser.

I can view Development tool bar in

View--->Explorer Bars

I am able to select the tool bar. But it does not dispaly anything to debug...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved