473,803 Members | 3,166 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How tell if ASP.NET installed ???

I've just started trying to use .NET. It was installed on my PC by our
desktop support group who have no experience with .NET.
It appears they did not install ASP.NET since a test page displays the HTML
minus any ASP.NET controls.
How can I definitely verify whether ASP.NET was installed? And how should it
be installed?
Basically our desktop groups solution was to wipe my PC and start again or
they offered to just give me the CD's and try to do it myself.
I'm using Win 2000 and have Framework 1.1 installed
Jul 21 '05 #1
5 14304
Run this statement...

<%windir%>\Micr osoft.NET\Frame work\[framework version]
aspnet_regiis /?

Tells you to run this statement...
aspnet_regiis -lv
Then run this file...

<!-- http://localhost/tstdotnet.aspx -->

<%@ Page language="C#" %>
<html>
<head>
<title>Testin g ASP.NET and C#</title>
</head>
<body>
<h2>Testing ASP.NET and C#:</h2>

Today's Date:
<%=DateTime.Now .ToString()%>
</body>
</html>

Then kill the 'support' staff ;-)
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"mscertifie d" <ru****@tigerli ly.com> wrote in message
news:B9******** *************** ***********@mic rosoft.com...
I've just started trying to use .NET. It was installed on my PC by our
desktop support group who have no experience with .NET.
It appears they did not install ASP.NET since a test page displays the HTML minus any ASP.NET controls.
How can I definitely verify whether ASP.NET was installed? And how should it be installed?
Basically our desktop groups solution was to wipe my PC and start again or
they offered to just give me the CD's and try to do it myself.
I'm using Win 2000 and have Framework 1.1 installed

Jul 21 '05 #2
Tim
Try this link it may help.
http://msdn.microsoft.com/asp.net/ge...t/default.aspx
"mscertifie d" wrote:
I've just started trying to use .NET. It was installed on my PC by our
desktop support group who have no experience with .NET.
It appears they did not install ASP.NET since a test page displays the HTML
minus any ASP.NET controls.
How can I definitely verify whether ASP.NET was installed? And how should it
be installed?
Basically our desktop groups solution was to wipe my PC and start again or
they offered to just give me the CD's and try to do it myself.
I'm using Win 2000 and have Framework 1.1 installed

Jul 21 '05 #3
what will this do?
I'm not going to run anything before I know what it does.
If it helps any, when I go to configuration on a virtual directory in IIS, I
do not see the ASPX extension listed or any of the other .NET exptensions,
all I see is the .ASP and classic ASP extensions.

"clintonG" wrote:
Run this statement...

<%windir%>\Micr osoft.NET\Frame work\[framework version]
aspnet_regiis /?

Tells you to run this statement...
aspnet_regiis -lv
Then run this file...

<!-- http://localhost/tstdotnet.aspx -->

<%@ Page language="C#" %>
<html>
<head>
<title>Testin g ASP.NET and C#</title>
</head>
<body>
<h2>Testing ASP.NET and C#:</h2>

Today's Date:
<%=DateTime.Now .ToString()%>
</body>
</html>

Then kill the 'support' staff ;-)
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"mscertifie d" <ru****@tigerli ly.com> wrote in message
news:B9******** *************** ***********@mic rosoft.com...
I've just started trying to use .NET. It was installed on my PC by our
desktop support group who have no experience with .NET.
It appears they did not install ASP.NET since a test page displays the

HTML
minus any ASP.NET controls.
How can I definitely verify whether ASP.NET was installed? And how should

it
be installed?
Basically our desktop groups solution was to wipe my PC and start again or
they offered to just give me the CD's and try to do it myself.
I'm using Win 2000 and have Framework 1.1 installed


Jul 21 '05 #4
Thanks for that link.
Unfortunately, we are not allowed to install any software ourselves, that
has to be done by our desktop support group.
I do believe I have ASP.NET on my PC, its just not installed on the web
server.
I do have the file aspnet_wp.exe on my C:\ drive.
- David

"Tim" wrote:
Try this link it may help.
http://msdn.microsoft.com/asp.net/ge...t/default.aspx
"mscertifie d" wrote:
I've just started trying to use .NET. It was installed on my PC by our
desktop support group who have no experience with .NET.
It appears they did not install ASP.NET since a test page displays the HTML
minus any ASP.NET controls.
How can I definitely verify whether ASP.NET was installed? And how should it
be installed?
Basically our desktop groups solution was to wipe my PC and start again or
they offered to just give me the CD's and try to do it myself.
I'm using Win 2000 and have Framework 1.1 installed

Jul 21 '05 #5
The /? displays the documentation and is a standard for just
about any command line program.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"mscertifie d" <ru****@tigerli ly.com> wrote in message
news:2C******** *************** ***********@mic rosoft.com...
what will this do?
I'm not going to run anything before I know what it does.
If it helps any, when I go to configuration on a virtual directory in IIS, I do not see the ASPX extension listed or any of the other .NET exptensions,
all I see is the .ASP and classic ASP extensions.

"clintonG" wrote:
Run this statement...

<%windir%>\Micr osoft.NET\Frame work\[framework version]
aspnet_regiis /?

Tells you to run this statement...
aspnet_regiis -lv
Then run this file...

<!-- http://localhost/tstdotnet.aspx -->

<%@ Page language="C#" %>
<html>
<head>
<title>Testin g ASP.NET and C#</title>
</head>
<body>
<h2>Testing ASP.NET and C#:</h2>

Today's Date:
<%=DateTime.Now .ToString()%>
</body>
</html>

Then kill the 'support' staff ;-)
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"mscertifie d" <ru****@tigerli ly.com> wrote in message
news:B9******** *************** ***********@mic rosoft.com...
I've just started trying to use .NET. It was installed on my PC by our
desktop support group who have no experience with .NET.
It appears they did not install ASP.NET since a test page displays the

HTML
minus any ASP.NET controls.
How can I definitely verify whether ASP.NET was installed? And how should
it
be installed?
Basically our desktop groups solution was to wipe my PC and start

again or they offered to just give me the CD's and try to do it myself.
I'm using Win 2000 and have Framework 1.1 installed


Jul 21 '05 #6

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

Similar topics

4
7223
by: Guy Lateur | last post by:
Hi all, I'm trying to generate a (exhaustive) list of all the applications that are installed on a user's machine. I've written some code that reads the registry ('App Paths'): <code> appKey = win32api.RegOpenKeyEx(win32con.HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths', 0, win32con.KEY_READ) sklist = win32api.RegEnumKeyEx(appKey)
2
630
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the best group to share this information. A co-worker and I were able to determine how to tell exactly what version of .NET Framework is installed. We had to do this because we had to manually deploy the MS05-004 Security Bulletin to thousands of...
3
9343
by: Raj | last post by:
Hi All, Is it possible to detect if a client software is installed on a machine using browser javascript. we are building a web/windows software and when the user logs into the web application, we want to detect if our software is installed on the client machine and if so we want to provide more access, or else we want to give the user a limited access to the web site Thanks in Advance
3
1500
by: Hugo Mind | last post by:
Hi, Is there a way through the web to find out if a client has the framework 1.1 installed ? I want people to download an installer for our software which includes the framework 1.1 if they haven't installed it yet, but how can I detect this to avoid people downloading the big installer package if the already have the framework installed.
22
3308
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to load DLL (aspnet_isapi.dll)." Of course the dll is able to be found, it's still in the framework directory and for grins I even put it in my service's local directory. This is apparantly server 2003 not allowing asp.net to be run if IIS was not...
5
2958
by: Velvet | last post by:
Can someone tell me to what process I need to attach to be able to step through my classic ASP code in VS.net 2003. I'm working on an XP box with IIS installed. I also have VS.net 2005 (The final, never installed beta) installed on this box if it makes a difference (I did not install VS Development Web Server as I'm already using the XP web server). I've seen that I need to attach to the native IIS engine, but I don't know what it's...
14
3048
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only installed client tools and not the database. Can anyone please help me with this as I want to install SQL server and also wouold be grateful, if you can suggest me any workaround to dealwith this problem.(Like should I install any new OS etc). Any help would be appreciated.
7
8411
by: ray well | last post by:
how can i test during install time if the .NET Framework 2.0 has been installed. i'm assuming it is in the registry somewhere, but i don't know where to look, what to look for, and how to test for the 2.0 version? thanks, ray
1
1716
by: Charles Sanders | last post by:
I am not sure if this is the right forum to ask this. If it is not, could someone pleas point me to a more appropriate newsgroup. I am attempting to install dap.plugins.netcdf using easy_install on HP-UX 11. As a user, I do not have access to root so have followed the easy_install recommendation to set up a "virtual" python, as described at http://peak.telecommunity.com/DevCenter/EasyInstall#creating-a-virtual-python
1
4590
by: Mufasa | last post by:
Window's has a way to tell if Anti Virus is installed ( or at least appears to - when it's not installed - it tells you ). How can I do the same check? I just want to know if AV is installed. TIA - J.
0
9565
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10069
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
9125
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
7604
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
6844
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
5501
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5633
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4275
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3799
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.