pretty soon all the data in the database will be =false
Claies
Posts
-
I fix it!!!111 -
We love our motorcycles in OhioAnd not surprising, the funeral was in the town of Mechanicsburg.
-
MVC action loading view page twiceThe only reason that I can think of that would cause you to have your view load twice would be if your view contains a partial view that is calling code back that returns the view a second time, or perhaps an ajax call that is formatted incorrectly...
-
Way to go Microsoft! Finally!senylity wrote:
Now, to somehow make F5 work while developing DNN modules...
Here is the method I've found that works great for DNN modules... 1. Install DNN 2. Create a blank solution in VS2005/VS2008. 3. Move the blank solution to the root of your DNN installation folder 4. Open your blank solution, add new project in the /desktop modules/ folder. 5. configure new project to compile to the ../../bin directory 6. configure project to run IIS to your DNN root directory (note: in VS2008, you have to allow VS to create your IIS directory then open IIS and remove the /desktop modules/{projectname}/ directory from the home folder.) now when you hit F5, the only thing compiled is your actual project DLL, no compiling of the DNN source over and over :)