|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
IIS not able to run functions and classes from ASP file
Hi there,
I am having some problems when running ASP files that contain functions and classes in IIS..... this is not a problem when i upload to the webserver tho...... does anyone know why this happens and how to correct it??...... i am running windows XP and IIS 5.1 with no configuration changes that i have done to the system... if anyone could help me with this it would be greatly apprecicated..... thanx for your time in advance.... |
|
#2
|
|||
|
|||
|
Does other server-side script execute properly? Do you get any errors?
|
|
#3
|
|||
|
|||
|
Yes it does... i have created ASP pages before with just normal pages and no functions and classes and it works just fine..... it just doesn't work when i create functions and classes in ASP.... thanx for your time
|
|
#4
|
|||
|
|||
|
Default Language
What scripting language are you coding your classes and functions in? The default for IIS is VBScript, not JavaScript or JScript.. You will have to check the settings in IIS under the configuration area in order to specify the settings differently, or explicitly declare the script you are using with asp directives.
Switch to ASP.NET. You're better off. |
|
#5
|
|||
|
|||
|
Post some code and maybe some clues will become visible.
|
|
#6
|
|||
|
|||
|
Well heres some sample code that i tried to use tokens with.... just a simple replacement on an HTML template file.... no errors whatsoever... just that the file will not load on IIS.... just seems to hang when trying to run... the status bar in IE just stays on the same place and not move at all....
PHP Code:
|
|
#7
|
|||
|
|||
|
sorry guys.... this is an update of the situation.... after much headbanging and frustration.... i have narrowed this down to the use of tokens.... classes and functions does work..... but tokens will not (i.e. HTML template keyword replacements) work on IIS only on the web server..... any ideas??? cos i sure am out of them
|
|
#8
|
|||
|
|||
|
Quote:
The syntax in asp if parseTMPL is an activex should be set g_oPageGen = Server.CreateObject(<progid>.parseTMPL) Otherwise, I assume parseTMPL is a VBS class defined somewhere else on the page you snipped this code from. Is your code from this tutorial? http://www.4guysfromrolla.com/webtech/091300-1.2.shtml |
|
#9
|
|||
|
|||
|
yes it is........ the token tutorials that i took are from 4guysfromrolla...... you had any experience with dealing with the idea behind it??...... cos i've been doing it with PHP and it works really great...... now i have a project with ASP and i wanna try it out using that concept in ASP...... did you get the particular program to work on IIS???
|
|
#10
|
|||
|
|||
|
I haven't tried this one. I don't see the include file statement in your code to include the class file page.
|
|
#11
|
|||
|
|||
|
yeah......... i accidentally erased it when i cut and pasted it on the forum......... but i been playing with the script that was given from the tutorial.... nothing changed at all
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > IIS not able to run functions and classes from ASP file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|