<%@ page language="C#" autoeventwireup="true" inherits="Default4, App_Web_oq3urubu" %>
You can see the extension
App_Web_oq3urubu Why this is happening for each and every page. What should i d in order to rectify this.
<%@ page language="C#" autoeventwireup="true" inherits="Default4, App_Web_oq3urubu" %>
App_Web_oq3urubu Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dorababu MekaPosted Sep 14, 2011, 8:50 AM
Jiteendra SampathiraoPosted Sep 14, 2011, 8:31 AM
go through this link
Link2
hope it help you...
Dorababu MekaPosted Sep 14, 2011, 7:44 AM
I tired as per you say but i am getting an error as
Server Error in '/' 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 type '_Default'.
Source Error:
Source File: /WebSite1/default.aspx Line: 1
Jiteendra SampathiraoPosted Sep 14, 2011, 7:07 AM
Check the all folders in your application..(dll file with this is located somewhere).
App_web_* all are dll's.. When you Copy/paste the project files from one Computer to other computer these dll's are added to inherits property.. (these all dll's are created because of bad publishing the application or Bad configuration in IIS.)
So delete this type of dll from your application and remove these names from inherits property also...
hope it help you...