asp.net - Server Error in Sub Directory Application - Parser Error Message: File Master does not exist -


I recently uploaded a web application on our Windows 2008 R2 web server.

After adding the site IIS7.5 and knew about configuring everyone, I went to browse it:

I got a security certificate warning, because we have not yet purchased a certificate. I accept the warning, to indicate my Windows credentials (and enter), then slapped me with this server error which tells me the file '/ apps / sub / codebase .Master does not exist.

missing owner

let me know < Using Strong> Explore I can show you that the file is codebase.master , but it has a level from the / sub folder:

Location of the Codebase Master

Understand trying to get an IIS 7.5 That this sub-app needs to use the original page in the original page, I have tried the following:

  • < P> Set up application pool on .NET 4 Classic with 32-bit support

  • Set the application to folder

  • Reset the application pool (Start and Stop)

  • Allowed permissions ASP.NET asp.net account

  • for the master page of the account Web. Conflict file requires Windows authentication:

  • < P> Microsoft tried ( virtualpass move and manually define master page) >
  • Checks that uses Master Instructions

It is probably worth noting, But I'm not sure:

When I browse the root app, any CSS style or h Waskript does not work. & lt; Head & gt; In the tag, they are defined:

  & lt; Link rel = "stylesheet" type = "text / css" href = "/ styles / apps.css" /> & Lt; Link rel = "stylesheet" type = "text / css" href = "/ script / jquery-ui.css" /> & Lt; Script type = "text / javascript" src = "/ script / jquery-1.11.2.min.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "/ script / jquery-ui.js" & gt; & Lt; / Script & gt;  

All this also works from my PC, while Visual Studio does test through the debug mode of 2010.

I'm not clearly an important step.

Can anyone see what can disappear?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -