473,761 Members | 2,384 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem creating ASP.NET App with Visual Studio.NET 2003 and Windows XP Pro

I am having a problem creating an ASP.NET application in Visual Studio.NET 2003, installed on Windows XP Professional

I get a message stating that I do not have ASP.NET 1.1 installed, so I can not create web applications

I downloaded the update that is supposed to install ASP.NET 1.1, but I'm still getting the message

My research leads me to understand that VS.NET 2003 wont allow users to create web applications on anything "less" than XP Pro, but I am running XP pro

Has anyone ever run across this in the past? Is there any way to verify that I'm running ASP.NET 1.1? Does anyone have any suggestions

I appreciate the help and apologize if this is a newbee question, but I have done extensive searching and can't find any solutions.
Nov 18 '05 #1
2 1515
Assuming that you have IIS installed you could use the aspnet_regiis command
to verify and/or install the ASP.NET mappings.

Open the VS.Net Command Prompt and run:

aspnet_regiis -i

This will reinstall the ASP.NET stuff into your IIS installation.

/Per Salmi

"umilmi81" <mm*****@lason. com> skrev i meddelandet
news:28******** *************** ***********@mic rosoft.com...
I am having a problem creating an ASP.NET application in Visual Studio.NET 2003, installed on Windows XP Professional.
I get a message stating that I do not have ASP.NET 1.1 installed, so I can not create web applications.
I downloaded the update that is supposed to install ASP.NET 1.1, but I'm still getting the message.
My research leads me to understand that VS.NET 2003 wont allow users to create web applications on anything "less" than XP Pro, but I am running XP
pro.
Has anyone ever run across this in the past? Is there any way to verify that I'm running ASP.NET 1.1? Does anyone have any suggestions?
I appreciate the help and apologize if this is a newbee question, but I

have done extensive searching and can't find any solutions.
Nov 18 '05 #2
WJ
Below is the "order" of what I did on my XP pro. In addition, I kept all the
setups default folders:

1. Install Windows OS
2. Install Windows IIS-5 (wxp/w2k) or IIS-6 (W2k3)
3. Install FrontPage Server Extension 2002 (VS.Net needs it)
4. Test to connect to your http://localhost. The welcome page and its help
page must be shown side-by-side (for XP Pro, W2k Pro may be different)
5. Install service packs and hotfixes
6. Install .Net FrameWork 1.1.
7. Install .Net SDK (Optional - Caution: This beast can break your system as
it did on my XP Pro)
8. Install VS.Net 2003.
9. Test creating both WinForm and WebForm apps. to make sure it works.

If you follow the above order, you really donot need to mess with
"aspnet_regiis" .

Please note: I restarted my system after each setup was successfully
executed. I do not trust "No Reboot" feature in WXP.

Hope this helps,

John Webb
"trellow422 " <an*******@disc ussions.microso ft.com> wrote in message
news:77******** *************** ***********@mic rosoft.com...
FYI- I am also running into this issue, except I am running Windows 2000 Professional. A co-worker of mine is also running Windows 2000 Pro and is
able to successfully create and run .NET Web Applications. Go figure?!

----- Per Salmi wrote: -----

Assuming that you have IIS installed you could use the aspnet_regiis command to verify and/or install the ASP.NET mappings.

Open the VS.Net Command Prompt and run:

aspnet_regiis -i

This will reinstall the ASP.NET stuff into your IIS installation.

/Per Salmi

"umilmi81" <mm*****@lason. com> skrev i meddelandet
news:28******** *************** ***********@mic rosoft.com...
> I am having a problem creating an ASP.NET application in Visual Studio.NET
2003, installed on Windows XP Professional. >> I get a message stating that I do not have ASP.NET 1.1 installed,
so I can
not create web applications. >> I downloaded the update that is supposed to install ASP.NET 1.1,
but I'm
still getting the message. >> My research leads me to understand that VS.NET 2003 wont allow
users to
create web applications on anything "less" than XP Pro, but I am running XP pro. >> Has anyone ever run across this in the past? Is there any way to
verify
that I'm running ASP.NET 1.1? Does anyone have any suggestions? >> I appreciate the help and apologize if this is a newbee question,
but I have done extensive searching and can't find any solutions.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
6177
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with itself. Everything you need is available at no costs (except download hassle and installation time). Once your system is set up properly its just a matter of running 'python setup.py build'. No longer waiting for someone else to build binaries and a...
0
6137
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug file as folows. I need help to resolve them ASAP: cl /c /nologo /MDd /W3 /Od /GR /GM /Zi /GX /D "_DEBUG" /D " WIN32" /D "_W INDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /
2
1601
by: Alexander Berezhnoy | last post by:
Hi all ! I want to try MS Visual Studio NET. My system - Windows 2003 Server . IIS (WWW) is started. WWW http://localhost in my IE working normal. But - after trying to build new project in Visual Studio (for example, ó# ASP Application, and other) I see a error massage : "Web Access Failed
1
1648
by: Graham | last post by:
My project (VS 7.1) builds and run OK on my Windows 2K PC, but when I clean the solution and copy it over to a Windows XP PC in our lab I get loads of error, (see below) I cant seem to find the cause. The code HAS NOT changed! I did check that the copied project still builds on the Windows 2K PC and it does. c:\Program Files\Microsoft Visual Studio .NET
0
1649
by: Rajesh Kumar | last post by:
Hi Gregory Thanks for your answer. I did not see any attached file so I copied your text into a text file and named it compiler.bat Checked the wrapped lines and runned the file. It said Dataset, Datareader and some other things are not defined. So I entered the : Imports Microsoft.ApplicationBlocks.Data Imports system Imports system.data Imports System.Data.SqlClient
0
3367
by: Rajesh Madhra | last post by:
Hi Gregory Thanks for your answer. I did not see any attached file so I copied your text into a text file and named it compiler.bat Checked the wrapped lines and runned the file. It said Dataset, Datareader and some other things are not defined. So I entered the : Imports Microsoft.ApplicationBlocks.Data Imports system Imports system.data Imports System.Data.SqlClient
8
3424
by: Rob Edwards | last post by:
When trying to add the Microsoft CDO for Exchange Management Library (aka CDOEXM.dll) I receive the following message: "A reference to 'Microsoft CDO for Exchange Management Library' could not be added. Converting the type library to a .Net assembly failed. A depended type library 'CDO' could not be converted to a .NET assembly. A dependent type library 'ADODB' could not be converted to a .NET assembly. Item has already been added." ...
13
3940
by: Lee Newson | last post by:
Hi, I have just written my first application using VB.NET. The app works fine when i am running it within .NET for debugging purposes, however when i try to run the app from the .exe file that .NET creates i get the following error message: "An unhandled exception of type 'System.IO.FileNotFoundException' occurred in VisioTimeline.exe
3
1388
by: dean4if | last post by:
I have 4 Windows 2000 Servers. I have installed the DotNet Framework 2.0 on all 4 servers. Three of these servers show a tab for ASP.NET in the IIS MMC and are running Visual Studio 2003. One server that has Visual Studio 2005 installed does not show this ASP.NET tab. On this one server, when I use Visual Studio 2005 to try to create or open a
0
9522
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10111
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9765
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8770
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7327
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6603
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3446
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.