|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem with IIS or ASP application server??
Hi guys!! I am a recently hired intern. Presently I am working on a Job Employment database. I had planned to use MySQL to make my database and ASP to make the front end. Now I have installed dreamweaver on my machine to let me work on ASP files. Now I have IIS on my system( Windows 2k advanced Server) and so in the dreamweaver manual it said that I dont need to install an ASP application server. However when I run my test asp page it doesnt display it. I have checked for a syntax error and any other type of error many a times but cant find one. Do I still need to install any components? If not can anyone tell me what the problem could be, I would really appreciate that a lot
Is the problem with dreamweaver?Are there easier to use better editors out there? Or is dreamweaver good enough? Help an intern out. Thanks a lot guys!! |
|
#2
|
||||
|
||||
|
IIS is installed and running?
can you view a simple asp page, such as below Code:
<%
Response.write("HELLO")
%>
How are you trying to view the page? through dreamweaver? or by opening your browser and type something like Quote:
where are you storing your .asp files? |
|
#3
|
|||
|
|||
|
Yes IIS 5 is installed and running. It is not showing the test page. I am trying to open the page using the browser as you have mentioned.
And the ASP file is located in the wwwroot directory. Am not really sure what the problem is? Maybe I need to enable scripts for that directory but not really sure how to do that too? or howto check for it? SOrry very new to ASP. I would greatly appreciate your help. |
|
#4
|
||||
|
||||
|
Review the settings and permissions in IIS.
|
|
#5
|
|||
|
|||
|
I checked th permissions , it is on scripts only, and in the application configuration the default asp languuage
is VBSCRIPT? do you think I need to change that? or is there any thing in specific that I need to be looking for? |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > Problem with IIS or ASP application server?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|