Tagged Questions

5
votes
5answers
216 views

When my large ASP.NET site is updated, IIS has to recompile a lot of it. Is there a way to cut down my compile time significantly?

DotNetNuke is a large ASP.NET CMS which is mostly pre-compiled, as are most of the modules contained within. When we deploy our DotNetNuke site changes, we have two bits of recompilation that occur ...
1
vote
2answers
69 views

Dot Net Nuke - Sub Domains

I've got a DNN portal set up for me and my brother, which works, and i'd like to make it so that sub domains point to our respective sub section of the sites. I.e. brothers.co.uk = ...
1
vote
3answers
2k views

DotNetNuke 5.2 Source - How to: Setup IIS 7 to Compile Source & Test the Site

The answer to this may be a link to a good tutorial, but I've been unable to find one and it's getting rather frustrating. I'd like to dive into the source code of DotNetNuke 5.2 which I have ...
1
vote
3answers
468 views

Removing /dotnetnuke/ in all page urls

We want to remove the /dotnetnuke/ from all 300 pages of our website that has been running since Feb 09. Google isn't indexing all of our pages just 98. I'm thinking that the /dotnetnuke/ is causing ...
0
votes
1answer
290 views

web.config error

I have a site in DNN which I transferred to another server. After I configure everything on my IIS and configure the site I get the following error and I see 500 Internal Server error on browser. ...
0
votes
1answer
81 views

error While making Website in IIS

I am New to dnn. I am trying to make a Website in IIS7. But this Shows a Followinf error. HOw this error will be removed error: omain Name experiment Does Not Exist In The Database DotNetNuke ...
0
votes
1answer
203 views

Problem adding a .asmx file to a custom subfolder within a DNN site in IIS7

I'm trying to add some web service (.asmx) functionality to a DNN 5.6 website. I've added this using some code behind (which I've placed in /App_Code) and a .asmx file which I'd like to place in a ...
0
votes
1answer
416 views

DNN redirects site root site.com/ to site.com/Default.aspx - why?

After moving a DNN 4.3.7 site from a Win 2003 to a Win 2008 server (IIS 7), entering the URL automatically results in a redirect to Default.aspx. When you create a Google sitemap, the root node is ...
0
votes
2answers
330 views

Problem with moving DNN website from win server 2003 to win server 2008 r2

I have a dnn site I host. It was hosted initially on a win 2003 server. Now I want to move it to Win 2008 server. It was on a different hdd then win2003 os (userdata hdd) so I installed it in 2008 ...
0
votes
6answers
2k views

“The Resource Cannot Be Found: /Login.aspx” on new v5.20 Install

Please see my DNN Forum Post for more details. I've never had any issues with DotNetNuke installations. But with the new v5.20 (or v5.02, whichever it really is), everything runs perfectly fine ...