How to know if a switch is a boolean or trace switch in System.Diagnostics...
I came across the following configuration of switches at this MSDN location: http://msdn.microsoft.com/en-us/library/aa983576%28v=vs.71%29.aspxMy question is how does a developer know from looking at...
View Article[Web.Config] Connection from Asp.Net (VB) to phpmyadmin
Hi guys.I am kinda new to asp.net so I really need some help with this. I am trying to include <ConnectionStrings> in Web.config to connect Asp.net to my database in phpmyadmin.How do I...
View ArticleIIS getting wrong configurated web.config error. HELP
Hello. I dont know where to post this problem but. I am getting a error that web.config is wrong. I am publishing in IIS. My website is...
View Articlecausing a Configuration Error while setting Trace Listeners.
Hi, I am tring to use Trace Listener in asp.net 1.1 application as mentoned here[1]. But i am getting the following error, Configuration Error Description: An error occurred during the processing of a...
View ArticleWindows Server 2012 IIS 8 MVC Application - This page can't be displayed
Hi allI just Setup a new Windwos Server 2012 R2 with IIS 8 .Net 4.5 and deployed my mvc application using a web deploy package with web deploy 3.5 (Import).When i try to browse my app I get: This page...
View ArticleCan't find the Publish Website Option in Visual Studio 2012 Express Web
I created an Empty Website (not a project) using File > New Website > Aps.net Empty Web Site. Usually when I click on Build, there is an option to "Publish Web Site". However, I don't see it...
View ArticleObject reference not set to an instance of an object.
Hi All, I already know why this error comes, but here is very strange issue. The issue is that if I run my application from visual studio it works fine, but when I host it on server it...
View ArticleEndpoint address is not the same as in the Web.config
Greetings, Currently, I am working on a project to create a web service from a .NET wrapper which interfaces with a C DLL. My company requires me to use Microsoft.Web.Services3 DLL when implementing...
View ArticleIIS 7.5 havent IIS Manager Permissions
I read this article http://www.iis.net/learn/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-later in order to install WebDeploy for non-administrators on...
View ArticleAdding a new connection string to a live production server with existing...
I've search the forums for an answer to the specificity of the question above.I've read about how to encrypt your connection strings from the get-go,but I need to add a new connection string pointing...
View ArticleGoDaddy Hosting
Ok, I build my website using Visual Web Developer 2010, works good on the local server (my computer) debugged and no errors. Now when I upload onto Godaddy shared server the ASP.NET membership...
View Articledeploy localDB to host product sql ,how change the configration?
with vs2013 vB.net ,I found a website. Now the Identity storage in the "(LocalDb)\v11.0".I have a host product sql,and I want deploy the localDB to the host sql storage.my way is like that steps :step...
View Articlewhat is Best way for Encryptr WebConfig?
hihow to i can encrypt and decrypt my web config (for example : connection String , App Setting)please help methanks
View ArticleIIS hosting asp.net website. Config correct but still error.
Hello. I am using iis to host my website and i getting web.config wrong config but its correct i checked and did like it says in google.<?xml version="1.0"...
View ArticleUnable to connect to the ASP.Net Development Web Server error on visual...
Hello everyone, I am getting this error: "Unable to connect to the ASP.Net Development Web Server"when i'm running my site on visual studio 2013.What could be the problem?Thanks everyone!:-).
View ArticleThe type 'System.ComponentModel.IComponent' is defined in an assembly that is...
What's the error with web.config ?!<?xml version="1.0"?><configuration><connectionStrings><add name="USADB" connectionString="server=.; database=USADB; integrated...
View ArticleObject reference not set to an instance of an object.
Hi all, I am facing a problem after deploying an application on IIS but it is working fine on local system. Can anyone please help me and resolve my error. Below are details error message. : -Server...
View ArticleUnable to connect to the configured development web server error on visual...
Hello there,I am getting this error: "unable to connect to the configured development web server" when i try to run my asp.net site. I use visual studio 2013 on windows 7 professional. I think the...
View ArticleHTTP 400. The size of the request headers is too long.
Hello everyone,I am getting this error on google chrome: "HTTP 400. The size of the request headers is too long"when i try to run my site with visual studio 2013. Does anyone knows what can be the...
View ArticleSource project not available
Dear allI was working on a three layers asp.net c# project. it is working all fine. suddenly i got an error message on loading project. kindly helpError MSGError 1 Cannot update project reference...
View Article