ASP errror starting new Web Project

S

Steven

When I try to start a new web project in VB.Net using
visual studio 2003 I get the following error:

Visual Studio .Net has detected that the specified Web
server is not running ASP.Net version 1.1.....

I've installed .Net Framework sdk. And I have IIS
services installed.

What am I missing?

Thanks,

Steven
 
A

AlexB

It sounds like you might have installed the 1.0 version of
the framework. You can find version 1.1 on Microsofts
website.

Good luck.
 
T

Tian Min Huang

Hello Steven,

Thanks for your post. As I understand, you fail to create a new ASP .NET
project with the error concerning Web server is not running ASP .NET
version 1.1. Please correct me if there is any misunderstanding. Now I'd
like to share the following information with you:

1. If your IIS is running on local machine, please changed the location for
the creation of your application from
http://localhost/<applicationName>
to
http://<machineName>/<applicationName>

2. If you are running IIS on Windows 2003 Server, please launch "Control
Panel" -> "Administrative Tools" -> "Internet Information Services", select
"Web Service Extensions" node on the left pane for your server machine, and
make sure the ASP.NET 1.1.4322 is "Allow".

If the same error occurs with correct setting, please execute the following
command from the Framework v1.1.4322 folder:
aspnet_regiis -i

3. If the problem persists, I think more information is needed before
moving farward:

Does this problem occurs to other ASP .NET project say, C#?
Where does the web server locates, local or remote? What's its operating
system, Windows 2000, Windows 2003, etc?

I look forward to your response.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top