Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Asp.Net Website errors

Status
Not open for further replies.

dumbboy

Programmer
Jun 23, 2005
13
CA
hi there:


we host a asp .net webpage on our web server, last friday, after applying windows updates for windows server 2003, the asp.net loging window give the following errors:

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: ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).

Source Error:



Line 1:
Line 2: Partial Class login
Line 3: Inherits System.Web.UI.Page
Line 4:


Source File: E:\Web\SSCI\login.aspx.vb Line: 2

does anybody have the same exerience? Thanks in advance

Henry
 
make sure your server is using the correct version of the .net framework in iis
 
it's using .net framework 2.0, set it to 1.0 or 2.0, still give the same error?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top