Converting Solution from WB 2010 to VS 2012
I have a solution which was created in Web Developer 2010. How can I convert this so I can load the samel solution with Visual Studio 2012?I've tried selecting the existing solution within VS2012 using...
View ArticleUnable to build setup
While rebuilding the setup i use to get error unable to build the Web Application.
View ArticleError while migrating .NET framework 3.5 to 4.5
Hi,We are migrating our Web applications from .NET framework 3.5 to 4.5On our development machines, we are using VS2012 and run Windows 7 OSIn this process we got the following error "The base class...
View ArticleIIS / Asp.net AlwaysRunning settings not working.
Hi there,We have an Asp.Net 4.5.1 Mvc 5 web app written in VS2013, and hosted on a Windows Server 2012 with IIS8. The Mvc app calls 4 separate WebApis, also hosted on the same server in IIS8. So in...
View Articlesetup asp.net site on IIS 7.5 running on Windows Server 2008 R2
I need a good set of instruction to setup an asp.net site on IIS 7.5 running on Windows Server 2008 R2. Could someone please help me with a link to it?
View ArticleASP.Net installation without admin privileges
I need to develop a small application at my workplace but the thing is that we are not allowed to install anything but the IT people with admin privileges.I am not (by any means) against their security...
View ArticleBest practices for clean reinstall Visual Studio 2013
I'm currently running Visual Studio 2013 Express for Web, release 3, on a Windows 7 machine.I've run into a few problems that I can't get around, so I'm opting for a reinstall.When I go to control...
View ArticleDuplicate templates in VS Express for Web 2013
When I go to File, New Project, there are two options under my installed templates for "ASP.NET Web Application." Both use the same .NET framework (4.5.1).Is there a good way to manage templates, so...
View ArticleIE 11 works without asp.net 4.5
Hi All,I have strange situation. We have server where asp.net 4.0 is only installed and our hosted application, working on IE11 browsers.That too, without browser files , without IE compataibilty.But...
View ArticleIntermittent error on ASP.NET app. Related to IIS and DefaultAppPool
Hi all, hope in your help.I have a very bizarre intermittent problem that occurs with some ASP.NET 4 (C#) application code .The error on Event Viewer System is: Event Type: Warning Event Source: W3SVC...
View Articlehttp to https question
We are finishing a new asp.net website using framework 4.0 and are getting ready to deploy on a web hosting company. The old site was a classic asp site and we want to use SSL but still want to allow...
View ArticleCom Component access denied to resource error in ASP.net
<div> <div>hi all,</div> <div> i am facing a problem in connecting my ASP.net application to MS Excel. I am trying to write some data to an excel file and then...
View ArticleApplication Pool Stop
I run my website. IIS throw exceptionLog Name: Application Source: ASP.NET 4.0.30319.0 Date: 9/11/2014 8:20:10 PM Event ID: 1325 Task Category: None Level: Error Keywords: Classic User: N/A Computer:...
View ArticleTroublesome Problem Trying to Connect to local SQL Server DB
I've been successfully building an ASP.NET Web Forms app for several years, most recently with VS2012. On my development machine I would run the C# code in Visual Studio and it would connect to the...
View ArticleVisual Studio 2013 Update 3 problem with Nuget
Just installed VS 2013 update 3 today and now when I open my solution I get the following message:------------------------------------------------------------------------The 'NugetVSEventsPackage'...
View ArticleIs there a programmatic way to set Write permissions to my app's folders?
Every time I install my web app, I have to manually set Write permissions to two folders. I got to thinking that the global "Application_Start" method could do this for me automatically. Here's my...
View ArticleVS2013 and App_Data
When I was building my ASP.NET 4.0 application with VS2012, I don't believe there was ever a necessity to have the App_Data folder present. It definitely wasn't included when I published the site.Now...
View ArticleError running aspnet_regiis
Error running aspnet_regiisHi,I am trying to run the following command on a Window Server 2008 R2 Box :From the following dir : C:\Windows\Microsoft.NET\Framework\v2.0.50727\Command : aspnet_regiis -ga...
View ArticleWhy http://localhost asks me to enter username and password only in Firefox...
I am running on windows XP IIS 5.1 When I try to go into localhost in IE it works fine but in Firefox it asks me to enter user name and password.In my IIS configuration I have ticked to use Anonymoous...
View ArticleIs there a way to stop and start the IIS server from command prompt
I am trying to restore a database on a regular basis. Is there a way to stop and start the IIS server using a command prompt. I want to schedule this event. Thanks for the help in advance. Irene
View Article