c# - IIS server won't load web application -


i have web application in iis , locate in :

c:\inetpub\wwwroot\blabla\test\web.aspx 

and have domain , browse web page this:

www.mydomain.com/test/web.aspx 

and want able connect page without domain too:

http://123.123.8.78/blabla/test/web.aspx 

when browse domain page when try ip address get:

server error in '/' application. parser error description: error occurred during parsing of resource required service request. please review following specific parse error details , modify source file appropriately.  parser error message: 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 can't page?

blabla directory website pointed at, why /test/web.aspx works. need install virtual directory point @ blabla on default web site in order second url request work. specifying site name in url not work.

the default web site picking directory /blabla/test/web.aspx bin directory using dynamic compilation default web site's home directory, not www.mydomain.com site.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -