ie asks for credentials when using an external identity provider
I'm developing a simple Web Forms app which uses an external identity provider to log in users. The user is directed to the external provider's site, logs in there, and then that site redirects the...
View ArticleVS 2012 and attaching to IIS 7.5 process
I have a basic VS 2012 web application and I have it up and running fine on IIS 7.5, but when I try to attach to the w3wp.exe process it does not work. The debug does not work. If I push the play...
View ArticleHow to decrease page load time (combine javascript on application publish?)
Page created using ASP .NET MVC 2 takes 1.7 sec to load. It contains 13 js files as shown below. Firebug shows that every js file load returns 304 response but since there are 13 files it may increace...
View ArticleClassview Window not showing class members
Hi, I have written a simple class in my main web form Default.aspx . However when i switch to class view , it does not show me its members and the whole area is greyed out. My code is as under...
View ArticleAsp.Net login control is not Working on IIS 5.1
now I using IIS 5.1. I created web application project using Visual Studio 2005 & SQL Server 2005. then I created virtual directory on IIS 5.1. I attached database in MS SQL server 2005. My web...
View ArticleChanging target framework
I added the AjaxControlToolkit.dll to my project so that I can use some of the added controls it provided. Visual studio said that the dll or one of dependancies needed a higher framework. So I want to...
View ArticleCreating a log file for all user activity
I need to create a log file in text format for all user activity ..... user activity includes all the activity of all the users since login to logout in the application....how do i do this?
View ArticleDesign View in VWD 2010 difficult to use.
Is there anybody out there who uses design view to develop pages? Here are some of my issues: Non visual controls such as datasources complicate the view can we turn them off? Content area has no...
View ArticleDoes Visual Studio Cost Money?
I don't understand that I can download it for free (not a free trial or anything) but at the same time I see it is available for purchase. How does this work? Also, how does this work for SQL Server...
View ArticleI get the errror Object reference not set to an instance of an object when...
I have a site created, am trying to create the first publish profile, and when I click new below "create Publish Settings', it gives me the error Object reference not set to an instance of an object....
View ArticleNewbie: Getting started with VisualSVN
Hi All: I'm finally taking the leap to source control, and have started by installing visualSVN on server 2008 R2 and installing TortoiseSVN and VisualSVN plugin for VS2010 on my development box. I...
View ArticleHow to Install Frontpage server extensions in windows 7
Hi, I recently installed Windows 7 in my PC.I also insyalled Visual Studio 2005 in my system. while creating web site throgh Visual Studio 2005 IDE , it is giving error that "The Web server does not...
View ArticleVisual Web Developer VB Getting Data Counts from SQL after Textbox Entries...
Everyone has been helpful during this learning process, Thanks! I am not even sure this is doable or even how to start the code! Can anyone please point me in the right direction. I have searched...
View ArticleAsp.Net Visual Studio 2010 Professional
Hi, I am new and testing MVC. It was working fine but I dont know from yesterday onwards my VS 2010 Professional stop working when ever I tried to debug any solution, it's not loading any thing...
View ArticleProblem with Asp.Net Developmen Port
Hi, I am new and testing MVC. It was working fine but I dont know from yesterday onwards my VS 2010 Professional stop working when ever I tried to debug any solution, it's not loading any thing and...
View ArticleCopy Website Tool problem
Hello... I am using VS 2012 Pro. I completed a website and want to upload to my hosting service using the copy website tool (ftp). I am forced to upload my files to a folder called Site1. It is the...
View Articleinstantiation
Hello. can anyone help me on how to instantiate the class inside App_Code/BLL folder to my aspx.cs? Under MyWebApplication Project is an App_Code folder. Inside App_Code folder is BLL folder where I...
View ArticleHow can i install NUnit test inside my visual studio express 2010 & 2012 for web
How can i install NUnit test inside my visual studio express 2010 & 2012 for web ?, as have an application that comes with a test project , but to be able to run the test i need to install Nunit test.
View ArticleHow to run a single class in a consule inside my MS visual studio 2012 express
I have the following class:- public Class test { public void testmethod(int i) { i = 56789121; //code goes here Console.WriteLine(i); } } but i need to run this class an see the result of the...
View Articleie asks for credentials when using an external identity provider
I'm developing a simple Web Forms app which uses an external identity provider to log in users. The user is directed to the external provider's site, logs in there, and then that site redirects the...
View Article