I created site A successfully in sitecore and has deployed to production, now I want to add another site B to the same sitecore instance. I am aware of how to do this, b开发者_开发问答ut I am not sure
I created a small website using ASP.NET 3.5. It just contains few static pages and no database connectivity is there. I used VS 2008 Publish Website option to deploy it on my remote server. After depl
I found a lost of posts to solve this error: \"Validation of viewstate MAC failed\". I read that it is a ASP.NET 2.0 error which is also a bug. But I am using VS 2008 with ASP.NET 3.5 SP1. Why this er
I have a sharepoint application hosted on a windows 2003 server with the maximum number of worker process set as 1 in the application pool. There are couple of sharepoint application hosted and one of
I am working on big ASP.NET project(we using ASP.NET 3.5) which comprised of 5 different WebSites and some shared assemblies. Recently I added custom section into web.config files for each site. When
I get this error: Unable to convert MySQL date/t开发者_开发百科ime value to System.DateTime while I am trying to fetch the data from a MySQL database.
I am working with an ASP.NET Web Site project targeting .NET framework version 3.5 and I am wondering if it is possible to use the C# compiler for C#4. At the moment I don\'t have the time to upgrade
I have an unconventional legacy asp.net 1.1 web app that uses the src attribute in the page directive that utilizes JIT compile on the server as supposed to the normal compile of as开发者_如何学Gosemb
If my ASP.NET website (New->W开发者_如何学Pythonebsite) resides in both of the following disparate directories, how do I keep them under version control?
I have a requirement to provide auto-mocking for 30 different types of custom business objects. In order to avoid the cost of writing manual mock-up codes for all public properties in each entity, I a