targetFramework exception
We have an asp.net website application that gives an error when we try to run it on an IIS6 server but does not give that same error on IIS7 or IIS8 server. The error message is listed below and the...
View ArticleWebsite takes long time to load on Win2K, .NET 1.0
Hi All,I just took over a website that was developed in C#, .NET 1.0, running on Windows 2000 SP4, using IIS 5.0. I noticed the website was in debug mode, so I turned that off, but was wondering is...
View ArticleServer Error in '/' Application.
Full Code:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using BusinessLayer; using Models; namespace...
View ArticleWebmatrix deployment using msbuild/msdeploy and assemblies
Hi,When I make a new asp.net webpages 2 solution, the references are all there for me. If I run msbuild and deploy, I noticed that some of my assemblies (system.web.helpers, etc) that are installed...
View ArticleIssue in web config file
HelloI have made a website in asp.net c# netframe 4.0 in Visual Studio 2012.I have successfully deployed the website it is working 10000% fine, excelp default manage.aspx page in Account folderI can...
View ArticleUnable to access the appsettings key if config section is present
Hi ,I am having following config<?xml version="1.0"?><configuration><appSettings><add key="IndexPath" value="" /><add key="APIUrl" value="http://www.google.com" /><add...
View Articlehow to deploy my website in IIS7
Hi,i have created a asp.net website. i need to host it in my local network and check it. Can anyone guide me in the steps in doing it. I am using windows7 and visual studio 2010..Thanks in advance
View ArticleSubdomain path relative to root application
I have an application with its subdomain in my website. This is my web.config rewrite rule:<rule name="mubinaRule" stopProcessing="true"><match url="(.*)" /><conditions><add...
View ArticleEncrypt web.config connectionstring
Hello!I am trying to encrypt my connection string which contains the username and the password for my database in my hosting. I read a few articles online and i followed them but i am constantly...
View ArticleA connection was successfully established with the server, but then an error...
Hey there, was using VS 2012, and working on a web based projectI encountered the following error,A connection was successfully established with the server,but then an error occurred during the...
View ArticleProblems with Web.Config
Hi allI have a ready website which i uploaded to my client's server(parallels)and adjusted the following codes in web.config to make it to work<customErrors mode="RemoteOnly"...
View ArticleCould not load file or assembly 'MyDll, Version=0.0.0.0, Culture=neutral,...
Our web site is hosted in IIS with an AppPool set to run as a specific user account. When we directly refer to one of our managed assembly, no errors and the assembly is loaded ok. But the same...
View Articlesetup connection string and database via application
I am developing an web application which need to install upon setting it first like that application will run the query and create relationship tables , proedures and other many things in that...
View ArticleHow to solve warning: Consider app.config remapping of assembly
I got following warning when build my solutionConsider app.config remapping of assembly "WebGrease, Culture=neutral, PublicKeyToken=31bf3856ad364e35" from Version "1.0.0.0" [] to Version "1.3.0.0"...
View ArticleCan't export to file SQL RS in web application
We have an web application that uses reports in SQLRS 2012.We can access the reports in the webapp using the reportviewer controls the problem is when we try to export we get and (401) Unauthorized...
View ArticleSubdomain rewrite causes AJAX to malfunction
After rewriting on my site using<system.webServer><validation validateIntegratedModeConfiguration="false"/><modules...
View ArticleTrying to Publish first Web Form
I'm new to VS2012 and .net. I created a simple "Hello World" web form. I've read all sorts of posts and tutorials but they are lacking or mention things I'm not familar with. I have created the site,...
View ArticleServer Error in '/' Application.
1) EmpIdDescription:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the...
View ArticleASP.NET Web Site Administration Tool doesn't use indicated database
I use ASP.NET Web Site Administration Tool to create Roles and User. But it not use the Database that I indicated in web.config.Here's the connnection string in...
View ArticleIIS unable to display static file
hi all,my website is running fine and untill recently i added a new image into the image directory. and it doesn't display to the client. when i press ctrl+f5 all the images are gone from the website....
View Article