Невозможно загрузить index.cshtml
Привет Я загрузил свой веб-сайт mvc в виртуальный каталог моего основного сайта и настроил его web.config, как показано ниже:
<?xml version="1.0" encoding="utf-8"?> <!-- For more information on how to configure your ASP.NET application, please visit http://go.microsoft.com/fwlink/?LinkId=301880 --> <configuration> <connectionStrings> some data </connectionStrings> <appSettings> <add key="webpages:Version" value="3.0.0.0"/> <add key="webpages:Enabled" value="false"/> <add key="ClientValidationEnabled" value="true"/> <add key="UnobtrusiveJavaScriptEnabled" value="true"/> <add key="SiteNameInPersian" value="فروشگاه"/> <add key="OrganizeNamePersian" value=""/> </appSettings> <system.web> <compilation debug="true" targetFramework="4.5.2"/> <httpRuntime targetFramework="4.5.2" requestValidationMode="2.0"/> <httpModules> <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web"/> </httpModules> </system.web> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0"/> </dependentAssembly> </assemblyBinding> </runtime> <system.codedom> <compilers> <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701"/> <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"/> </compilers> </system.codedom> <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <modules> <remove name="ApplicationInsightsWebTracking"/> <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler"/> </modules> <defaultDocument> <files> <clear /> <add value="Index" /> <add value="Default.htm" /> <add value="Default.asp" /> <add value="index.htm" /> <add value="index.html" /> <add value="iisstart.htm" /> <add value="default.aspx" /> </files> </defaultDocument> </system.webServer> </configuration>
но он не загружается и я вижу это:
�lr<#u�; F z z
���>����o��8��C�:"�?�q{q���!Md���a����ÿ�!7�!��c��$����2�n"��<wc��6���0��e����fdv�y��č3rcn�?a�`���ϑc]��r�y�&b�s� �с*����.="" ���'Z4 в аренду="" �в�К�0[0��="" я�вопрос��4К�="" k.qǒ�����qc�\b���}�dz="�0">%.�2)��Dv%|������]XA��%\�t�#����#.�d�g���'.�H8���eT��C<��h�v>��>b���C��#��<6j"Iv�F*II;���F����IN�}I5���[}o
��ƶDz�л&амп;�V9I]ɩ�ݾ�Р�2�0�:�ֹ���3�С�У�к��КЗ��ßZC;�+�
�ГВ�#а=�н�В�В��ЗТ�4 С�ʘ*�����8!д�спицы���� 薀r�#�ж'
:8�kҏ&ЛТ;�ж�ПГ���П�6:%�&амп;��у*�з��}
1BQ%7�0-J J � ( � � �
���.��ψi�+�`а�\-���0��`���г�~�т���п�Э2В�=�Сһ4
��Д�С�К��Дж��%֢вопрос���2�фунт�)�у��靱�ķN��В�О�╗`�:��О����\У�Е���Т:��:Вт�7
��{��вопрос
��z_l��НФ�����ꗸ~��С�вопрос�уя�_�夏����=���х������.8���га$��^ФГУ
Д4�вопрос�2л.г���в�ру�+�ݫa�(/'-ч���Ф4�б�в�б��Дж��Е�����������С�[. а.`����компании zgg��@}м�ā;�
����З`��vб��ч#��ХL��
Что я уже пробовал:
Я изменил свой индексный файл с помощью простого html-кода и изменил свой web.config, но он не загружается.