Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,848 members, 7,813,870 topics. Date: Tuesday, 30 April 2024 at 08:17 PM

Does Anyone Knows How To Run Java And Asp.net Script Wampserver? - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Does Anyone Knows How To Run Java And Asp.net Script Wampserver? (1854 Views)

I Need Steps To Creating A Database Using Wampserver / XAMPP Or WAMPSERVER, Which Is Better / Need To Let Internet Users Connect To My Wampserver (2) (3) (4)

(1) (Reply) (Go Down)

Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by Joel3(m): 3:18pm On Aug 10, 2014
Does anyone knows how to run java writing script and asp.net script source code on wampserver?

I find it difficult to run this on wamp

someone help.
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by biggjoe(m): 5:22pm On Aug 10, 2014
Now WAMP means windows, Apache, Mysql and PHP.
So you see, no jsp or asp.net.
If you want to run asp.net server on your windows, you need to go to control panel and "turn it on" .
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by Joel3(m): 5:42pm On Aug 10, 2014
biggjoe: Now WAMP means windows, Apache, Mysql and PHP.
So you see, no jsp or asp.net.
If you want to run asp.net server on your windows, you need to go to control panel and "turn it on" .
how ? Please tell me how. I need it know how man. Do i need to install anything?
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by Nobody: 11:10pm On Aug 10, 2014
Joel3: Does anyone knows how to run java writing script and asp.net script source code on wampserver?
I find it difficult to run this on wamp
someone help.
Me i never hear of this kinda thing walahi! In all my long years as dhtml.

biggjoe: Now WAMP means windows, Apache, Mysql and PHP.
So you see, no jsp or asp.net.
If you want to run asp.net server on your windows, you need to go to control panel and "turn it on" .
Jesus! have mercy! Just like that?

@op, wamp server is for php/mysql mainly, to run Java and to run ASP.NET are two different things entirely - you are mixing up technologies. I am not sure you know what you want, therefore I cannot answer your question.
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by uken73(m): 3:46am On Aug 11, 2014
Joel3: Does anyone knows how to run java writing script and asp.net script source code on wampserver?

I find it difficult to run this on wamp

someone help.
You have things mixed up.
WAMP is an Apache web-server designed/configured to be used along with PHP and MySQL.
Apache Tom Cat is what is commonly used with Java Servlets and Java Server Pages (JSP).
Standard Apache can also be used and I believe WAMP should also work Servlets & JSP, but it may require more effort to setup.
If you want to work with ASP or ASP.NET, then you would be using IIS which comes with most versions of Windows Operating system as an optional component that can be installed if desired. And mind you, if you choose to install IIS you must enable ASP or ASP.NET support which by default is not enabled and you must have dotnet framework installed too.

It's been a while since I last deed anything serious with Java so I won't remember how to setup a server for Java web development. You can google that but following is steps to setup IIS for .NET web applications as I had documented it for a client some time back.

To install IIS.
1. Go to the Control Panel
2. Launch Add/Remove Programs (Win XP) or Programs and Features (Vista & Win 7)
3. Click on Turn Windows Features On or Off on the left sidebar. (Win XP) may require Win XP Installation CD.
4. Check the attached diagram for more guidance.

Beside the features that are enabled by default, make sure that the features enabled in the diagram are enabled on your system.

Note: the pic here is from win7, Other windows systems should look similar. Emphasis here includes IIS 6 Management Compatibility, IIS 6 Management Console, IIS 6 Metabase and IIS 6 Configuration Compatibility, IIS Management Console, IIS Management Service, .NET Extensibility, ASP.NET etc.

5. Having enabled necessary options, click ok.

If you had IIS installed prior to installation of .NET framework, you will need to register ASP.NET for IIS. The ASP.NET IIS Registration tool (Aspnet_regiis.exe) is used to register ASP.NET applications with Internet Information Services (IIS).

To register ASP.NET for IIS (For .NET Framework 4.0)
1. Open the command prompt (Start menu>All Programs>Accessories>Command Prompt)
2. Type or copy and paste the following line (use right-click>paste on the command prompt window)
cd %windir%\microsoft.net\framework\v4.0.30319\
3. Press Enter
4. Type or copy and paste the following line:
aspnet_regiis.exe -iru
5. Press Enter
That would enable .NET Framework 4.0 for your IIS installation

1 Like 1 Share

Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by Nobody: 7:19am On Aug 11, 2014
^^^plus you might also install Microsoft Visual Studio .Net (not sure of the latest version too).
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by biggjoe(m): 8:13am On Aug 11, 2014
dhtml18: ^^^plus you might also install Microsoft Visual Studio .Net (not sure of the latest version too).
na waa for u sef. I tink u say u neva hear dat kain thing b4.
Visual studios are for the development. If you have created the asp/asp.net files and just want a server to run them, you only need to take the joel steps above and those are what i mean by turning it on. Thats also the clause used by windows for that process.
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by Nobody: 9:02am On Aug 11, 2014
^^^because he may be wondering why he cant just use notepad to compile asp.net
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by Joel3(m): 10:23am On Aug 13, 2014
uken73:
You have things mixed up.
WAMP is an Apache web-server designed/configured to be used along with PHP and MySQL.
Apache Tom Cat is what is commonly used with Java Servlets and Java Server Pages (JSP).
Standard Apache can also be used and I believe WAMP should also work Servlets & JSP, but it may require more effort to setup.
If you want to work with ASP or ASP.NET, then you would be using IIS which comes with most versions of Windows Operating system as an optional component that can be installed if desired. And mind you, if you choose to install IIS you must enable ASP or ASP.NET support which by default is not enabled and you must have dotnet framework installed too.

It's been a while since I last deed anything serious with Java so I won't remember how to setup a server for Java web development. You can google that but following is steps to setup IIS for .NET web applications as I had documented it for a client some time back.

To install IIS.
1. Go to the Control Panel
2. Launch Add/Remove Programs (Win XP) or Programs and Features (Vista & Win 7)
3. Click on Turn Windows Features On or Off on the left sidebar. (Win XP) may require Win XP Installation CD.
4. Check the attached diagram for more guidance.

Beside the features that are enabled by default, make sure that the features enabled in the diagram are enabled on your system.

Note: the pic here is from win7, Other windows systems should look similar. Emphasis here includes IIS 6 Management Compatibility, IIS 6 Management Console, IIS 6 Metabase and IIS 6 Configuration Compatibility, IIS Management Console, IIS Management Service, .NET Extensibility, ASP.NET etc.

5. Having enabled necessary options, click ok.

If you had IIS installed prior to installation of .NET framework, you will need to register ASP.NET for IIS. The ASP.NET IIS Registration tool (Aspnet_regiis.exe) is used to register ASP.NET applications with Internet Information Services (IIS).

To register ASP.NET for IIS (For .NET Framework 4.0)
1. Open the command prompt (Start menu>All Programs>Accessories>Command Prompt)
2. Type or copy and paste the following line (use right-click>paste on the command prompt window)
cd %windir%\microsoft.net\framework\v4.0.30319\
3. Press Enter
4. Type or copy and paste the following line:
aspnet_regiis.exe -iru
5. Press Enter
That would enable .NET Framework 4.0 for your IIS installation
thanks. I will take time to go through them again and again to see how i can install them. Although stressful.

Thanks.
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by Nobody: 2:35pm On Aug 13, 2014
uken73:
You have things mixed up.
WAMP is an Apache web-server designed/configured to be used along with PHP and MySQL.
Apache Tom Cat is what is commonly used with Java Servlets and Java Server Pages (JSP).
Standard Apache can also be used and I believe WAMP should also work Servlets & JSP, but it may require more effort to setup.
If you want to work with ASP or ASP.NET, then you would be using IIS which comes with most versions of Windows Operating system as an optional component that can be installed if desired. And mind you, if you choose to install IIS you must enable ASP or ASP.NET support which by default is not enabled and you must have dotnet framework installed too.

It's been a while since I last deed anything serious with Java so I won't remember how to setup a server for Java web development. You can google that but following is steps to setup IIS for .NET web applications as I had documented it for a client some time back.

To install IIS.
1. Go to the Control Panel
2. Launch Add/Remove Programs (Win XP) or Programs and Features (Vista & Win 7)
3. Click on Turn Windows Features On or Off on the left sidebar. (Win XP) may require Win XP Installation CD.
4. Check the attached diagram for more guidance.

Beside the features that are enabled by default, make sure that the features enabled in the diagram are enabled on your system.

Note: the pic here is from win7, Other windows systems should look similar. Emphasis here includes IIS 6 Management Compatibility, IIS 6 Management Console, IIS 6 Metabase and IIS 6 Configuration Compatibility, IIS Management Console, IIS Management Service, .NET Extensibility, ASP.NET etc.

5. Having enabled necessary options, click ok.

If you had IIS installed prior to installation of .NET framework, you will need to register ASP.NET for IIS. The ASP.NET IIS Registration tool (Aspnet_regiis.exe) is used to register ASP.NET applications with Internet Information Services (IIS).

To register ASP.NET for IIS (For .NET Framework 4.0)
1. Open the command prompt (Start menu>All Programs>Accessories>Command Prompt)
2. Type or copy and paste the following line (use right-click>paste on the command prompt window)
cd %windir%\microsoft.net\framework\v4.0.30319\
3. Press Enter
4. Type or copy and paste the following line:
aspnet_regiis.exe -iru
5. Press Enter
That would enable .NET Framework 4.0 for your IIS installation

choi !!! I need to take paratamol. head ache tinz
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by uken73(m): 2:42pm On Aug 13, 2014
vicdayo:

choi !!! I need to take paratamol. head ache tinz
Lol
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by chuks87(m): 12:16pm On Mar 06, 2015
vicdayo:

choi !!! I need to take paratamol. head ache tinz
lolzz.... even wt copy and paste option available?...
Re: Does Anyone Knows How To Run Java And Asp.net Script Wampserver? by Nobody: 10:06pm On Mar 06, 2015
chuks87:
lolzz.... even wt copy and paste option available?...



Me i even die finish sef,

(1) (Reply)

Is This Problem From My Firefox Or Google? (pic Attached) / Learn How To Get A Free UK And USA Phone Numbers With Your Phone / 9 Free Web Hosting Providers You Should Try

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 43
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.