Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem in running ASP.Net web application under Windows XP

Status
Not open for further replies.

mohaimen

Programmer
Dec 24, 2001
25
0
0
BD
Hi,

I am trying to create an ASP.NET web application in my PC which runs Windows XP (SP 2). However, I am unable to create such project as it says "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 applications or services". What can I do to overcome the problem?

Best regards.

Mohaimen
 
Install the 1.1 framework from the Microsoft web site. Also, if you are running XPHome, you will not be able to run Visual Studio.
 
Hi,

1.1 framework is alrady installed in the PC from Prerequistes CD. It does not help.

Regards.

Mohaimen
 
if you are running XPHome, you will not be able to run Visual Studio
I'm assuming you mean because IIS isn't installed on XP Home for which there are workarounds (I think that as long as you have an another legal copy of XP Pro then you can use this to install IIS). If not, you can use other web servers (Web Matrix comes with it's own built in web server as does VS 2005).


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 

Have you tried running

Code:
aspnet_regiis -r
from a command prompt?

K
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top