Server error in application access is denied

Hi All,

Hi All,

Last night we have applied SP3 on SQL Server 2008r2, at that time we haven’t received any errors. however when application is tested we are getting Server Error in ‘/’ Application: Access is denied page.

Server Error in '/' Application. Access is denied Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ComponentModel.Win32Exception: Access is denied Source Error: Line 6: void Application_Start(object sender, EventArgs e) Line 7: { Line 8: GlobalHandler.Application_Start(sender, e); Line 9: } Line 10: Source File: d:wwwChoiz.WebGlobal.asax Line: 8 Stack Trace: [Win32Exception (0x80004005): Access is denied] [SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)] System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +6675286 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +688 System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover) +6701832 System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) +219 System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) +6703926 System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) +6704427 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions) +610 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) +1049 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) +74 System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnectionOptions userOptions) +6706995 System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnectionOptions userOptions) +78 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +2192 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +116 System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +1012 System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +6711619 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +152 System.Data.SqlClient.SqlConnection.Open() +229 System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user) +65 System.Data.Linq.SqlClient.SqlProvider.get_IsSqlCe() +38 System.Data.Linq.SqlClient.SqlProvider.InitializeProviderMode() +30 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +81 System.Data.Linq.DataQuery`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator() +54 System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +446 System.Linq.Enumerable.ToList(IEnumerable`1 source) +80 Choiz.Business.Context.ic_AppSetting.GetByEnvironment(ChoizAdminDataContext db, String environmentName) +603 Choiz.Business.Context.ic_AppSetting.GetByEnvironment() +131 Choiz.Business.AppSettingsHandlerDatabase.get_LookupDictionary() +423 Choiz.Business.AppSettingsHandlerDatabase.GetByName(String name) +64 Choiz.Business.AppSettingsHandlerDatabase.get_Item(String key) +69 Framework.AppSettingsUtil.Get(String key, String defaultValue) +106 Framework.AppSettingsUtil.Get(String key) +63 Framework.AppSettingsUtil.GetAsBool(String key, Boolean defaultValue) +59 Choiz.Business.BusinessAppSettingsDiagnostic..ctor() +72 Choiz.Business.BusinessAppSettings.Initialize() +84 Choiz.Business.App..cctor() +105 [TypeInitializationException: The type initializer for 'Choiz.Business.App' threw an exception.] Choiz.Business.App.get_Settings() +0 Choiz.Web.AppCode.Bootstrapper.ConfigureEmail() +34 Choiz.Web.AppCode.Bootstrapper.Initialize() +94 Choiz.Web.AppCode.GlobalHandler.Application_Start(Object sender, EventArgs e) +111 ASP.global_asax.Application_Start(Object sender, EventArgs e) in d:wwwChoiz.WebGlobal.asax:8 [HttpException (0x80004005): The type initializer for 'Choiz.Business.App' threw an exception.] System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12864673 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +175 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475 [HttpException (0x80004005): The type initializer for 'Choiz.Business.App' threw an exception.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12881540 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12722601

Could you please suggest.


Grateful to your time and support. Regards, Shiva

Hello,
For my organization, I have developed database web application (ASP.net C#) where the backend database is SQL server.
I recently got ownership of Web server in my organization where I am going to host the application on intranet.
Before deploying the actual application on web server, I thought I have to create test application with SQL database for testing.
I have deployed the test application on web server. but when I am trying to access the application getting error when trying to access page where the gridview with SQL server table is added.
Details of error is as follow.
Is I am missing something?
Need you expertise to guide on this error.

Server Error in '/' Application.

Access is denied 
  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

 Exception Details: System.ComponentModel.Win32Exception: Access is denied

Source Error: 


 An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 



[Win32Exception (0x80004005): Access is denied]

[SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +6564850
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +815
   System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover) +6590016
   System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) +219
   System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) +6592502
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) +6592983
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData) +878
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) +1162
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) +72
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) +6596173
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) +103
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +2102
   System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +116
   System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +1079
   System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +6600667
   System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +233
   System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +278
   System.Data.SqlClient.SqlConnection.Open() +239
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +292
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +420
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +277
   System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +3319735
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +28
   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +313
   System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +146
   System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +192
   System.Web.UI.Control.EnsureChildControls() +189
   System.Web.UI.Control.PreRenderRecursiveInternal() +60
   System.Web.UI.Control.PreRenderRecursiveInternal() +222
   System.Web.UI.Control.PreRenderRecursiveInternal() +222
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4297

  


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34009 

What I have tried:

I have deployed the test application on web server. but when I am trying to access the application getting error when trying to access page where the gridview with SQL server table is added.
Details of error is as follow.
Is I am missing something?
Need you expertise to guide on this error.

Вопрос:

У меня нет проблем с компиляцией и просмотром моего приложения asp.net с помощью visual studio 2008

но когда я пытаюсь увидеть его на сервере IIS (asp.net 4.0…)

Я получаю это сообщение:

Server Error in '/' Application.

Access is denied.

Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL.

Error message 401.2.: Unauthorized: Logon failed due to server configuration.  Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server.  Contact the Web server administrator for additional assistance.

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

Я уже запускал это обновление:

asp_net_regiis.exe

есть ли что-то еще, что я должен настроить?

Я попытался переключить фреймворк на 2.0 и это тоже не получилось, но у меня появилось другое сообщение для 2.0:

Server Application Unavailable

The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.

любое руководство будет оценено по достоинству.

Лучший ответ:

У вас проблемы с аутентификацией. Убедитесь, что вы включили анонимный доступ к вашему виртуальному каталогу, и если вы используете проверку подлинности Windows на своем сайте, вы также проверяете возможность “интегрированной проверки подлинности Windows”,

Ответ №1

Используете ли вы проверку подлинности Windows? Убедитесь, что ваша учетная запись пользователя имеет доступ к папке, на которой находится веб-сайт.

Вы используете анонимную аутентификацию? Убедитесь, что он включен в IIS.

Ответ №2

Убедитесь, что учетная запись NETWORK SERVICE (или любая другая системная учетная запись, которую вы используете) имеет разрешения для этой папки.

Ответ №3

Ошибка кажется ясной, у вас нет необходимых привилегий.

Попробуйте запустить VS в качестве администратора.

Если вы находитесь в сети компании, и вы не можете “поднять” достаточно, есть новый IIS Express для решения именно этой проблемы.

Ответ №4

Ответ №5

Вы можете попробовать изменить права доступа к папке:

right click on the folder ->
properties ->
security tab ->
edit ->
add permissions to IIS user

Ответ №6

У меня была такая же ошибка, и я решил это:

  1. Добавьте IIS_IUSRS к разрешению в IIS: щелкните правой кнопкой мыши ваш проект >> изменить разрешение >> безопасность >> Добавить >> Тип IIS_IUSRS >> OK
  2. В представлении функций IIS >> Аутентификация >> Включите проверку подлинности Windows и, если хотите, базовую проверку подлинности.
  3. Перезапустите приложение, и вы должны быть в порядке

Ответ №7

  1. I just uploaded a out of the box ASP.Net 4.6.1 MVC 5 Project and it throws an access denied error before displaying anything.
    I uploaded it within Visual Studio using the deploy settings everything looks good not sure what is causing an access denied error. I have only changed the web.config with proper database info and set the trust level to full before uploading.

    Here is the error.

    Server Error in ‘/’ Application.
    Access is denied
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ComponentModel.Win32Exception: Access is denied

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [Win32Exception (0x80004005): Access is denied]

    [ExternalException (0x80004005): Cannot execute a program. The command being executed was «E:webgreggoodbinroslyncsc.exe» /shared /keepalive:»10″ /noconfig /fullpaths @»F:tempdirv4.0.30319rootb334023fd24e763s33tgwty.cmdline».]
    System.CodeDom.Compiler.Executor.ExecWaitWithCaptureUnimpersonated(SafeUserTokenHandle userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +6838575
    System.CodeDom.Compiler.Executor.ExecWaitWithCapture(SafeUserTokenHandle userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +115
    System.CodeDom.Compiler.Executor.ExecWaitWithCapture(IntPtr userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName) +81
    Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Compiler.Compile(CompilerParameters options, String compilerFullPath, String arguments, String& outputFile, Int32& nativeReturnValue) +193
    Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Compiler.FromFileBatch(CompilerParameters options, String[] fileNames) +680
    Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Compiler.CompileAssemblyFromFileBatch(CompilerParameters options, String[] fileNames) +186
    System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile(CompilerParameters options, String[] fileNames) +24
    System.Web.Compilation.AssemblyBuilder.Compile() +948
    System.Web.Compilation.BuildProvidersCompiler.PerformBuild() +10082369
    System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp) +9977420
    System.Web.Compilation.BuildManager.CompileGlobalAsax() +44
    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +260

    [HttpException (0x80004005): Cannot execute a program. The command being executed was «E:webgreggoodbinroslyncsc.exe» /shared /keepalive:»10″ /noconfig /fullpaths @»F:tempdirv4.0.30319rootb334023fd24e763s33tgwty.cmdline».]
    System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +62
    System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +435
    System.Web.Compilation.BuildManager.CallAppInitializeMethod() +33
    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +545

    [HttpException (0x80004005): Cannot execute a program. The command being executed was «E:webgreggoodbinroslyncsc.exe» /shared /keepalive:»10″ /noconfig /fullpaths @»F:tempdirv4.0.30319rootb334023fd24e763s33tgwty.cmdline».]
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9946024
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +90
    System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +261

  2. 4.6.1 isn’t supported on all servers. Log in to the support portal and open up a ticket. They can tell you whether your server supports it, and let you know what the options are if it doesn’t.

  3. Thank you I contacted support and got it squared away.
    For anyone else wondering. My server did support 4.6.1

    The Access Denied error was a permissions issue. Support reset the permissions and the site now loads. I deployed using Visual Studio which caused the issue, the following may help prevent the issue for others:

    https://support.winhost.com/kb/a890/acl-altered-after-using-visual-studio-web-deploy.aspx

  4. Thanks for posting a follow up.

Share This Page


Winhost Community Forum

  • Partition Wizard

  • Partition Manager

  • 4 Ways to Fix «Server Error in ‘/’ Application»

4 Ways to Fix «Server Error in ‘/’ Application» [Partition Manager]

By Linda | Follow |
Last Updated December 28, 2022

Have you encountered «Server Error in ‘/’ Application«? The causes of the error may be various. In this post, MiniTool Partition Wizard lists some common reasons of this error and offers you corresponding solutions.

«Server error in ‘/’ application» issue is an application error on the server that prevents the website from running. And this error is usually related to IIS and ASP.NET.

  • IIS (Internet Information Services): It is an extensible web server service created by Microsoft for use with the Windows NT family. It is a kind of web server. Once a website is created, it must have a web server. Thus, others can browse your website.
  • NET: It is a category library provided by Microsoft in the .NET Framework for developing Web applications. It can run on the IIS server with .NET Framework installed, and use HTML, CSS, JavaScript and server scripts to create web pages and websites.

«Server error in ‘/’ application» issue may be caused by various reasons. Some of the most common reasons include:

  • IIS has some problems and needs to be restarted.
  • It’s just a 404 error. The resource you are looking for is missing or has been renamed.
  • You are accessing a file with a file extension that does not have permissions to be run on the server
  • You are using a version of .NET Framework incompatible with some programs, features, and file types.

If you don’t know what causes your «Server error in ‘/’ application», please check the error description on the error page.

[Solved] 9anime Server Error, Please Try Again on Windows

How to Fix «Server Error in ‘/’ Application»

To fix the «server error in ‘/’ application», you can use the following methods.

Fix 1. Restart IIS

  • Click the Start button in the lower left-hand corner and then choose Administrative Tools
  • Click Internet Information Services (IIS) Managerto launch it.
  • In the IIS manager, select the server in the left-hand window pane and then click Restart on the left-hand side.

Fix 2. Update the URL

If the «server error in ‘/’ application» is a 404 error, you just need to correct the URL in the link that triggers this error.

Search Google or Type a URL, What Is It & Which to Choose?

Fix 3. Add the MIME Type

If a file does not have permissions to be run on the server, you should first check if you are calling the correct file name. For example, is there a typo in the file extension? If the file name is correct, then you may need to add the MIME type of the file extension to the server.

If don’t know the MIME Type of a file extension, you can search it online. Then, you can add the MIME type in the IIS Manager through the following steps:

  • Open the IIS Manager
  • In the left-hand window panel, expand your server > Sites > Default Web Site.
  • In the central pane, double-click MIME Types.
  • Under the Actions column on the right, click .. button. This will open a window.
  • In the pop-up window, fill in the File name extensionand MIME Type, and then click OK.

Fix 4. Verify the .NET Version

  • Open IIS Manager
  • Expand the server in the left-hand window panel and choose Application Pools.
  • Right-click on an app and choose Basic Settings…
  • In the pop-up window, select the .NET version from the drop-down menu, and then click OKto confirm your choice.

Top 5 Ways to Fix .NET Framework 3.5 Missing in Windows 10

About The Author

Linda

Position: Columnist

Author Linda has been working as an editor at MiniTool for 1 year. As a fresh man in IT field, she is curious about computer knowledge and learns it crazily. Maybe due to this point, her articles are simple and easy to understand. Even people who do not understand computer can gain something.

By the way, her special focuses are data recovery, partition management, disk clone, and OS migration.

Понравилась статья? Поделить с друзьями:
  • Server error in reportserver application
  • Service error 0x3010002
  • Server error highrise
  • Server error in rdweb pages application
  • Server error form not sent перевод