Link to home
Create AccountLog in
Avatar of Ricky White
Ricky WhiteFlag for United States of America

asked on

Visual Studio 2012 ASP.Net error message

Environment: VS 2012, Windows 8

I bought a new Windows 8 PC last week.

First I installed VS 2010 on it but then that wasn't working properly so I uninstalled VS 2010 and then installed VS 2012 professional edition and SQL Server 2012.

Now I am able to create Windows applications but I am not able to run even a simple ASP.Net website.

When I try to view Default.aspx in browser it throws an error message that

"unable to connect to the configured development web server"

so then I went into Add or remove components and installed IIS. but I still get that error message.

Even if I try to save the website at a folder location, the ASP.Net development server is not able to run the web page.

I get the same error message using either IIS or ASP.Net development server.

I am wondering is it Windows 8 security related issue?

How can I make sure my ASP.net Developement server was installed correctly and has the appropriate permissions to run?

Does ASP.net work with regular Windows 8? or do I need Windows 8 pro? Microsoft's website doesn't say anything about it so am assuming Windows 8 should work because the Windows forms application works.

Please advise.I just want to be able to run a simple ASP.Net application to verify the installation.

FYI, the latest .Net framework installed on my machine is 4.0 however I haven't checked if Visual Studio is targeting that framework or not.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Can you try accessing http://localhost URL on your web server, if this URL is accessible with default IIS page, then it means IIS web server has been setup correctly.
Click your Website in the VS Solution Explorer and go to Properties.
What are the settings for StartUp Options?
Avatar of Ricky White

ASKER

Thanks and sorry for the delay in replying.