SunQuest
           Server Administration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesServer Administration

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old March 17th, 2008, 12:37 PM
student101 student101 is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 98 student101 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 27 m 47 sec
Reputation Power: 1
Smile IIS Alternative?

Been using Microsofts (microsux) IIS to run ASP pages.
I got an error that I didn't record :confused: after searching the net, found that I needed to upgrade the "Windows Scripting Host" So I did :thumbsup:
Then I tried the ASP page again and it gave me a new error that I did record: Invalid Default Script Language :confused: , searched the net again to find that there is an update to fix the last update issues. So I did :thumbsup: again.
I am just sick and tired of Microsofts (microsux) paid for application that does not work due to their own updates!!! F' man!


Quote:
Is there an alternative to IIS to run ASP pages?

Any help?

Cheers
__________________
[DWMX 2004]|[DWMX 8]|[DW CS3]|[MySQL]|[SQL]|[Access ]|[ASP/VBScript]|[PHP]|[XP-Pro]
Global fix: "Invalid Default Script Language"

Make it idiot proof and someone will make a better idiot.

Last edited by student101 : March 17th, 2008 at 01:57 PM.

Reply With Quote
  #2  
Old March 17th, 2008, 03:45 PM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,935 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 4 Days 1 h 32 m 31 sec
Reputation Power: 3
Orkut
I may be wrong but I could of sworn that Apache can do it....
__________________
Ubuntu User #13389

Reply With Quote
  #3  
Old March 17th, 2008, 04:16 PM
student101 student101 is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 98 student101 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 27 m 47 sec
Reputation Power: 1
Which module needs to be enabled?

These are all loaded currently:
PHP Code:
 LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules
/mod_alias.so
LoadModule asis_module modules
/mod_asis.so
LoadModule auth_basic_module modules
/mod_auth_basic.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authn_file_module modules
/mod_authn_file.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule authz_groupfile_module modules
/mod_authz_groupfile.so
LoadModule authz_host_module modules
/mod_authz_host.so
LoadModule authz_user_module modules
/mod_authz_user.so
LoadModule autoindex_module modules
/mod_autoindex.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule cgi_module modules/mod_cgi.so
#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules
/mod_env.so
#LoadModule expires_module modules/mod_expires.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule headers_module modules/mod_headers.so
LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules
/mod_include.so
#LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule log_config_module modules
/mod_log_config.so
LoadModule mime_module modules
/mod_mime.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule negotiation_module modules/mod_negotiation.so
#LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule speling_module modules/mod_speling.so
#LoadModule status_module modules/mod_status.so
#LoadModule unique_id_module modules/mod_unique_id.so
LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule ssl_module modules/mod_ssl.so
LoadModule php5_module "c:/wamp/bin/php/php5.2.5/php5apache2_2.dll" 

Last edited by student101 : March 17th, 2008 at 04:20 PM.

Reply With Quote
  #4  
Old March 17th, 2008, 04:38 PM
cwf's Avatar
cwf cwf is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 353 cwf User rank is Private First Class (20 - 50 Reputation Level)cwf User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Week 3 Days 5 h 42 m 13 sec
Reputation Power: 2
You can add asp support to Apache - http://httpd.apache.org/docs/1.3/misc/FAQ.html#asp

Reply With Quote
  #5  
Old March 17th, 2008, 05:01 PM
student101 student101 is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 98 student101 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 27 m 47 sec
Reputation Power: 1
Smile

Cool, busy getting info now.

WOW!
This is a lot of info, too much for my tired brain, need sleep, will come back later.


Cheers

Last edited by student101 : March 17th, 2008 at 05:10 PM.

Reply With Quote
  #6  
Old March 17th, 2008, 05:40 PM
NetSurfer NetSurfer is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Jul 2007
Posts: 82 NetSurfer User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 16 h 33 m 9 sec
Reputation Power: 0
http://classicasp.aspfaq.com/general/why-do-i-get-invalid-default-script-language-errors.html
http://support.microsoft.com/kb/296626
http://msmvps.com/blogs/bernard/archive/2006/04/03/88985.aspx
http://www.thescripts.com/forum/thread157634.html
http://www.issociate.de/board/post/311511/IIS5.0_%22Invalid_Default_Script_Language%22.html

Just typed "Invalid Default Script Language" in google....

Last edited by NetSurfer : March 17th, 2008 at 05:47 PM.

Reply With Quote
  #7  
Old March 18th, 2008, 01:12 AM
student101 student101 is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 98 student101 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 27 m 47 sec
Reputation Power: 1
Been searching and have all of them and more bookmarked.
Nothing worked.

I appreciate the help.
I still have to figure out what to install for apache or how to install it.

Reply With Quote
  #8  
Old March 18th, 2008, 01:56 AM
student101 student101 is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 98 student101 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 27 m 47 sec
Reputation Power: 1
I think I have found the global FIX for it!
Quote:
Believe me when I say that I have tried everything possible to fix this ridiculous issue

I can brag because no forum, no link and not even Microsoft can solve it!(except break it!!!)

The FIX:
It's got to do with permissions
Open IIS Manager (Start/Run/inetmgr/OK)
Right click on Default Web Sites
Select All Tasks / Permissions wizard
Click Next
Select the option: "Select new security settings from a template"
Click Next
Select Public Web Site
Select the option: "Leave current directory and file permissions intact, and add the recommended permissions"
Click Next
Click Finish

Now go and load your ASP pages.
Enjoy...

F'n hell man Microsoft really knows how to screw up your day!

Last edited by student101 : March 18th, 2008 at 02:19 AM.

Reply With Quote
  #9  
Old March 18th, 2008, 05:31 AM
NetSurfer NetSurfer is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Jul 2007
Posts: 82 NetSurfer User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 16 h 33 m 9 sec
Reputation Power: 0
Quote:
F'n hell man Microsoft really knows how to screw up your day!

That's why i moved to linux. Here i can at least take source code and fix it myself ))

Though your IIS seems to be working i'd advise you to use apache 'caz it's considered to be more secure and relyable.

Reply With Quote
  #10  
Old March 18th, 2008, 06:22 AM
student101 student101 is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 98 student101 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 27 m 47 sec
Reputation Power: 1
I am using Apache to run PHP, still trying to figure out how to install that sun stuff.

Cheers

Reply With Quote
  #11  
Old March 18th, 2008, 02:05 PM
NetSurfer NetSurfer is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Jul 2007
Posts: 82 NetSurfer User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 16 h 33 m 9 sec
Reputation Power: 0
For me official documentation was quite enough to start. I just learnt the structure of configuration files and some important directives as well. Some patience is the only thing you actually need so good luck to you!

Reply With Quote
  #12  
Old March 18th, 2008, 02:14 PM
student101 student101 is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Nov 2007
Posts: 98 student101 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 27 m 47 sec
Reputation Power: 1
Thumbs up

Patience, whats that?

Thanks, I need to sit down when I have more time.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesServer Administration > IIS Alternative?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |