User login

MetaTraffic 2.0 Boxshot

Server error ???

Posted by Barrierman [November 12, 2004]

I have updated from 1.3 to 2.03 Lite
Unfortunatly i get on my W2K IIS 5.0 VBscript 5.6 the next error:

Server Error in '/' Application.
---------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30808: Property Get/Let/Set are no longer supported; use the new Property declaration syntax.

Source Error:

Line 25: Private strQuerystringFilter, strDefaultDoc
Line 26:
Line 27: Public Property Let Database(pDatabase)
Line 28: aryDB = pDatabase
Line 29: strDatabaseType = aryDB(0)

Source File: C:\metatraffic2\clsLog.asp Line: 27

---------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

I looked , tried and read everywhere but could not find a solution.
What could it be?

Server error ???

It appears as though your web server is processing the files as ASP.Net files and not classic ASP files. Either the files were renamed with a .aspx extension or your web server is processing the files as .NET because of your Application Mappings in your web server's properties.

Assuming you didn't rename the files, you should contact your web host with the above information and ask them to fix the problem. Or if you operate your own web server, you can fix this yourself by adjusting your IIS settings.

Regards,
~Chad

Server error ???

As In run my own IIS, I should be able to adjust the settings.
But I do run ASP.net apps on it to.

I looked about the settings, but rather than uninstalling .NET I don't see a possabillity to fix this problem.

Can you tell me where I could disable .NET for the virtual directory where metatraffic runs from?

Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction. (Albert Einstein)

Server error ???

you should be able to adjust the config for .ASP extensions

Under IIS manager find your site for you Metatraffic install right click and choose properties choose home page i believe it is, then choose the config tab near the bottom

Find ASP double click it and change the Executable path to

C:\Windows\system32\inetsrv\ASP.DLL

press ok and ok again and restart IIS to allow DLLhost to flush its cache and for IIS to reload its config and that should work!

Server error ???

I run MetaTraffic under DotNetNuke (VB.Net app.).
As tracking i use inside the file: Default.aspx (.NET).
Where the path must be a virtual path, I have a virtual directory in the dotnetnuke directory called /metatraffic (witch is directed to c:\metatraffic2).

In the settings of the site is (and was all the time) .ASP connected to C:\Windows\system32\inetsrv\ASP.DLL

I still get the same error

Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction. (Albert Einstein)

Server error ???

You can't use an ASP include in an ASP.net web page, use the javascript tracking code instead.

~Chad