I have a web application in my iis and i locate in :
C:\inetpub\wwwroot\blabla\Test\Web.aspx
And i have a domain , that i browse to the web page with this:
www.mydomain.com/Test/web.aspx
And i want to be able to connect the page without the domain too:
http://123.123.8.78/blabla/Test/Web.aspx
When i browse with the domain i get the page but when i try with the IP address i get:
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 'App.Web'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Web.aspx.cs" Inherits="App.Web" %>
Source File: /blabla/test/web.aspx Line: 1
Any idea why i can't get the page?