DNN on my local Machine does not run?

nevarlen

Newcomer
Joined
Oct 30, 2004
Messages
1
hello all,
I have to computers that have iis and .net framework installed. I am trying to run DotNetNuke on my laptop locally but can't seem to get it working. When I type in local address, default.aspx page give me the code itself instead of a nice output.. I checked the setttings on both machine to see if anything is unusual..Have any ideas why this might be happenning? Thanks..
 
You may need to re-register the .Net framework - if you open the Visual Studio Command Prompt (found under the start menu->programs->visual studio group->visual studio tools) and type
aspnet_regiis /i
it may fix things.
 
Back
Top