web.config entries required for charting
I'm trying to implement some charting in my aspx page using c# code behind. The application works fine in debug but when I publish it fails. I think I'm missing something in my web.config . With...
View ArticleLoad Balance
Dear All,I have deployed my applications in 2 application server. In addition to this, I have a site selector. My site selector will point the application when ever user try to access.Now a days my...
View ArticleMVC Deployment MSI - Configuration Transformation Files Don't Work
We've added a Web Setup Project to create an MSI for an MVC application in Visual Studio 2013.For each environment (Dev, Test, Prod) we've created a web transformation file with the configuration...
View ArticleC# asp.net calling Powershell-> Module Import Error: The specified module ''...
Hello,C#, .net 4.0 Asp.net application.Running Powershell commands using System.Management.Automation and trying to import a module as:****************************Runspace runspace =...
View ArticleDeploying first web application
I am developing my first web application, it works with no issues on my local machine but I now want to deploy it onto a web server.I have read multiple threads and watched some videos, the simplest...
View ArticleDirectorySearcher returning different response on Server 2012
I have a routine which checks a persons credentials against a corporate directory. It's been running fine for years on Server 2003 but as I migrated it to Server 2012 it stopped working.The routine...
View ArticleURL Rewriting
Hi All,I am experiencing problems in URL rewriting in order to replacing from a url like the below the %20 sign with a _ sign:http://localhost:62009/manage/north%20americaCould you please point me in...
View ArticleIIS 8 ASP.NET Web - Validation of viewstate MAC failed
"" Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm....
View ArticleInformation requirement for deploying ASP.NET web app
Hi,I have developed a web app which is built on ASP.NET 4.5 and SQL Server 2008R2. Now I will give our source code and DB as zip archive to a technical person who will deploy it in a web server. I...
View Articleasp.net webpage on android
Hey, So I used one of the sample asp.net pages in vs2013 community, its the one you get when creating a new project. And visual studio hosts it no problem on my PC, but I wanna host it on my android...
View ArticleHow to configure Proxy
Hi i how to set up proxy pragmatically as My service needs proxy to be configured in order to Get response from a HTTP web request and also for sending a mailPlease see my code below for HTTP Request...
View ArticleIIS URL Encoding issue. IIS replaces & to $$
Hi there!I have a problem with encoding in ASP.Net web server (IIS 7.0). When I'm trying to proceed the link server replaces ampersand (&) to 2 dollar ($)...
View ArticleWeb.config error when trying a saml2 page
I am trying to develop an application that uses the package SAML2.dll (which I downloaded with NuGet). To properly configure my application, we must add a few sections in the Web.config file:<?xml...
View ArticleHOWTO Make App_Code compilation include assemblies in the Bin folder.
HOWTO Make App_Code compilation include assemblies in the Bin folder.Please help,Some time from around December last year till yesterday, IIS and/or ASP.NET was changed to not compile code in App_Code...
View ArticleApp not working on IIS 7
Hi, there!After some comings and goings I finally finished my very first MVC app. It's a MVC 5 app, using EntityFramework 6 Code First with a SQL Server Compact Edition database. To identify the user,...
View ArticleConfiguration problem with default pages and login page failure?
I have a Dot Net 4.0 c# web application running on a server. This app uses page login.aspx to log in.The app's web config has the following statements.<authentication mode="Forms"> <forms...
View ArticleServer Error in '/' Application.
Hi, I'm trying to setup my website, but had some server error. Anyone know what is this error saying?
View ArticleReplacing %20 with - in URL Routing
Hi All,I am really stuck with this one.I have implemented URL routing for my dynamic pages where data is passed from a page (parent) to another (child) with hyperlinks nested inside controls such as...
View Articleasp.net configSource behavior
If I use this construct in my asp.net web.config file<appSettings configSource="MyAppSettings.config"/>1) How and when do changes to values in the MyAppSettings.config file take effect? 2) And in...
View ArticleMy WebConfig file can be downloaded by any Web Site Downloander ?
HelloCan Any body be downloaded my website with my webconfig file by Any Web Site Downloader software ?So any body can see my Connecting String ? Ip ? Databasename ? UserID? and Password ?If it is...
View Article