CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2008 Tags:
Item Type: NewsGroup Date Entered: 2/25/2008 7:18:53 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 8 Views: 66 Favorited: 0 Favorite
9 Items, 1 Pages 1 |< << Go >> >|
JeffRod
Asp.Net User
ASP.NET Configuration tool doesn't launch in VS20082/25/2008 7:18:53 PM

0

I recently made the switch from VS2005 to VS2008 and have been hitting a problem in the new environment. I typically use the "ASP.NET Configuration" tool (found at the hammer and world icon in the solution explorer, or at [Website]>[ASP.NET Configuration] on the menu bar) to manage my membership and role providers.

When I launch the tool in 2008, the task bar will pop up and indicate that it is running on http://localhost:1234/asp.netwebadminfiles. Part of the problem is that it never launches in the browser like it used to in 2005. I can browse to this address manually but I will get a page that reads "An error was encountered. Please return to the previous page and try again." Obviously, there is no previous page. If I try to access any other page, such as the link to the "help" page on the top right, I'll get a "Tool Has Timed Out" message despite having started the tool only seconds earlier!

If I repeating the process in 2005, everything works as expected.

 

Whats the deal??? Thanks!

Jeff
 

gcricket13
Asp.Net User
Re: ASP.NET Configuration tool doesn't launch in VS20082/29/2008 4:19:54 AM

0

Jeff,

 I just installed VS 2008 and started to view the ASP.Net videos.  A similiar problem exists on my pc as well.

Win/XP Pro SP-2

Verizon/Yahoo DSL

  A simple web site was created with a label, checkbox and login control.  When I click on the 'start debugging' arrow, the website display correctly with the following URL:

http://localhost:1261/adminTest/Default.aspx

It makes NO difference if  'Use dynamic ports' is set to True or False for the project...

If I try to view a page using the 'view in browser' method or attempt to invoke the ASP.NET Configuration Tool (from the login control, or Solutions Panel, or Menu option),  The  browser starts and the following warning is displayed:

_______________________________________________________

"Warning: the page you are about to visit may attempt to request your personal information (such as passwords, credit card numbers and social security numbers) for unauthorized use or may otherwise attempt to harm your computer.

Malicious web sites can use this type of address in order to disguise themselves.

The destination may appear to be:

%22http

but the actual destination is:

%22http

Do you still want to open the webpage.  (Yes and NO Buttons)

____________________________________________________

When I select the 'Yes" button, the browser (MS Explorer 7) tries to load the page, but navigation fails because the page can't be found, the browser terminates and throws me back into the VS Studio IDE.

Looking at the browser history for %22http - this is what was passed to the browser:

http://%22http//localhost:1286/asp.netwebadminfiles/default.aspx?applicationPhysicalPath=C:\Documents%20and%20Settings\Home.%20PC11\My%20Documents\Visual%20Studio%202008\WebSites\adminTest\&applicationUrl=/adminTest"

Thr 'http://%22' preceeds what I think should be the correct URL (just guessing....) The same result happens weather I create the website using the 'File System" or as 'localhost" in the Win/XP IIS.

Note: I am creating the website as a Net.Framework 3.5, but the ASP.NET Configuration Tool is located at:

Windows\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles (I assume this is OK since it is not in the 3.5 folder...)

I hope this information will help someone to suggest a solution to our problem..

Regards,

Jim

gcricket13
Asp.Net User
Re: ASP.NET Configuration tool doesn't launch in VS20082/29/2008 6:02:09 PM

0

Jeff, 

I just downloaded and installed the Visual Web Developer 2005 Express Editon and got the same results.. The 2008 version that came with VS 2008 Standard edition has other problems e.g. Toolbox becomes empty and setting 'absolute control positioning' in the 'Options' menu does not appy to subsequent control additions from the Toolbox..   I'll keep checking back for some feedback.. If none appears, I'll report it as a bug...

 Regards,

Jim

JeffRod
Asp.Net User
Re: ASP.NET Configuration tool doesn't launch in VS20083/1/2008 3:21:47 AM

0

 Thanks for the update Jim. I've been monitoring these forums for quite some time regarding this situation and I never find anything. Maybe 2008 just hasn't been adopted enough or by the right people for this issue to get any visibility.

gcricket13
Asp.Net User
Re: ASP.NET Configuration tool doesn't launch in VS20083/2/2008 3:47:39 AM

0

Jeff, 

I posted my first comment to you as a New Post - 'View In Browser Problem'.  Got a quick and excellent response from Mikhail (MSFT) and the problem is solved.  Hope this will fix your problem too.

Here is the reference for the message trail:

http://forums.asp.net/p/1227409/2206416.aspx#2206416

Good Luck,

Jim

JeffRod
Asp.Net User
Re: ASP.NET Configuration tool doesn't launch in VS20083/2/2008 4:09:08 AM

0

 Wow Jim! You're awesome! Thanks for getting this all figured out. I hope that is just a workaround as opposed to a fix but at least I can get to that tool now!

gcricket13
Asp.Net User
Re: ASP.NET Configuration tool doesn't launch in VS20083/2/2008 2:46:23 PM

0

Jeff,

This is not a work-around, but a feature that is available, but not obvious, at first.  Mikhail (MSFT, 34,000 + point guy) explained that this feature was created because people have multiple browsers installed for various reasons. In my case, IE, Verizon/Yahoo DSL and the VS 2008 built-in browser)  This feature allows you to choose which browser to use in the development environment,  He originally suggested that I set IE as my default browser, which I did. But, VS ignores this and maintains it own list of available browsers for you to choose from as he explained in a later message.

Looks like we are back in business..

Regards,

Jim

JeffRod
Asp.Net User
Re: ASP.NET Configuration tool doesn't launch in VS20083/3/2008 2:58:30 AM

0

See, I don't understand that. Why cant I use Firefox, or Yahoo or any other browser to access that tool? The configuration tool in VS 2005 worked with Firefox (and I assume other browsers too). I guess this is more of a rhetorical question, or one pointed at Microsoft which Im not expecting to get answered.

gcricket13
Asp.Net User
Re: ASP.NET Configuration tool doesn't launch in VS20083/3/2008 3:26:23 AM

0

Jeff, 

You could potentially use Firefox or any other browser. In my case Yahoo worked fine for project (F5 Start etc.), but not as a 'View In Browser' or admin function in the Login control.  Yahoo is a customized version of IE 7 that interpreted the 'View In Browser' url as a possible hacker attack. It was different then the start project url..

 Since it only involves unit testing of a page or admin access, it's no problem to use IE or the built-in browser. Yahoo has no problem running the compete project. If that is also true for Firefox, then you are home free..

Good luck with your development...

Jim

9 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
ASP.NET Configuration tool doesn't launch in VS2008 - ASP.NET Forums NET Configuration" tool (found at the hammer and world icon in the solution explorer, or at [Website]>[ASP.NET Configuration] on the menu ...
VS 2008 and .NET 3.5 Beta 2 Released - ScottGu's Blog Hi Scott, I created a new ASP.Net website using VS 2008 B2. ... If not, will the Beta 1 version of the Silverlight tools work with VS Beta 2? ... On July 10th, Microsoft issued a press statement regarding the launch event for Windows Server ...... FYI: Also, in VS2008, it doesn't use the local/project web.config ...
Visual Web Developer Team Blog : Using VS 2008 to target ASP.NET ... NET Framework 3.5, VS doesn't remove the reference to System.Web. ... Copy the ASP.NET AJAX 1.0 Web.config file to your project root folder ... First, make a backup of your project, then launch Microsoft Visual Studio 2008 Beta 2. .... Two good posts by the Web Development Tools team that you should read if you are ...
ASP.NET configuration tool doesn't work in folders with special ... it seems that I just solved my problem why I couldn't use the ASP.NET Configuration Tool in VS2008. It seems this tool doesn't work when the aps.net ...
VS 2008 Web Deployment Project Support Released - ScottGu's Blog In my last link-listing post I pointed at the new Web Deployment Tool being .... ASP.NET Web Sites and Web Application Projects are basically options for how you lay ..... The Configuration Manager doesn't let me choose x64 for the Web .... When we launch SQL Server Business Intelligence Studio to create a new SQL ...
OTN Discussion Forums : ODP.Net VS2008 on 64bit Vista ... Net not properly configured? I adding the same configuration lines to the .... I 've installed the 11g 32bit and 64bit client, and the tools for Visual Studio. ... I launch the ODP .NET x64 installer I get a java crash error. ... It doesn't help. When I run my asp.net application I got error like ...
All posts tagged 'vs2008' Well, I was reading Professional ASP.NET 3.5 in C# and VB by Scott Hansleman and ... to launch the editor. Obvious, huh? :-|. VS 2008 Regular Expression Editor ... The main difference you'll notice is in the configuration of IIS7. .... At least I won't have grapple with trying to dynamically load a user control ...
CodeProject: Migrating website projects to web applications in ... Aug 28, 2008 ... since it doesn’t have project files for websites. ... Launch VS2008; Fileà NewàProject; Select ASP.Net Web Application from the dialog box ... If the Data Source Configuration Wizard is launched during the process, ... that Website Projects dynamically generate the tool-generated partial classes ...
Shawn Burke's Blog : Configuring Visual Studio to Debug .NET ... It's finally here - the launch of the .NET Reference Source project. ... Wednesday, January 16, 2008 8:01 PM by ナオキにASP.NET(仮) ...... This doesn't appear to work. The linked version of .Net 3.5 is 2.0.50727.1434 ..... NET Framework source stepping" under Tools | Optons. VS2008 SP1 will crash if I have this ...
Re: VS2008 setup project causing unwanted .net 3.5 install Jan 19, 2009 ... Site Tools. Quick Starts. Active Directory · ASP · ASP.NET · ASP.NET 2.0 ... If you look in the IDE of the setup project, launch conditions, . ... bootstrapping ) > The project created in VS2008 doesn't include the second. ... though it is not specified as a > prerequisite in any build configuration. ...






content pages & head tags

march07ctp and linqtosql (update, insert)

vs 2008 ide question: inserts snippets automatically

how to do "select top 1 customer from customers" in linq to sql?

vs2008 design view rendering

exception assistant mia?

publish web site

can you disable the script document feature in solution explorer?

vwd 2008 express. can't create websites.

unit testing web application

vs 2008 css rendering

vs 2008 - using tabcontrol on designer

html designer freezes in visual studio 2008 shell

source safe install on vs 2008

asp.net error view web page - vs2008

installation problems with vs2008 beta 2

problems with "use iis web server" setting in 2008

breakpoint in global.asax

build configuration for asp.net 3.5 project

trouble with javascript intellisense on returned values when using "returns" tag

problem with external style sheets to website project in visual studio 2008

vs 2008 in vista or xp?

page layout using visual studio 2008

appdata with mdb file

visual studio 2008 does not install well on my computer

ide problems

vs2008: frequently crashes (bsod) while debugging

help , problem with controls with vs2008 beta2.

linq. remove. vs 2008 final version

web application project

   
  Privacy | Contact Us
All Times Are GMT