HTTP Error 403.14 - Forbidden
I got the error in a simple ASP.NET WEB API 2 project.HTTP Error 403.14 - ForbiddenThe Web server is configured to not list the contents of this directory.So I configured IIS Express in Windows 7.I am...
View ArticleDifferent web.configs for the same project depending on which site is requested
In my web application I want two different authentication modes. Windows and Forms.What I'm trying to achieve:For irrelevant reasons I need to set up two different sites in IIS. One site is using...
View Articlepublish website without source code
how can I publish my vb website without the source code?I'm using VS2015I have tried to right click on website name in the solution explorer and followed the publish wizard but the folder the website...
View ArticleHELP! I didn't know synchronizing files will actually delete them! I'm trying...
Hello! Out of all of Microsoft's forum topics, I didn't know which one to put this under, so I tried to get as close as I could..... I have read a number of articles trying to get an ASP.Net...
View ArticlePerformance of ASP.Net when Umbraco is used
Hi Team,I am planning to do the following config changes. Can someone explain the advantages and disadvantages for below config relatedIIS7.5 does not show startMode property in advance settings but to...
View ArticleCompiler Error Message: The compiler failed with error code -532462766.
I get this error message on publishing my site. Can anyone tell me what is the reason for this, it works when i run it on my localhost
View ArticleCrystal report error
i try to create a crystal report when i build it shows thiswhere as i write code on page load code protected void Page_Load(object sender, EventArgs e) { //report code DataSet ds = new DataSet();...
View Articleaccess my website through host name having public ip
i have deployed one application under default web site and i can access its contents publicly through internet using public ip. now i have added another web site and i want to access an application...
View ArticleHow to publish a site to the server
I'm trying to publish a small test site to a server. There is no database, all the site do is show a page when going to HomeController.I started with right click on the project name a selected...
View ArticlePublishing vbproj containing nuget package
I'm using Nuget package first time in my visual studio 2015 vb project. It is working fine while running from local host, however when I publish application to remote server, nuget do not work. I need...
View ArticleHosting Site with self signed certification in IIS
Hi Team, We was already having an application with hosted with default http protocol. I have created a self signed certificate and hosted site with https . While browsing the site internally...
View ArticleCreating an MSI from MVC Application
I have finished building my Web Application and it now needs to be packaged up into an MSI so that when clients buy it, I can just send it to them with a license key and it will do everything I need.I...
View ArticleRecovering .net project from precompiled code
Some how i lost my source project but i have it in the form of precompiled project hosted on my server. I tried to use some decompiler i am able to see code files but problem is i am not able to...
View Articledeployment project error for 64 bit dlls
Hi All, I have a asp.net project with vdproj for deploment, which needs to be build as 64 bit application and it has 64 dlls references. But I get sgen error An attempt was made to load an assembly...
View ArticleSystem.OutOfMemoryException' was thrown
When my project run in my IIS the project run ,but when upload in server it geting error System.OutOfMemoryException' was thrownhow to solve the problem
View ArticleEvent 1310 - Could not load file or assembly
Hi,one of my users has a strange error with a corporate application that uses .NET Framework. It looks like the application cannot load the component Microsoft.Office.Interop.Excel required to display...
View ArticleDeploy a dll to Nuget server
Say I have a class library project, I want to push the dll to our internal Nuget server. I want to use gulp. What are the steps if using gulp? Say I use Visual Studio 2015.
View ArticleDataset issue with Visual Studio 2005 solution - moving web app to new server
Hi,Help! I just copied a VB.Net web application, developed in VS 2005, to a different server. I've configured it the same per IIS application settings (as far as I can tell).I am getting the error...
View ArticleErrors on Build VS 2012
Hello,I am getting these errors when I try to run my VS 2012 program:------ Build started: Project: NewsRoll, Configuration: Debug Any CPU ------...
View ArticleUpgrade Framework version from 4.0 to 4.6
HelloMy hosting company is Godaddy which provide framework version 3.5 and 4.6 only and my web application is 4.0 so i search online how to update my application version and i do the normal and easy...
View Article