I have a problem in getting asp page stored in a virtual directory named vaibhav on IIS.I am writing the following address in address bar.test.asp is a default page.
http://localhost/vaibhav/test.asp
getting internal server error-500
steps followed
1.new virtual directory vaibhav on root (localhost)
2.virtual directory mapped to physical directory e:\vaibhav.
are these correct steps i am following or are there any more steps to be followed ?
since i am new to asp please let me know the error in settings ?
ASP connectivity problemasp
Page 1 of 1
5 Replies - 2633 Views - Last Post: 09 July 2006 - 04:03 AM
Replies To: ASP connectivity problem
#2
Re: ASP connectivity problem
Posted 30 June 2006 - 07:05 AM
Can you show me more about your OS, version of IIS?
And are you sure your IIS is running?
And your ASP page (test.asp) is correcting?
Can you show your test.asp code?
And are you sure your IIS is running?
And your ASP page (test.asp) is correcting?
Can you show your test.asp code?
#3
Re: ASP connectivity problem
Posted 01 July 2006 - 12:38 AM
fifo, on 30 Jun, 2006 - 05:57 AM, said:
Can you show me more about your OS, version of IIS?
windows xp professionalAnd are you sure your IIS is running?
yes
And your ASP page (test.asp) is correcting?
yes
Can you show your test.asp code?
[code]
<HTML>
<HEAD><TITLE>ASP Page</TITLE></HEAD>
<BODY>
<%
Response.Write("Hello World!")
%>
</BODY>
</HTML>
windows xp professionalAnd are you sure your IIS is running?
yes
And your ASP page (test.asp) is correcting?
yes
Can you show your test.asp code?
[code]
<HTML>
<HEAD><TITLE>ASP Page</TITLE></HEAD>
<BODY>
<%
Response.Write("Hello World!")
%>
</BODY>
</HTML>
#4
Re: ASP connectivity problem
Posted 03 July 2006 - 02:13 AM
Well, your ASP is correcting.
I saw your error "getting internal server error-500". I think your OS had some troubles such as virus or your IIS have to be install agains.
I have already got your problem and I removed my IIS then installed it again. It is OK. Some time I have to install my OS again to solve this problem.
Good luck!
I saw your error "getting internal server error-500". I think your OS had some troubles such as virus or your IIS have to be install agains.
I have already got your problem and I removed my IIS then installed it again. It is OK. Some time I have to install my OS again to solve this problem.
Good luck!
#5
Re: ASP connectivity problem
Posted 05 July 2006 - 01:35 AM
fifo, on 3 Jul, 2006 - 01:05 AM, said:
Well, your ASP is correcting.
I saw your error "getting internal server error-500". I think your OS had some troubles such as virus or your IIS have to be install agains.
I have already got your problem and I removed my IIS then installed it again. It is OK. Some time I have to install my OS again to solve this problem.
Good luck!
I saw your error "getting internal server error-500". I think your OS had some troubles such as virus or your IIS have to be install agains.
I have already got your problem and I removed my IIS then installed it again. It is OK. Some time I have to install my OS again to solve this problem.
Good luck!
I have installed iis after removing it once.still the problem persists.please comment.
#6
Re: ASP connectivity problem
Posted 09 July 2006 - 04:03 AM
Ohh,
Give me your email, I will sent IIS App to you (Asp Web Server, Sambar server). I think it good for you.
My email : [email protected]
Give me your email, I will sent IIS App to you (Asp Web Server, Sambar server). I think it good for you.
My email : [email protected]
Page 1 of 1