Home > ASP Development > can't display the asp page

can't display the asp page



Hi all,

I m a new to asp and i have configure my iis server but i m not able to view the
asp page in IE. and giving an error workoff liine or online.

regards
Hiten

    
Guest


can you send the asp file?

Was this answer helpful ? Yes No   
Guest


Quote:
Originally Posted by leuvenaar
can you send the asp file?


Hi sir,
thnx for your reply i m just tryiing the simple asp file.
[code]
<html>
<body>

<%
response.write("Hello World!")
%>


</body>
</html>
[code]
and save as test.asp

and trying to open in browser but enable to get response in browser.
my iis server is running. and it is giving me an error workonline/ or offline.

plz suggest me on the same.

regards
Hiten

Was this answer helpful ? Yes No   
Guest


This sounds like you have a problem connecting to your server. Have you tried accessing a simple HTML (non ASP) page?

Was this answer helpful ? Yes No   
Guest


are you opening the file like:
http://localhost/test.asp?

what happens when you only type http://localhost in your address bar?
the iis help center should appear?

Was this answer helpful ? Yes No   
Guest


Quote:
Originally Posted by nofriends
are you opening the file like:
http://localhost/test.asp?

what happens when you only type http://localhost in your address bar?
the iis help center should appear?


Sir,
no iis help center is not appear? what could be the reason.

Was this answer helpful ? Yes No   
Guest


Quote:
Originally Posted by splinters
This sounds like you have a problem connecting to your server. Have you tried accessing a simple HTML (non ASP) page?


sir, i trying to open plain html file it is opening.

Was this answer helpful ? Yes No   
Guest


copy the test.asp file to
c:\Inetput\wwwroot\test\test.asp
and type
http://localhost/test/test.asp in your address bar, does it show then?

Was this answer helpful ? Yes No   
Guest


You do need to set iis to run ASP scripts, otherwise it'll come up page cannot be found.

I think it's a matter of ticking a box in iis.

Also, I'm assuming you have
<%@LANGUAGE="VBSCRIPT"%>

at the top of the page. It wasn't in your script, that's all.

Was this answer helpful ? Yes No   
Guest


Quote:
Originally Posted by nofriends
copy the test.asp file to
c:\Inetput\wwwroot\test\test.asp
and type
http://localhost/test/test.asp in your address bar, does it show then?


HI I tried aslos the same way or http://mycomputername/test/test.asp but it did't
workout in url it it showing but it is ask file you are trying to connect is offline woulfd
you like to connect now or workoffline and when i say workoffline it gives me an error page
can not be displayed.

Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved