Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I published my website to my web server. Everything works great except for one page. It returns the following error. However, The file it is looking of is in the "bin" directory of the site root. Can anyone point me to a solution? Is there a bad setting?

 

The page in question is http://www.kcwallace.com/osuschedule/

 

 

I have also published the entire site to my local IIS, and the page functions perfectly.

 

 

 

 

Server Error in '/OSUSchedule' Application.

--------------------------------------------------------------------------------

 

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

 

Parser Error Message: Could not load the assembly 'App_Web_ihkyjt3q'. Make sure that it is compiled before accessing the page.

 

Source Error:

 

 

Line 1: <%@ page language="VB" autoeventwireup="false" inherits="OSUSchedule_Default, App_Web_ihkyjt3q" %>

Line 2:

Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

 

Source File: /osuschedule/Default.aspx Line: 1

Go Beavs!!!
  • Administrators
Posted

As a not too wild a guess - are you running the application on IIS6? If so is it in an application pool which also is used by .Net 1.1 applications?

There is a problem with different versions of .Net being hosted in the same application pool with IIS6 - easiest fix is to have a separate pool for each version of the runtime.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted

I have no control over the IIS. It is hosted by another company EDT WebHosting.

 

They moved my site to a new server last week after I told them I wanted to use .Net 2.0.

 

I just find it odd that every other page works perfectly on the server.

Go Beavs!!!
  • 1 year later...
Posted

Hi,

A couple of weeks ago I've uploaded my site and it was working fine,then last week I found out that the site doesnt open and it shows the same parser error as mentioned above.

I've recompiled the whole project and uploaded it again and it still doesn't work.

How can I fix this problem?

 

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...