C#Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i already install iis and then i install microsoft visual studio.net 2003..
when i want open a new project for asp.net web application then this message will appear
"visual studio .net has detected that the specified web server is not running asp.net version 1.1. you will be unable to run asp.net web application or services"
I came across the same problem. To solve this, go to the Visual studio command prompt and type "aspnet_regiis -i" . Then press enter to execute the command. Then try opening a new ASP.net project.
I think this will solve your problem.