ASP.Net error

Status
Not open for further replies.

fijjit

New Member
Messages
2
Reaction score
0
Points
0
Hi,

I've just published and uploaded a basic ASP.Net site to my new free hosting space and am now getting this error:

System.NullReferenceException: Object reference not set to an instance of an object
at System.Web.Compilation.BuildManager.GetPrecompiledType (System.String virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GetPrecompiledApplicationType () [0x00000]
at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000]

(Site is clicktogo.biz)

Google search shows it's maybe something to do with IIS configuration.


Any ideas?
 

Smith6612

I ate all of the x10Pizza
Community Support
Messages
6,517
Reaction score
48
Points
48
Just as a heads up, the servers x10Hosting uses are Linux based, which means the servers are using MONO to handle ASP.net pages. I'd just double check to make sure your scripts are compatible with MONO.

Here's the web page to the MONO project should you need any info on it.

http://www.mono-project.com/Main_Page
 

fijjit

New Member
Messages
2
Reaction score
0
Points
0
Thanks - will take a look and let you know.
Edit:
Hi - still having a problem with this.

I've looked through the Mono site, but not found anything that really helps solve the issue.

I've created a very basic .Net 2.0 site to test this - literally just a default.aspx page with nothing in it.

If I publish the site (or just upload it) I get the same error (as earlier in this thread).


Anyone know what could be causing it?
 
Last edited:
Status
Not open for further replies.
Top