ASP on PWS
PaGaLGuY.com - The Everything of MBA, CAT 2008, GMAT, XAT, IIM
         Home          MBA Forums         PG Office Blog         Contact Us         About Us                  Jobs @ PG
Exclusive Bschool Content:      Interviews      B-School Watch     MBAs speak     Placements     GMAT & MBA Abroad      Form Notifications
» Sponsors






Go Back   PaGaLGuY.com - The Everything of MBA, CAT 2008, GMAT, XAT, IIM > The Lounge > Chit-Chat / Your Interests

Notices
Chit-Chat / Your Interests Talk about your interests, ambitions, obsessions. Relax, unwind and make friends. Small talk about anything you wish. It's time to lay back and relax, you don't have to make sense. You are bound to find someone who thinks like you do. From soccer to poetry to adventure sports, this is the place for you! Be Nice and Friendly to fellow users :).

Tags: ,

Reply
 
Thread Tools Display Modes
ASP on PWS
Old
  (#1)
misha
has no status.
Hardcore PaGaL
 
misha's Avatar
 
Status: Offline
Posts: 746
Thanks: 0
Thanked 12 Times in 7 Posts
Join Date: Aug 2004
Location: New Delhi
Age: 26
ASP on PWS - 20-03-2005, 03:25 PM

I'm trying to run simple ASP code at home using PWS, on win98...its a test code with just on response.write statement and all other default statements.......but its not running in IE window.....guys and gals plz help.......
and ya........m running the code from http://localhost/asp_net/xx.asp..........


"Don't confuse refusal with rejection. A refusal is a permission to go back and learn."
---------------
my blog
my virtual hang out
   
Reply With Quote
Sponsored Links
Old
  (#2)
Jugnoo
has no status.
Hardcore PaGaL
 
Jugnoo's Avatar
 
Status: Offline
Posts: 430
Thanks: 0
Thanked 1 Time in 1 Post
Join Date: Apr 2004
Location: തിരുവാനന്തപുരമ
Age: 28
20-03-2005, 05:40 PM

hmm PG.com is diversifyng from MBA to help on ASP.

Misha, I cant help you on this cause giving http://localhost will not show me your machine... could you please provide more details, like what exactly is happening/not happening.

a screen shot of your error would also be helpful in sloving the issue.


= End of MBA journey =
= End of life on PagalGuy.com =
2004-2005
   
Reply With Quote
Old
  (#3)
TaLky
has no status.
Trainee PaGaL
 
Status: Offline
Posts: 56
Thanks: 3
Thanked 4 Times in 3 Posts
Join Date: Jan 2005
20-03-2005, 08:50 PM

if u have done everything by the book (correctly) try using ur IP instead of "localhost" , also see if u have ur virtual directories settings right .. Cant rem more than tht for now , dont rem much of PWS
   
Reply With Quote
Old
  (#4)
misha
has no status.
Hardcore PaGaL
 
misha's Avatar
 
Status: Offline
Posts: 746
Thanks: 0
Thanked 12 Times in 7 Posts
Join Date: Aug 2004
Location: New Delhi
Age: 26
20-03-2005, 10:25 PM

Quote:
Originally Posted by Jugnoo
hmm PG.com is diversifyng from MBA to help on ASP.

Misha, I cant help you on this cause giving http://localhost will not show me your machine... could you please provide more details, like what exactly is happening/not happening.

a screen shot of your error would also be helpful in sloving the issue.
i have written a simple ASP-VBscript page...with just <%response.write("hello")%> in the body part of the HTML, have included all the proper headers......dreamweaver takes care of that part.....still m not able to run it........and error......."page cannot be displayed"...


"Don't confuse refusal with rejection. A refusal is a permission to go back and learn."
---------------
my blog
my virtual hang out
   
Reply With Quote
hosts
Old
  (#5)
pv
has no status.
Newbie PaGaL
 
pv's Avatar
 
Status: Offline
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2005
Location: Kerala
hosts - 20-03-2005, 11:23 PM

Check your hosts file. You should have an entry like :

127.0.0.1 localhost

If it's not there, add it.

Alternatively, try http://127.0.0.1/xx.asp on your browser, where xx is the
name of the file.

P.


PS: I am assuming all your ASP environments are set right.


No army can withstand the strength of an idea whose time has come - Victor Hugo
   
Reply With Quote
Old
  (#6)
misha
has no status.
Hardcore PaGaL
 
misha's Avatar
 
Status: Offline
Posts: 746
Thanks: 0
Thanked 12 Times in 7 Posts
Join Date: Aug 2004
Location: New Delhi
Age: 26
21-03-2005, 09:03 AM

Quote:
Originally Posted by pv
Check your hosts file. You should have an entry like :

127.0.0.1 localhost

If it's not there, add it.

Alternatively, try http://127.0.0.1/xx.asp on your browser, where xx is the
name of the file.

P.


PS: I am assuming all your ASP environments are set right.
its still not running........and what does asp enviornment mean.......never read about that....


"Don't confuse refusal with rejection. A refusal is a permission to go back and learn."
---------------
my blog
my virtual hang out
   
Reply With Quote
Old
  (#7)
Leazerdking
has no status.
Hardcore PaGaL
 
Leazerdking's Avatar
 
Status: Offline
Posts: 364
Thanks: 0
Thanked 2 Times in 2 Posts
Join Date: Dec 2004
21-03-2005, 01:29 PM

use this instead of PWS ..very easy server

http://www.softpedia.com/get/Interne...b-Server.shtml

no idea abt asp environment...
@pv --> is it the connection strings tht u r talking abt??
   
Reply With Quote
Old
  (#8)
TaLky
has no status.
Trainee PaGaL
 
Status: Offline
Posts: 56
Thanks: 3
Thanked 4 Times in 3 Posts
Join Date: Jan 2005
21-03-2005, 01:32 PM

hmm , i am gonna try and go over all the problems tht might be behind the page not getting displayed :

1. Is PWS installed correctly , chk by putting a index.html file in c:\inetpub\wwwroot directory (assuming PWS is installed in c and then type http://127.0.0.1 in ur browser

2. have u saved the file in right directory i.e. in c:\inetpub\wwwroot

3. Try and writing a small program in notepad first , dreamweaver can be using ASP features not supported by PWS (a hello world will do)

4. just check if PWS service is started or stopped

When i started ASP , it was usually a stupid sounding mistake whcih caused the ASP file not to run :P
   
Reply With Quote
Old
  (#9)
misha
has no status.
Hardcore PaGaL
 
misha's Avatar
 
Status: Offline
Posts: 746
Thanks: 0
Thanked 12 Times in 7 Posts
Join Date: Aug 2004
Location: New Delhi
Age: 26
21-03-2005, 03:50 PM

Quote:
Originally Posted by TaLky
hmm , i am gonna try and go over all the problems tht might be behind the page not getting displayed :

1. Is PWS installed correctly , chk by putting a index.html file in c:\inetpub\wwwroot directory (assuming PWS is installed in c and then type http://127.0.0.1 in ur browser

2. have u saved the file in right directory i.e. in c:\inetpub\wwwroot

3. Try and writing a small program in notepad first , dreamweaver can be using ASP features not supported by PWS (a hello world will do)

4. just check if PWS service is started or stopped

When i started ASP , it was usually a stupid sounding mistake whcih caused the ASP file not to run :P
answers:

1) ya PWS is installed correctly and i've already made a html page and tested.
2) yup the file is in the same directory.
3)hmmm.......i'll have to try notepad......
4)yup PWS service is ON

i have already done a complete professional project in ASP, but that was on IIS.....now i want to brush up my fundas so trying to do something at home.......and i know it'll come out to be a very very silly mistake.


"Don't confuse refusal with rejection. A refusal is a permission to go back and learn."
---------------
my blog
my virtual hang out
   
Reply With Quote
Old
  (#10)
misha
has no status.
Hardcore PaGaL
 
misha's Avatar
 
Status: Offline
Posts: 746
Thanks: 0
Thanked 12 Times in 7 Posts
Join Date: Aug 2004
Location: New Delhi
Age: 26
21-03-2005, 04:01 PM

hey talky thanks....that note pad thing worked .........

now one more question guys........i have to start learning asp.net.........how do i get started???..........i mean what all special installations do i need to run asp.net code????


"Don't confuse refusal with rejection. A refusal is a permission to go back and learn."
---------------
my blog
my virtual hang out
   
Reply With Quote
Reply


Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

» Sponsors










PaGaLGuY.com is not responsible for the views and opinions of the posters.
PaGaLGuY.com is an Inzane Labs Private Limited production.
Hosted on servers powered by Neutral Web