Access is denied while using IIS Manager IIS 8 with Windows 8.1
Access is denied while using IIS Manager IIS 8 with Windows 8.1,after ComputerName\IIS_IUSRS configuration, this error is occurred.please tell me the solution. Thanks
View ArticleASP.NET application initialization is failing on Server 2016/IIS 10
I have no idea if this is the correct place to post this, but we're trying to run our application on Server 2016 and all of our app pools are failing to start. This is the error found in the event...
View ArticleReadOnly files in asp.net temp folder causes repeated errors
I've gotten this occasionally on our test server (and the solution generally has been - delete temp folders, iis reset, and/or aspnet_regiis -I) however on our dev boxes were now getting this all the...
View ArticleWCF Service Configuration on HTTPS Based LoadBalancer.
We have 2 Web Servers behind our F5 LoadBalancer which is SSL Enabled. Following are details for e.g.F5 LoadBalancer: https: // myloadbalancer/myservice.svc Server1 http: // server01/myservice.svc...
View ArticleIssue with error in hosting my application
Dear all,I am trying to deploy a project visual studio 2015 project in IIS 8 and I get the following error :The target framework in the <compilation> element of the web.config file is used only...
View ArticleHow to get the length of the nested json file in C# code
Hi.....every one, i need this requirement ...can u forward immediatlyRequirement:i have a json file having nested objects ,i need to read the file by looping through and i need to replace the text...
View ArticleHow IIS detect request is for asp.net webform or mvc apps
suppose we can host webform based project in iis and asp.net mvc based project in iis. so when request come for webform project or asp.net mvc then how iis understand it and redirect request to right...
View ArticleCan not import excel data after deploying ASP.NET website
HiI am facing wired problem but so far common in ASP.NET web page. When I run through localhost then it successfuly import data from excel file. But after deploying in a windows server 2012 in IIS then...
View ArticleSuggest learning tools for web deploy from VS 2015
It is time to deploy my little draft asp.net web application which I have developed and got to work using VS 2015 on my home computer (Win 10). Deployment will be to shared hosting. The web application...
View ArticleDeploying MVC App with MDF Database - The system cannot find the file specified
I see that when you deploy an MVC app, only the web project gets deployed. Why not the other projects like the test one and another one that I called myproject.domain?I deployed my MVC 5 App that...
View ArticleErrors trying to precompile and publish ASP.Net MVC 5 project
I have my project running on localhost and production, however because of the slow first access of each view, I'm trying to publish it precompiled (Precompile during publishing > (Disabled) Allow...
View Articleloop through app.config file to find values
<MyNodes><MyNode><URL> https://MySite.com </Source-URL><FileName> Test.txt...
View ArticleIssues with MVC ASP.NET Membership and SQL
I recently deployed an MVC website and I’m using godaddy for hosting. I setup the database using their SQL Server portal. I can see data. My problem is when I try to login or register. I’m having...
View ArticleDynamically Create Account Folder In IIS For Deployment
Hi all,I'm not sure if this is the right forum to ask my question but I'm going to ask it anyway. Suppose I have an app that allows users to create their web pages, how do I dynamically create account...
View Article.net 4.5 web.config connection String "ServerVersion" threw an exception
Hello .net Pro'sI have a problem with connection opening string OR web config settings. I juse SQL Server 2008 and .net 4.5. The debugger first raises the exception at Dim myconnection = New...
View ArticleError on APPCRASH
Dear All,When I put the web project to IIS and launch it, sometimes it throws the error "APPCRASH". Is there any reason on showing this error?Faulting application name: w3wp.exe, version:...
View Article503 error on godaddy
my site hosted on godaddy plesk have been give 503 error from the first moment of deploment. i have to reset the server countless times but still the same so i tried deploying an hello world app. but...
View ArticleUsing MsBuild to compile an ASP.net website with references
Hi, I've been trying to put together an MsBuild .proj file to allow automated builds of our website on a build server. However, I'm having a lot of problems getting the site to build using the external...
View ArticleDeploying n-tire mvc application on IIS server
Hi i want to Deploying my n-tire mvc app on iis server with data base. so how can i doing this.
View ArticleBeginner at ASP.NET - can't figure out why I cannot get program to run with HTML
I keep receiving the Runtime Error:<!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="Off"/>...
View Article