Tildes in ImageUrl property are translating inexplicably into the wrong host...
Here's the situation. I have no idea if this is a config and deployment problem, but that's my best guess since it happens in a particular IIS instance and not elsewhere.My company has a public...
View ArticleConfiguration Error allowDefinition='MachineToApplication' beyond application...
Hi, I have Visual Studio2005 Express Edition Running on Windows XP Pro.I have downloaded the StaterKit http://asp.net/downloads/starterkits/TheBeerHouse.aspx?tabid=62Once I have download the StaterKit...
View Articleerror while open vs2005 website in vs2010
hi guys,i having difficulites while open my website (programmed by vs2005) in vs2010below is the error msg: (Line 27 was highlighted)Parser Error Message: Could not load file or assembly...
View ArticleHow to host 3 tier application in server
HiI want to host an 3 tier application in server.But i dont know which files i need to move to the server.iam using .net 3.5 and sql server 2008.iam having aspx pages and .cs pages and data access...
View ArticleAuthentication Mode="Forms" Error
I am trying to configure Remote Desktop Services on Server 2012 and cannot get any further than the authentication mode="Forms" error. The error I read is:Configuration ErrorDescription:An error...
View ArticleA database with the same name exists, or specified file cannot be opened, or...
I'm trying to deployment a membership database and keep getting this error:An attempt to attach an auto-named database for file F:\Domains\CMgr\wwwroot\App_Data\aspnetdb.mdf failed. A database with the...
View Articlehttp error 500.19
I'm installing a website that has some ASP pages with reports in them in their own folder. Everything runs fine on my machine from visual studios; However when I install it on the server, I get a...
View ArticleMail could not be sent from Windows Server Web application
Hi,suddenly we are unable to send mails from webapplication. But we could send mails from the system directly but after deployment in the server mails could not be sent.Pl guide on this whether it...
View ArticleMVC Application - ASP.NET Temp performance issue
Hi,I am dealing with problem with our applications. There are about 350-400 MVC applications hosted in IIS 7 on Windows Server 2008 x64. Problem appears when we are deploying update to all...
View ArticleConfigure IIS for SQL Client by using DSN in asp.net C# website
how can i use a DSN for SQL Client in asp.net C# Website .I also want to configure IIS for SQL client on remote to run the website .
View ArticleWritable Configuration
HiI read "How to: Create Custom Configuration Sections Using ConfigurationSection" athttp://msdn.microsoft.com/en-us/library/2tw134k3(v=vs.90).aspx and created required code that reads configuration...
View ArticleEvent code: 3012 The resource identifier failed to decrypt
An asp.net web application deployed to a remote server is returning a hundred of these errors per hour. They began when I upgraded the environment from .net 4.0 to .net 4.5. I tried further upgrading...
View Articlewebsite works in debug mode but not in release mode
HiI have this weird problem, when I run my website in VS debug mode it works fine, but wjen I try to run the release version through localhost it doesen't work it just give a error 500. And when I try...
View ArticleInstalling an assembly into the GAC using a Visual Studio Installer project
I've created a Membership Provider assembly that inherits ActiveDirectoryMembershipProvider and am trying to install it in the GAC on the server with no luck.I am using Visual Studio 2010 Pro and...
View ArticleHow to ignore files/folders from Web Setup Project?
I have a Website with a Web Setup project to create a setup for same. I have added Content Files from Website in Web Setup.Here I want Setup project to ignore some files and folders while creating the...
View ArticleHow to Manage asp.net website with in asp.net website
Hi All,i created 1 website in which i maintain 5 small website.in menu bar i give to seperate application path and try to deploy on IIS 7 version but i couldn't do this. i face some errors...
View ArticleBest server environment for ASP.NET Application
Hi Experts,I have developed an application of HRMS and Payroll Processing. Its on ASP.NET with SQL Server 2008 with Scheduled jobs. 100+ users are responsible to work on the application. Its basically...
View Articlepublish to local machine
Hi I want to publish an asp.net website to my local machine. So I published it to the inetpub\wwwroot\PublishUserID. ( using iis 7)When I open the page from IE using the link below, http://<my ip...
View ArticleImage File Not Found
I have a image that gets displayed when selecting a record. It works fine in localhost, but when I publish it, it doesn't find the file.code behind: If File.Exists("\\slots\programs\FTS\PHOTOS\"...
View ArticleApplicationClass Error After deployment
Hi Experts :)I have developed an application which responsible to create a word file and put some content in it. It works perfectly when I F5 from visual studio. But when I put my same code/publish...
View Article